Skip to content

Commit eb7e661

Browse files
author
David Butterworth
committed
Correction to comment in GetLinearCollisionCheckPts()
1 parent e289f07 commit eb7e661

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/prpy/util.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1236,7 +1236,8 @@ def GetLinearCollisionCheckPts(robot, traj, norm_order=2, sampling_func=None):
12361236

12371237
# Make sure trajectory is linear in joint space
12381238
try:
1239-
# type can be 'linear' or 'quadratic'
1239+
# OpenRAVE trajectory type can be 'linear', 'quadratic', or
1240+
# other values including 'cubic', 'quadric' or 'quintic'
12401241
interp_type = traj_cspec.GetGroupFromName('joint_values').interpolation
12411242
except openravepy.openrave_exception:
12421243
raise ValueError('Failed calling GetGroupFromName()')

0 commit comments

Comments
 (0)