Short one from me! Tried to do a pull request but don't have permissions. In the README.md options section the command to run a rover docker container is
docker run -it --rm -p 5761:5760 --env VEHICLE=APMRover2 ardupilot
Similar deal with another line. This command is not correct as the output with this code is:
These two lines should read APMrover2 rather than APMRover2. Alternatively, as all the other types have capital letters, perhaps a parameter change in the docker image is better? Up to you, thought I'd point it out though!
Hi @OliverHeilmann - I updated the README to reflect the capitalization; can you confirm that my change addressed your comment completely, please? If not, please re-open this issue. Thanks!
Short one from me! Tried to do a pull request but don't have permissions. In the README.md options section the command to run a rover docker container is
Similar deal with another line. This command is not correct as the output with this code is:
These two lines should read
APMrover2
rather thanAPMRover2
. Alternatively, as all the other types have capital letters, perhaps a parameter change in the docker image is better? Up to you, thought I'd point it out though!