CCNYRoboticsLab / asctec_drivers

AscTec quadrotor drivers
15 stars 16 forks source link

Waypoint Integration #4

Open msheckells opened 10 years ago

msheckells commented 10 years ago

I made several changes to the asctec_autopilot package to integrate waypoint support (i.e. I can now publish waypoint commands from one node and use the autopilot node to actually forward those commands to the LLP).

Specifically: I added support for publishing the CurrentWay message with the telemetry class.
I added support for subscribing to Waypoint messages with the telemetry class. I added the ability to send waypoint command messages to the LLP with the serial interface class. I added a node that can read in a waypoint .csv and publish waypoints (it subscribes to the CurrentWay topic and sends a new waypoint when the current one is reached).


This change is Reviewable