This package has been deprecated

Author message:

this package is unmaintained

noflo-ardrone

0.2.0 • Public • Published

noflo-ardrone Build Status

Parrot AR.Drone 2.0 components for NoFlo. You can utilize these components for building flow-based graphs to interact with your quadrocopter.

This library binds the excellent Node.js ar-drone module to the Flow-Based Programming world.

Usage

In order to utilize these components, the computer where you're running your NoFlo flows must be connected to the WiFi network created by your AR.Drone. Create the flows you want to use to interact with your drone and then run them using the noflo command.

For example, to take off and land, you could utilize this flow as defined in the fbp language:

# Start by connecting to drone. We could provide IP here
'' -> IP Connect(ardrone/Connect)
 
# Tell drone to take off
Connect() CLIENT -> CLIENT Takeoff(ardrone/Takeoff)
# Tell drone to land
Takeoff() CLIENT -> CLIENT Land(ardrone/Land)
 
# And that is all, folks!
Land() CLIENT -> IN End(core/Drop)

You can find more examples in https://github.com/cannonerd/droning.

TODO

  • Implement the rest of the motion commands as components
  • Components for reading AR.Drone sensor output

Readme

Keywords

Package Sidebar

Install

npm i noflo-ardrone

Weekly Downloads

5

Version

0.2.0

License

MIT

Last publish

Collaborators

  • bergie