ROS 2 Humble running in a dev container
- Docker or Podman
- VSCode compatible IDE with dev containers
- Open this folder in VS Code
- When prompted, click Reopen in Container (or run
Dev Containers: Reopen in Containerfrom the command palette)
colcon build && source install/setup.bash
ros2 launch autogiro autogiro.launch.py
When connecting the frontend via rosbridge you may need to use 127.0.0.1 instead of localhost