mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-01 13:38:38 -04:00
Tools: sim_vehicle.py: correct formatting (NFC)
This commit is contained in:
parent
b256bc1dc0
commit
64d4e094fb
@ -296,9 +296,10 @@ _options = {
|
||||
},
|
||||
"X": {
|
||||
"waf_target": "bin/arducopter",
|
||||
"default_params_filename": "default_params/copter.parm",
|
||||
# this param set FRAME doesn't actually work because mavproxy
|
||||
# won't set a parameter unless it knows of it, and the param fetch happens asynchronously
|
||||
"default_params_filename": "default_params/copter.parm",
|
||||
# won't set a parameter unless it knows of it, and the
|
||||
# param fetch happens asynchronously
|
||||
"extra_mavlink_cmds": "param fetch frame; param set FRAME 1;",
|
||||
},
|
||||
"hexa": {
|
||||
|
Loading…
Reference in New Issue
Block a user