Skip to content
Snippets Groups Projects
Commit 391f75ea authored by Tommy Persson's avatar Tommy Persson
Browse files

Removing old Queue functionality for LQ

parent b836f329
Branches
No related tags found
No related merge requests found
...@@ -35,18 +35,12 @@ ExtData.msg ...@@ -35,18 +35,12 @@ ExtData.msg
ExtConfig.msg ExtConfig.msg
GridObject.msg GridObject.msg
HeliState.msg HeliState.msg
LQClimbCommand.msg
LQClimbCommand.msg
LQRCExtraSwitch.msg LQRCExtraSwitch.msg
LQFlyCommand.msg
LQPtuCommand.msg
LQQueueCommands.msg
LQQueueInfo.msg LQQueueInfo.msg
LQStatus.msg LQStatus.msg
LQEstimatedState.msg LQEstimatedState.msg
LQSound.msg LQSound.msg
LQState.msg LQState.msg
LQYawCommand.msg
LQHeadToPointData.msg LQHeadToPointData.msg
LQPositionData.msg LQPositionData.msg
MPFlyingInfo.msg MPFlyingInfo.msg
......
int32 command
float32 target_relalt
float32 duration_in_s
int32 count
int32 command
float32 init_lat_m
float32 init_lon_m
float32 target_lat_m
float32 target_lon_m
float32 init_alt
float32 target_alt
float32 init_deast
float32 init_dnorth
float32 init_dup
float32 target_deast
float32 target_dnorth
float32 target_dup
float32 fly_speed
float32 final_speed
float32 duration_in_s
int32 count
int32 command
float32 duration_in_s
float32 lat_m
float32 lon_m
float32 alt
int32 pan_mode
float32 pan # degree, positive clockwise
int32 tilt_mode
float32 tilt # degrees, poisitive up
int32 count
lrs_msgs/LQFlyCommand[] fly
lrs_msgs/LQClimbCommand[] climb
lrs_msgs/LQYawCommand[] yaw
lrs_msgs/LQPtuCommand[] ptu
int32 command
float32 target_heading_deg
float32 yaw_speed # deg/s
float32 duration_in_s
int32 count
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment