Skip to content

Commit 6b7a65a

Browse files
committed
Update mac_smoother.py
1 parent 83be1a0 commit 6b7a65a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/prpy/planning/mac_smoother.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,7 @@ def RetimeTrajectory(self, robot, path):
6161
# environment and/or (2) the retimer modifies the trajectory in-place.
6262
output_traj = CopyTrajectory(path, env=self.env)
6363

64-
# Remove co-linear waypoints. Some of the default OpenRAVE retimers do
65-
# not perform this check internally (e.g. ParabolicTrajectoryRetimer).
64+
# Remove co-linear waypoints.
6665
if not IsTimedTrajectory(output_traj):
6766
output_traj = SimplifyTrajectory(output_traj, robot)
6867

0 commit comments

Comments
 (0)