We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe8f675 commit f1c23b2Copy full SHA for f1c23b2
src/prpy/planning/retimer.py
@@ -82,4 +82,4 @@ def __init__(self):
82
83
class ParabolicSmoother(OpenRAVERetimer):
84
def __init__(self):
85
- super(ParabolicSmoother, self).__init__('ParabolicSmoother')
+ super(ParabolicSmoother, self).__init__('HauserParabolicSmoother')
0 commit comments