Skip to content

Commit

Permalink
Tools: added Glider SITL model
Browse files Browse the repository at this point in the history
  • Loading branch information
tridge committed Apr 28, 2024
1 parent a953509 commit 76df34d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions Tools/autotest/arduplane.py
Original file line number Diff line number Diff line change
Expand Up @@ -3897,6 +3897,7 @@ def FlyEachFrame(self):
"quadplane-ice" : "needs ICE control channel for ignition",
"quadplane-can" : "needs CAN periph",
"stratoblimp" : "not expected to fly normally",
"glider" : "needs balloon lift",
}
for frame in sorted(vinfo_options["frames"].keys()):
self.start_subtest("Testing frame (%s)" % str(frame))
Expand Down
4 changes: 4 additions & 0 deletions Tools/autotest/pysim/vehicleinfo.py
Original file line number Diff line number Diff line change
Expand Up @@ -323,6 +323,10 @@ def __init__(self):
"waf_target": "bin/arduplane",
"default_params_filename": [], # defaults are loaded in SIM_Plane.cpp
},
"glider": {
"waf_target": "bin/arduplane",
"default_params_filename": "default_params/glider.parm",
},
"quadplane-copter_tailsitter": {
"waf_target": "bin/arduplane",
"default_params_filename": ["default_params/quadplane.parm","default_params/quadplane-copter_tailsitter.parm"],
Expand Down

0 comments on commit 76df34d

Please sign in to comment.