- Make sure you have a folder structure /home//ros_ws/src/
- is where you'd need to clone the demo_bot project
- Do
cd
toros_ws
directory. you should be insideros_ws/
folder - Run
source /opt/ros/galactic/setup.bash
- Note - galactic is the version of ros distribution. if you are using a different distribution use that
- Run
colcon build
to build the workspace. - Run
source install/setup.bash
to export the local dependencies - Run
ros2 launch demo_bot launch_gaz.launch.py
to launch the project