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