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 34
34
from ..tsr .tsrlibrary import TSRLibrary
35
35
from ..planning .base import Sequence , Tags
36
36
from ..planning .ompl import OMPLSimplifier
37
- from ..planning .retimer import HauserParabolicSmoother , OpenRAVEAffineRetimer , ParabolicRetimer
37
+ from ..planning .retimer import OpenRAVEAffineRetimer , ParabolicRetimer
38
38
from ..planning .mac_smoother import MacSmoother
39
39
from ..util import SetTrajectoryTags
40
40
@@ -71,10 +71,7 @@ def __init__(self, robot_name=None):
71
71
# (joint simplificaiton and retiming).
72
72
self .simplifier = None
73
73
self .retimer = ParabolicRetimer ()
74
- self .smoother = Sequence (
75
- HauserParabolicSmoother (),
76
- self .retimer
77
- )
74
+ self .smoother = self .retimer
78
75
self .affine_retimer = OpenRAVEAffineRetimer ()
79
76
80
77
def __dir__ (self ):
You can’t perform that action at this time.
0 commit comments