Go to file
Matas 7656d4b2d1 added ros container 2023-07-26 09:41:18 -04:00
Docker_PX4 added spiri model 2023-07-18 14:52:58 -04:00
Docker_ROS added ros container 2023-07-26 09:41:18 -04:00
README.md Update 'README.md' 2023-06-21 11:12:24 -07:00
compose.yaml added ros container 2023-07-26 09:41:18 -04:00
px4dockersetupubuntu18.sh Add 'px4dockersetupubuntu18.sh' 2023-07-05 10:19:13 -07:00
px4dockersetupubuntu22.sh Update 'px4dockersetupubuntu22.sh' 2023-07-05 10:20:25 -07:00

README.md

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.

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

If docker commands aren't running, try using sudo at the start of the commands.