Skip to content

Commit

Permalink
add doc string to :angle-vector in robot-interface
Browse files Browse the repository at this point in the history
  • Loading branch information
708yamaguchi committed Feb 16, 2019
1 parent cb5d5d4 commit 7b6009b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pr2eus/robot-interface.l
Original file line number Diff line number Diff line change
Expand Up @@ -395,6 +395,7 @@
- min-time : minimum time for time to goal
- end-coords-interpolation : set t if you want to move robot in cartesian space interpolation
- end-coords-interpolation-steps : number of divisions when interpolating end-coords
- limit-rotation : set t if you want to restrict upper/lower limit angle of unlimited rotational joint
"
(if end-coords-interpolation
(return-from :angle-vector (send self :angle-vector-sequence (list av) (list tm) ctype start-time :scale scale :min-time min-time :end-coords-interpolation t :end-coords-interpolation-steps end-coords-interpolation-steps)))
Expand Down

0 comments on commit 7b6009b

Please sign in to comment.