Please provide us feedback here ## TODO
-
Clone the repository to your existing ROS 2 Jazzy workspace. Either local or docker based workspace.
-
Import dependencies that need compilation from source using the command:
vcs import --input roscon2025_control_workshop/roscon2025_control_workshop.repos .
-
Build container
docker compose build
-
Compile the workspace using
colcon
, e.g.,colcon build
executed in the root of the workspace (wheresrc
folder is located).