Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 904 Bytes

File metadata and controls

26 lines (17 loc) · 904 Bytes

Uniandes Robotics Class

Docker demos

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

tf2 workshop

You need to complete TODOs from turtle_tf2_ws workspace files:

  • turtle_tf2_broadcaster.py
  • turtle_tf2_listener.py

Check readme Guide