Skip to content

Commit 7aa675b

Browse files
author
Michael Koval
committed
Modified CBiRRT to output linear interpolation.
1 parent e7b48b8 commit 7aa675b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/prpy/planning/cbirrt.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ def Plan(self, robot, smoothingitrs=None, timelimit=None, allowlimadj=0,
262262

263263
# Strip extraneous groups from the output trajectory.
264264
# TODO: Where are these groups coming from!?
265-
cspec = robot.GetActiveConfigurationSpecification()
265+
cspec = robot.GetActiveConfigurationSpecification('linear')
266266
openravepy.planningutils.ConvertTrajectorySpecification(traj, cspec)
267267

268268
return traj

0 commit comments

Comments
 (0)