Skip to content

Commit

Permalink
Add arm pose to get wide view field
Browse files Browse the repository at this point in the history
  • Loading branch information
snozawa committed Nov 16, 2015
1 parent 33ebb5c commit 1158cc2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion dynamixel_7dof_arm/euslisp/dxl-7dof-arm-robot.l
Original file line number Diff line number Diff line change
Expand Up @@ -371,6 +371,10 @@
()
"Folding arm pose2."
(send self :angle-vector (float-vector 90.0 90.0 5.0 0.0 -90.0 90.0 0.0)))
(:tuckarm-pose3
()
"Folding arm pose3."
(send self :angle-vector (float-vector 0.0 90.0 0.0 -20.0 90.0 0.0 0.0)))
;; inverse-kinematics
(:inverse-kinematics
(target-coords &rest args &key (link-list)
Expand Down Expand Up @@ -522,4 +526,4 @@
;; old version functions
;; version 1
|#
|#

0 comments on commit 1158cc2

Please sign in to comment.