-
Notifications
You must be signed in to change notification settings - Fork 5
exercise_0
Michael Ripperger edited this page Oct 21, 2024
·
1 revision
Use the following steps to setup a workspace and compile this repository:
-
Create a
colcon
workspacemkdir -p noether_ws/src
-
Clone this repository into the
src
directory of the workspacecd noether_ws/src git clone https://github.com/marip8/noether_roscon_2024.git cd ..
-
Install the dependencies
vcs import src < src/noether_roscon_2024/dependencies.repos source /opt/ros/<distro>/setup.bash rosdep install --from-paths src -iry --skip-keys libvtk
-
Build
colcon build