Skip to content

Commit

Permalink
Add how to move gripper-v6
Browse files Browse the repository at this point in the history
  • Loading branch information
pazeshun committed Jun 18, 2017
1 parent 86191fe commit 7c9ffb8
Showing 1 changed file with 27 additions and 2 deletions.
29 changes: 27 additions & 2 deletions doc/jsk_arc2017_baxter/usage_of_baxter.rst
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,23 @@ arc-interface function APIs

.. code-block:: lisp
(send *baxter* :rotate-gripper :larm 90)
(send *baxter* :rotate-gripper :larm 90 :relative nil)
- slide right gripper

.. code-block:: lisp
(send *baxter* :slide-gripper :rarm 50 :relative nil)
- move fingers in right gripper

.. code-block:: lisp
(send *baxter* :hand :rarm :angle-vector #f(90 90))
(send *baxter* :hand-grasp-pre-pose :rarm :opposed)
(send *baxter* :hand-grasp-pose :rarm :cylindrical)
- send initial pose for arc2017
Expand All @@ -53,4 +69,13 @@ arc-interface function APIs

.. code-block:: lisp
(send *ri* :send-av)
(send *ti* :send-av)
- send current hand joint angles of robot model to real robot

.. code-block:: lisp
(send *ri* :move-hand :rarm (send *baxter* :hand :rarm :angle-vector) 1000)

0 comments on commit 7c9ffb8

Please sign in to comment.