mirror of
https://github.com/introlab/rtabmap_ros.git
synced 2026-09-16 08:10:19 +08:00
merged master->ros2
This commit is contained in:
@@ -29,7 +29,6 @@ set(msg_files
|
||||
"msg/LandmarkDetection.msg"
|
||||
"msg/LandmarkDetections.msg"
|
||||
"msg/OdomInfo.msg"
|
||||
"msg/Landmark.msg"
|
||||
"msg/Point2f.msg"
|
||||
"msg/Point3f.msg"
|
||||
"msg/Goal.msg"
|
||||
|
||||
@@ -1,13 +0,0 @@
|
||||
#class rtabmap::Landmark
|
||||
#{
|
||||
# int id_;
|
||||
# float size_;
|
||||
# Transform pose_;
|
||||
# cv::Mat covariance_;
|
||||
#}
|
||||
|
||||
std_msgs/Header header
|
||||
int32 id
|
||||
float32 size
|
||||
geometry_msgs/Transform pose
|
||||
float64[36] covariance
|
||||
@@ -57,10 +57,10 @@ EnvSensor[] env_sensors
|
||||
sensor_msgs/Imu imu
|
||||
geometry_msgs/Transform imu_local_transform
|
||||
|
||||
Landmark[] landmarks
|
||||
LandmarkDetection[] landmarks
|
||||
|
||||
# Ground truth
|
||||
geometry_msgs/Pose ground_truth_pose
|
||||
|
||||
# GPS
|
||||
GPS gps
|
||||
GPS gps
|
||||
|
||||
Reference in New Issue
Block a user