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

Create function for directional data of ground vehicle #6

Open
dragonprevost opened this issue Sep 27, 2019 · 0 comments
Open

Create function for directional data of ground vehicle #6

dragonprevost opened this issue Sep 27, 2019 · 0 comments
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers Moderate This issue will be moderately difficult to resolve

Comments

@dragonprevost
Copy link
Contributor

dragonprevost commented Sep 27, 2019

Within the TelemData application there are functions for retrieving latitude and longitude from the pixhawk located on the vehicle. The task here is to create a new function that asks the pixhawk for directional data instead of latitude and longitude. The function should be very similar to the getLat and getLon functions.

Input:

  • None

Output:

  • The vehicles direction in degrees
  • If not connected to the vehicle return -1

Notes:

  • The libraries used to get this data are pymavlink and dronekit: documentation found beellow
  • pymavlink documenation
  • dronekit documenation
  • Noah Clarke has experience with these libraries so you can reach out to him for help.
  • The function has already been defined, you just need to fill it in.
  • Test on the obc with pixhawk
@dragonprevost dragonprevost added enhancement New feature or request good first issue Good for newcomers Moderate This issue will be moderately difficult to resolve labels Sep 27, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers Moderate This issue will be moderately difficult to resolve
Projects
None yet
Development

No branches or pull requests

3 participants