Skip to content

Commit f1c23b2

Browse files
committed
Changing parabolic smoother to use HauserParabolicSmoother by default
1 parent fe8f675 commit f1c23b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/prpy/planning/retimer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,4 +82,4 @@ def __init__(self):
8282

8383
class ParabolicSmoother(OpenRAVERetimer):
8484
def __init__(self):
85-
super(ParabolicSmoother, self).__init__('ParabolicSmoother')
85+
super(ParabolicSmoother, self).__init__('HauserParabolicSmoother')

0 commit comments

Comments
 (0)