- realsense-ros [ros2 branch]:
git clone -b ros2 git@github.com:IntelRealSense/realsense-ros.git- Install librealsense
- Clone realsense-ros [ros2 branch], this repo, and ppmd_optical_tracker_msg to /src of your colcon workspace
- Copy the *.rom file of your tracking marker tool to /ppmd_optical_tracker/roms/
- Modify the config.yaml to configure the new tool
- Run
colcon buildin your_colcon_ws, thensource install/setup.bash - Run
ros2 launch ppmd_optical_tracker track.launch.py
