Skip to content
YHashiguchi edited this page Dec 22, 2014 · 7 revisions

0.Tms Ts Smach Overview

  • brief@ store python script for smach

Where:~/catkin_ws/src/ros_tms/tms_ts/tms_ts_smach/scripts

about smach

1.How to run smach

  • Task scheduler automatically generate and run smach script.

Running command(in TS)

cd ~/catkin_ws/src/ros_tms/tms_ts/tms_ts_smach
chmod +x scripts/[scripts's_name].py

./scripts/[script's_name].py

2.How to run smach viewer

rosrun smach_viewer smach_viewer.py

3.Example

smach_viewer's image1: Sequential Task smach_viewer's image2: Concurrence Task

Clone this wiki locally