-
Notifications
You must be signed in to change notification settings - Fork 20
tms_ts_smach
Yuuka Hashiguchi edited this page Mar 5, 2015
·
7 revisions
- brief@ store python script for smach
Where:~/catkin_ws/src/ros_tms/tms_ts/tms_ts_smach/scripts
- 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
rosrun smach_viewer smach_viewer.py
⭐ smach_viewer's bug??
rewrite 480th row of the /opt/ros/indigo/lib/python2.7/dist-packages/xdot/xdot.py as below
return int(self.read_code()) -> return int(float(self.read_code()))
Here are examples
Image1: Sequential Task
Image2: Concurrence Task
ROS-TMS
Messages of ROS-TMS
Database
Task Scheduler
Robot Controller
Robot Motion Planning
Robot Service
Sensor Drive
Sensor System
- tms_ss_fss
- tms_ss_his
- tms_ss_ics
- tms_ss_ods
- tms_ss_vicon
- tms_ss_vs
- tms_ss_pot
- tms_ss_nfbed
- tms_ss_whs1
- tms_ss_pozyx
State Analyzer
User Request
Network module for Hierarchical ROS-TMS
ROS-TMS Developer
ETC.