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

Elevation data #343

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

Elevation data #343

wants to merge 6 commits into from

Conversation

PatrickRung
Copy link

Changed the GPS coords to contain altitude data and for the data from the simulator to take in altitude data and it sends over the altitude data as well to the mission control.

…de. Also changed the json that MissionControlTasks.cpp to contain information about altitude.
@huttongrabiel
Copy link
Contributor

Make sure to run clang-format on your code. Then it'll pass CI.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This file is obsolete so changes here are not required.

@@ -12,6 +12,8 @@ struct gpscoords_t {
double lat;
/** the longitude of the gps coordinate, in degrees */
double lon;
/** the altitude of the gps coordinate */
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See https://github.com/huskyroboticsteam/ardupilot-driver/pull/2/files and update this comment to specify the unit of data

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.

2 participants