Skip to content
Snippets Groups Projects
Commit 8fde1aab authored by Randy Mackay's avatar Randy Mackay
Browse files

Tracker: add vehicle struct comments

No functional change
parent ac158f15
No related branches found
No related tags found
No related merge requests found
......@@ -8,8 +8,8 @@ static struct {
int32_t relative_alt; // meters * 100
uint32_t last_update_us; // last position update in micxroseconds
uint32_t last_update_ms; // last position update in milliseconds
float heading; // degrees
float ground_speed; // m/s
float heading; // last known direction vehicle is moving
float ground_speed; // vehicle's last known ground speed in m/s
} vehicle;
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment