Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 670 Bytes

state_machine.rst

File metadata and controls

25 lines (16 loc) · 670 Bytes

State Machine

Task states are controlled by smach. You can check state machines by smach_viewer.

Pick Task

image

# Run pick task with smach_viewer
baxter@baxter-c1 $ roslaunch jsk_arc2017_baxter pick.launch json_dir:=$(rospack find jsk_arc2017_common)/data/json/sample_pick_task smach_viewer:=true

Stow Task

image

# Run stow task with smach_viewer
baxter@baxter-c1 $ roslaunch jsk_arc2017_baxter stow.launch json_dir:=$(rospack find jsk_arc2017_common)/data/json/sample_stow_task smach_viewer:=true