-
Notifications
You must be signed in to change notification settings - Fork 20
tms_sa_bas
kazuto1011 edited this page Oct 16, 2014
·
1 revision
Package dependencies
- libqwt
- qt4
Setup
(if ubuntu 12.04 LTS) 1.1 install libqwt-dev, libqwt6 (recommend using "synaptic package manager") (if ubuntu 11.04) 1.2.1 download qwt-6.0.1 (http://sourceforge.net/projects/qwt/) 1.2.2 extract qwt-6.0.1.zip file 1.2.3 change directory >> $cd qwt-6.0.1 1.2.4 $qmake 1.2.5 $make 1.2.6 $make install
- install qt4 (http://qt-project.org/downloads, Qt SDK version 1.2 > , recommend offline installer)
- roscd bas_graph
- cmake CMakeLists.txt
- rosmake
- cmake .. -G"CodeBlocks - Unix Makefiles" CMakeLists.txt (because make to qt-project file)
To edit
- QT > Open Project > bas_graph node folder > CMakeLists.txt
Run/Debug Setting
: Left Projects Menu > Run Settings > Run Environment > Add >
- Variable = ROS_MASTER_URI, Value = http://192.168.4.101:11311
- Variable = ROS_ROOT, Value = /opt/ros/electric/ros or /opt/ros/fuerte/ros
Make
- rosmake bas_graph or Qt > Build Command
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.