mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-01 13:38:38 -04:00
pysim: show frame type at startup
This commit is contained in:
parent
ed5c9d4c47
commit
45b4e07776
@ -124,6 +124,8 @@ fdm = fgFDM.fgFDM()
|
||||
# create the quadcopter model
|
||||
a = MultiCopter(frame=opts.frame)
|
||||
|
||||
print("Simulating %u motors for frame %s" % (len(a.motors), opts.frame))
|
||||
|
||||
# motors initially off
|
||||
m = [0.0] * 11
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user