Skip to content

Commit

Permalink
fix typo in baxter.l
Browse files Browse the repository at this point in the history
  • Loading branch information
knorth55 committed Feb 7, 2018
1 parent f07f48e commit 6a85664
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jsk_arc2017_baxter/euslisp/lib/baxter.l
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
(send self arm :move-end-pos (float-vector 0 (if (eq arm :larm) 300 -300) 0) :world)
(send self :rotate-wrist arm (if (eq arm :larm) 90 -90) :relative nil)
))
(send *baxter* :angle-vector))
(send self :angle-vector))

(:rarm-palm-endpoint
(&rest args)
Expand Down

0 comments on commit 6a85664

Please sign in to comment.