Skip to content

RtlTimeEstimate (UORB message)

TOPICS: rtl_timeestimate

Fields

명칭형식Unit [Frame]Range/Enum설명
timestampuint64time since system start (microseconds)
validboolFlag indicating whether the time estiamtes are valid
time_estimatefloat32sEstimated time for RTL
safe_time_estimatefloat32sSame as time_estimate, but with safety factor and safety margin included (factor*t + margin)

Source Message

Source file (GitHub)

Details

Click here to see original file

c
uint64 timestamp # time since system start (microseconds)

bool valid			# Flag indicating whether the time estiamtes are valid
float32 time_estimate		# [s] Estimated time for RTL
float32 safe_time_estimate	# [s] Same as time_estimate, but with safety factor and safety margin included (factor*t + margin)