pysim: show frame type at startup

This commit is contained in:
Andrew Tridgell 2012-01-04 19:34:11 +11:00
parent f395e8e36d
commit e4ae5ffd0e
1 changed files with 2 additions and 0 deletions

View File

@ -124,6 +124,8 @@ fdm = fgFDM.fgFDM()
# create the quadcopter model # create the quadcopter model
a = MultiCopter(frame=opts.frame) a = MultiCopter(frame=opts.frame)
print("Simulating %u motors for frame %s" % (len(a.motors), opts.frame))
# motors initially off # motors initially off
m = [0.0] * 11 m = [0.0] * 11