File: viso2_ros/VisoInfo.msg
Raw Message Definition
# Internal information on the
# viso2 algorithm parameters
# and results
Header header
# True if the previous iteration of viso2
# was not able to complete the matching process
# therefore the visual odometer is re-started.
bool got_lost
# True if in the next run the reference
# frame will be changed. This is the case
# when the number of inliers drops below
# a threshold or the previous motion estimate
# failed in last motion estimation.
bool change_reference_frame
# info from motion estimator
bool motion_estimate_valid
int32 num_matches
int32 num_inliers
# runtime of last iteration in seconds
float64 runtime
Compact Message Definition
std_msgs/Header header
bool got_lost
bool change_reference_frame
bool motion_estimate_valid
int32 num_matches
int32 num_inliers
float64 runtime