-
Notifications
You must be signed in to change notification settings - Fork 20
how to use ros
Yuuta-watanabe edited this page Oct 16, 2014
·
1 revision
cd ~/catkin_ws/src
catkin_create_pkg <package_name> (depend1) (depend2) (depend3)
ex) catkin_create_pkg tracking_pkg roscpp
❗ pkgの名前は英語”小文字”、”数字”、”_”のみ使用すること
cd ~/catkin_ws && catkin_make
cd ~/catkin_ws
catkin_make --pkg <package_name>
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.