# cpp-tbox-for-ros **Repository Path**: yanxicheung/cpp-tbox-for-ros ## Basic Information - **Project Name**: cpp-tbox-for-ros - **Description**: 演示cpp-tbox在ROS2中的使用。 - **Primary Language**: C++ - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2025-06-10 - **Last Updated**: 2025-06-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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/bin/cpp-tbox_sample/cpp-tbox_sample -c ./install/cpp-tbox_sample/share/cpp-tbox_sample/config/default.conf ```