Skip to content

Commit

Permalink
pass start-offset-time to :send-trajectory
Browse files Browse the repository at this point in the history
  • Loading branch information
knorth55 committed Dec 27, 2016
1 parent e3d928f commit 001ddfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pr2eus_moveit/euslisp/robot-moveit.l
Original file line number Diff line number Diff line change
Expand Up @@ -544,7 +544,7 @@

(if use-send-angle-vector
(send* self :joint-trajectory-to-angle-vector-list move-arm traj args)
(send* self :send-trajectory traj args))
(send* self :send-trajectory traj :starttime start-offset-time args))
(if (listp av) av (list av)))))
(:move-end-coords-plan ;;
(cds &rest args &key (move-arm :larm) (reset-total-time 5000.0) (use-send-angle-vector) &allow-other-keys)
Expand Down

0 comments on commit 001ddfc

Please sign in to comment.