Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Waypoint Integration #4

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

msheckells
Copy link

@msheckells msheckells commented Sep 12, 2014

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

…y to send waypoint commands to the LLP with the telemetry class. Added node to read waypoint commands from a csv and publish them as they are carried out.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant