Closed xxliefde closed 8 years ago
it worked ! Thanks :)
Glad to hear it!
Closing this issue.
@xliefde hi, may I know how did it work with you? I subscribed the event and it was triggered even though bebop didn't takesoff yet, also it just indicated that the altitude changed, how can I get the exact height im meters for example?
Hi, @xliefde you should listen for the
AltitudeChanged
event: https://github.com/hybridgroup/node-bebop#altitudechangedhttps://github.com/hybridgroup/node-bebop/blob/master/examples/events.js shows how to subscribe to events.
Hope that helps!