mirror of https://github.com/ArduPilot/ardupilot
AP_Beacon: fixed reference to -debug build directory
This commit is contained in:
parent
9096bcf7b2
commit
9fc451a615
|
@ -3,7 +3,7 @@
|
|||
./waf configure --board=linux --debug
|
||||
./waf build --target=examples/AP_Marvelmind_test -j6
|
||||
repo_root="$(git rev-parse --show-toplevel)/"
|
||||
"$repo_root/build/linux-debug/examples/AP_Marvelmind_test" -A tcp:127.0.0.1:5111 &
|
||||
"$repo_root/build/linux/examples/AP_Marvelmind_test" -A tcp:127.0.0.1:5111 &
|
||||
sleep 1
|
||||
cat ${repo_root}/libraries/AP_Beacon/examples/AP_Marvelmind_test/sample.dump| socat - tcp:127.0.0.1:5111
|
||||
wait
|
||||
|
|
Loading…
Reference in New Issue