Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 368 Bytes

File metadata and controls

18 lines (15 loc) · 368 Bytes

ros-dev-container

A ros development environment for ardupilot development with mission planner, sitl and mavros

get started

Run:

./scripts/setup_dev_env.sh
sudo reboot
code .

When vscode finished loading, Click 'reopen in container' button on the bottom right of your display

run simulation

make full_simulation
make kill_simulation