mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-18 06:38:29 -04:00
SITL: correct altitude of suggested test location
This commit is contained in:
parent
574f041224
commit
6521bc31c7
@ -15,7 +15,7 @@
|
||||
/*
|
||||
Simulator for the LightWare S45B proximity sensor
|
||||
|
||||
./Tools/autotest/sim_vehicle.py --gdb --debug -v ArduCopter -A --uartF=sim:sf45b --speedup=1 -l 51.8752066,14.6487840,0,0
|
||||
./Tools/autotest/sim_vehicle.py --gdb --debug -v ArduCopter -A --uartF=sim:sf45b --speedup=1 -l 51.8752066,14.6487840,54.15,0
|
||||
|
||||
param set SERIAL5_PROTOCOL 11 # proximity
|
||||
param set PRX_TYPE 8 # s45b
|
||||
|
@ -15,7 +15,7 @@
|
||||
/*
|
||||
Simulator for the RPLidarA2 proximity sensor
|
||||
|
||||
./Tools/autotest/sim_vehicle.py --gdb --debug -v ArduCopter -A --uartF=sim:rplidara2 --speedup=1 -l 51.8752066,14.6487840,0,0 --map
|
||||
./Tools/autotest/sim_vehicle.py --gdb --debug -v ArduCopter -A --uartF=sim:rplidara2 --speedup=1 -l 51.8752066,14.6487840,54.15,0 --map
|
||||
|
||||
param set SERIAL5_PROTOCOL 11
|
||||
param set PRX_TYPE 5
|
||||
|
@ -15,7 +15,7 @@
|
||||
/*
|
||||
Simulator for the TeraRangerTower proximity sensor
|
||||
|
||||
./Tools/autotest/sim_vehicle.py --gdb --debug -v ArduCopter -A --uartF=sim:terarangertower --speedup=1 -l 51.8752066,14.6487840,0,0
|
||||
./Tools/autotest/sim_vehicle.py --gdb --debug -v ArduCopter -A --uartF=sim:terarangertower --speedup=1 -l 51.8752066,14.6487840,54.15,0
|
||||
|
||||
param set SERIAL5_PROTOCOL 11
|
||||
param set PRX_TYPE 3 # terarangertower
|
||||
|
Loading…
Reference in New Issue
Block a user