-
Notifications
You must be signed in to change notification settings - Fork 4
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
base: master
Are you sure you want to change the base?
Elevation data #343
Conversation
…de. Also changed the json that MissionControlTasks.cpp to contain information about altitude.
Make sure to run clang-format on your code. Then it'll pass CI. |
…ata so that altitude data is sent on from the gps on the rover outside of the simulation
…/Resurgence into Elevation-data
There was a problem hiding this comment.
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 */ |
There was a problem hiding this comment.
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
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.