mirror of https://github.com/ArduPilot/ardupilot
pysim: show frame type at startup
This commit is contained in:
parent
f395e8e36d
commit
e4ae5ffd0e
|
@ -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