-
Properly create your ROS2 workspace.
-
Download this repository in the
src
folder. -
Inside the
palletron_system
folder, use thegitman
to download all the repositories at once.
gitman install
- Run
rosdep
to install the dependencies.
rosdep install -i --from-path src --rosdistro humble -y
- Build it!
colcon build