Skip to content
Snippets Groups Projects
Commit a08ea476 authored by Alessandro Simovic's avatar Alessandro Simovic Committed by Matthias Grob
Browse files

orbit: added telem uorb msg

parent 1c90b917
No related branches found
No related tags found
No related merge requests found
......@@ -80,6 +80,7 @@ set(msg_files
obstacle_distance.msg
offboard_control_mode.msg
optical_flow.msg
orbit_status.msg
parameter_update.msg
ping.msg
position_controller_landing_status.msg
......
uint64 timestamp # time since system start (microseconds)
float64 radius # Radius of the orbit circle. Positive values orbit clockwise, negative values orbit counter-clockwise. [m]
uint8 frame # The coordinate system of the fields: x, y, z.
float64 x # X coordinate of center point. Coordinate system depends on frame field: local = x position in meters * 1e4, global = latitude in degrees * 1e7.
float64 y # Y coordinate of center point. Coordinate system depends on frame field: local = y position in meters * 1e4, global = latitude in degrees * 1e7.
float32 z # Altitude of center point. Coordinate system depends on frame field.
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