Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 388 Bytes

File metadata and controls

21 lines (18 loc) · 388 Bytes

clone

cd ~/ros2_ws/src
git clone https://gitee.com/cpp-master/cpp-tbox-for-ros.git

build

source /opt/ros/humble/setup.bash
colcon build --packages-up-to cpp-tbox_sample

run

./install/cpp-tbox_sample/lib/cpp-tbox_sample/cpp-tbox_sample -c ./install/cpp-tbox_sample/share/cpp-tbox_sample/config/default.conf

or

ros2 launch cpp-tbox_sample launch.py