pysim: show frame type at startup

This commit is contained in:
Andrew Tridgell 2012-01-04 19:34:11 +11:00
parent ed5c9d4c47
commit 45b4e07776

View File

@ -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