File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change 3434from ..tsr .tsrlibrary import TSRLibrary
3535from ..planning .base import Sequence , Tags
3636from ..planning .ompl import OMPLSimplifier
37- from ..planning .retimer import HauserParabolicSmoother , OpenRAVEAffineRetimer , ParabolicRetimer
37+ from ..planning .retimer import OpenRAVEAffineRetimer , ParabolicRetimer
3838from ..planning .mac_smoother import MacSmoother
3939from ..util import SetTrajectoryTags
4040
@@ -71,10 +71,7 @@ def __init__(self, robot_name=None):
7171 # (joint simplificaiton and retiming).
7272 self .simplifier = None
7373 self .retimer = ParabolicRetimer ()
74- self .smoother = Sequence (
75- HauserParabolicSmoother (),
76- self .retimer
77- )
74+ self .smoother = self .retimer
7875 self .affine_retimer = OpenRAVEAffineRetimer ()
7976
8077 def __dir__ (self ):
You can’t perform that action at this time.
0 commit comments