You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
#!/bin/bash
|
|
|
|
|
|
# Run this from the px4 project top level directory
|
|
|
docker run -it --rm -v `pwd`:/usr/local/workspace rb5-flight-px4-build-docker
|
|
|
|