In the docker folder, there are multiple ROS2 / Robotics demos based on a docker environment to play and interact.
These projects are based to be run in Ubuntu Linux, though the user can adapt them to their operating systems. The required dependencies for these are:
To run them, just open a new terminal and run the setup.sh
script:
# Run nav2 docker demo
cd docker/nav2 && ./setup.sh
You need to complete TODO
s from turtle_tf2_ws
workspace files:
turtle_tf2_broadcaster.py
turtle_tf2_listener.py
Check readme Guide