2014-12-14 16:44:13 -05:00
|
|
|
|
2020-01-30 17:18:48 -05:00
|
|
|
std_msgs/Header header
|
2014-12-14 16:44:13 -05:00
|
|
|
|
|
|
|
|
bool lost
|
|
|
|
|
int32 matches
|
|
|
|
|
int32 inliers
|
2020-01-30 17:18:48 -05:00
|
|
|
float32 icp_inliers_ratio
|
|
|
|
|
float32 icp_rotation
|
|
|
|
|
float32 icp_translation
|
|
|
|
|
float32 icp_structural_complexity
|
2021-10-04 19:29:19 -04:00
|
|
|
float32 icp_structural_distribution
|
|
|
|
|
int32 icp_correspondences
|
2017-05-23 16:31:06 -04:00
|
|
|
float64[36] covariance
|
2014-12-14 16:44:13 -05:00
|
|
|
int32 features
|
2020-01-30 17:18:48 -05:00
|
|
|
int32 local_map_size
|
|
|
|
|
int32 local_scan_map_size
|
|
|
|
|
int32 local_key_frames
|
|
|
|
|
int32 local_bundle_outliers
|
|
|
|
|
int32 local_bundle_constraints
|
|
|
|
|
float32 local_bundle_time
|
2025-03-01 16:18:10 -08:00
|
|
|
float32 local_bundle_avg_inlier_distance
|
|
|
|
|
int32 local_bundle_max_key_frames_for_inlier
|
2020-01-30 17:18:48 -05:00
|
|
|
bool key_frame_added
|
|
|
|
|
float32 time_estimation
|
|
|
|
|
float32 time_particle_filtering
|
2015-06-16 17:42:56 -04:00
|
|
|
float32 stamp
|
|
|
|
|
float32 interval
|
2020-01-30 17:18:48 -05:00
|
|
|
float32 distance_travelled
|
|
|
|
|
int32 memory_usage # MB
|
2015-01-23 15:18:06 -05:00
|
|
|
|
2021-10-04 19:29:19 -04:00
|
|
|
float32 gravity_roll_error
|
|
|
|
|
float32 gravity_pitch_error
|
2015-01-23 15:18:06 -05:00
|
|
|
|
2021-09-30 15:04:03 -04:00
|
|
|
# Local bundle camera ids
|
2021-10-04 19:29:19 -04:00
|
|
|
int32[] local_bundle_ids
|
2021-09-30 15:04:03 -04:00
|
|
|
|
|
|
|
|
# Local bundle camera models
|
2022-10-01 18:09:19 -07:00
|
|
|
CameraModels[] local_bundle_models
|
2021-09-30 15:04:03 -04:00
|
|
|
|
|
|
|
|
# Local bundle camera poses
|
2021-10-04 19:29:19 -04:00
|
|
|
geometry_msgs/Pose[] local_bundle_poses
|
2021-09-30 15:04:03 -04:00
|
|
|
|
2017-04-02 17:44:40 -04:00
|
|
|
geometry_msgs/Transform transform
|
2020-01-30 17:18:48 -05:00
|
|
|
geometry_msgs/Transform transform_filtered
|
|
|
|
|
geometry_msgs/Transform transform_ground_truth
|
2021-03-13 19:18:03 -05:00
|
|
|
geometry_msgs/Transform guess
|
2017-04-02 17:44:40 -04:00
|
|
|
|
|
|
|
|
# 0=F2M, 1=F2F
|
2015-01-23 15:18:06 -05:00
|
|
|
int32 type
|
|
|
|
|
|
2017-04-02 17:44:40 -04:00
|
|
|
# F2M odometry
|
|
|
|
|
# std::multimap<int, cv::KeyPoint> words;
|
|
|
|
|
# std::vector<int> wordMatches;
|
|
|
|
|
# std::vector<int> wordInliers;
|
2020-01-30 17:18:48 -05:00
|
|
|
int32[] words_keys
|
|
|
|
|
KeyPoint[] words_values
|
|
|
|
|
int32[] word_matches
|
|
|
|
|
int32[] word_inliers
|
|
|
|
|
int32[] local_map_keys
|
|
|
|
|
Point3f[] local_map_values
|
2015-01-23 15:18:06 -05:00
|
|
|
|
2021-09-24 11:34:23 -04:00
|
|
|
# local scan map data
|
2021-10-04 19:29:19 -04:00
|
|
|
sensor_msgs/PointCloud2 local_scan_map
|
2016-08-08 14:37:32 -04:00
|
|
|
|
2017-04-02 17:44:40 -04:00
|
|
|
# F2F odometry
|
2020-01-30 17:18:48 -05:00
|
|
|
# std::vector<cv::Point2f> ref_corners;
|
|
|
|
|
# std::vector<cv::Point2f> new_corners;
|
|
|
|
|
# std::vector<int> corner_inliers;
|
|
|
|
|
Point2f[] ref_corners
|
|
|
|
|
Point2f[] new_corners
|
|
|
|
|
int32[] corner_inliers
|
2017-04-02 17:44:40 -04:00
|
|
|
|