Skip to content

Commit dbfc873

Browse files
author
Michael Koval
committed
Fixed a typo in OpenRAVERetimer.
1 parent 2c1dbd4 commit dbfc873

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/prpy/planning/retimer.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,8 @@ def RetimeTrajectory(self, robot, path, options=None, **kw_args):
7373
elif joint_values_group.interpolation != 'linear':
7474
logger.warning(
7575
'Path has interpolation of type "%s"; only "linear"'
76-
' interpolation is supported.', group.interpolation)
76+
' interpolation is supported.',
77+
joint_values_group.interpolation)
7778

7879
# Set parameters.
7980
all_options = deepcopy(self.default_options)

0 commit comments

Comments
 (0)