Skip to content

FollowTargetStatus (UORB message)

TOPICS: follow_targetstatus

Fields

参数名类型Unit [Frame]Range/Enum描述
timestampuint64microsecondstime since system start
tracked_target_coursefloat32radTracked target course in NED local frame (North is course zero)
follow_anglefloat32radCurrent follow angle setting
orbit_angle_setpointfloat32radCurrent orbit angle setpoint from the smooth trajectory generator
angular_rate_setpointfloat32rad/sAngular rate commanded from Jerk-limited Orbit Angle trajectory for Orbit Angle
desired_position_rawfloat32[3]Raw 'idealistic' desired drone position if a drone could teleport from place to places
in_emergency_ascentboolboolTrue when doing emergency ascent (when distance to ground is below safety altitude)
gimbal_pitchfloat32radGimbal pitch commanded to track target in the center of the frame

Source Message

Source file (GitHub)

Details

Click here to see original file

c
uint64 timestamp                  # [microseconds] time since system start

float32 tracked_target_course     # [rad] Tracked target course in NED local frame (North is course zero)
float32 follow_angle              # [rad] Current follow angle setting

float32 orbit_angle_setpoint      # [rad] Current orbit angle setpoint from the smooth trajectory generator
float32 angular_rate_setpoint     # [rad/s] Angular rate commanded from Jerk-limited Orbit Angle trajectory for Orbit Angle

float32[3] desired_position_raw   # [m] Raw 'idealistic' desired drone position if a drone could teleport from place to places

bool in_emergency_ascent          # [bool] True when doing emergency ascent (when distance to ground is below safety altitude)
float32 gimbal_pitch              # [rad] Gimbal pitch commanded to track target in the center of the frame