PX4Docker/README.md

8 lines
440 B
Markdown
Raw Permalink Normal View History

2023-06-21 15:12:24 -03:00
Go to the releases section of this repository to get the setup script, follow the instructions there to get the docker running. You do not need anything beside a fresh ubuntu install.
2023-06-14 12:42:59 -03:00
2023-06-21 15:12:24 -03:00
Once the docker is built, enter it by:
- starting a new terminal window
- check the name of the docker using docker ps
- enter it using docker exec -it (name of docker) bash
2023-06-14 12:42:59 -03:00
2023-06-21 15:12:24 -03:00
If docker commands aren't running, try using sudo at the start of the commands.