mirror of https://github.com/ArduPilot/ardupilot
Tools: sim_vehicle: add calibration frame
The module `sitl_calibration` is loaded for convenience.
This commit is contained in:
parent
41f5602fea
commit
91e7f02d9d
|
@ -272,6 +272,9 @@ default_params_filename: filename of default parameters file. Taken to be relat
|
|||
extra_mavlink_cmds: extra parameters that will be passed to mavproxy
|
||||
'''
|
||||
_options_for_frame = {
|
||||
"calibration": {
|
||||
"extra_mavlink_cmds": "module load sitl_calibration;",
|
||||
},
|
||||
"+": {
|
||||
"waf_target": "bin/arducopter-quad",
|
||||
"default_params_filename": "copter_params.parm"
|
||||
|
|
Loading…
Reference in New Issue