tms_sa_bas - irvs/ros_tms GitHub Wiki
Setup bas_graph
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