Closed elgarbe closed 6 years ago
E0331 22:00:08.038041 21914 rosbag_validate_main.cc:318] frame_id "base_link" is send on multiple topics. It was seen at least on /mavros/imu/data and /mavros/imu/data_raw
In this case this is fine because it is in the namespace.
E0331 22:00:08.097421 21914 rosbag_validate_main.cc:381] IMU data (frame_id: "base_link") has a large gap, largest is 0.220583 s, recommended is [0.0005, 0.005] s with no jitter.
Should be fine.
E0331 22:00:08.037511 21914 rosbag_validate_main.cc:342] frame_id "laser" on topic /scan has serialization time 1522539150.304405142 but sensor time 1522539149.638893094 differing by -0.665512 s.
Marginally ok. Is your machine slow and cannot keep up with serialization?
I0331 22:00:08.097544 21914 rosbag_validate_main.cc:390] Time delta histogram for consecutive messages on topic "/mavros/imu/data" (frame_id: "base_link"): Count: 1160 Min: 0.019858 Max: 0.220583 Mean: 0.119986 [0.019858, 0.039931) ########## Count: 580 (50.000000%) Total: 580 (50.000000%) [0.180438, 0.200511) Count: 0 (0.000000%) Total: 580 (50.000000%) [0.200511, 0.220583] ########## Count: 580 (50.000000%) Total: 1160 (100.000000%)
Strangely high jitter. Are you sending messages twice?
TRAJECTORY_BUILDER_2D.num_accumulated_range_data
Number of TimedPointCloudData structures that are one laser scanner revolution and should be merged before scan matching. If subdivisions are used, usually the number of range sensors times number of subdivisions. Confirm correct setting by looking at the scan visualization in rviz, it should cover 360 degrees and not flicker too much.
The computer that records laser and IMU data is a Raspberry Pi 3. It receive IMU data through mavros, using uart port at 921.600bps (there are several msgs). I'm not sure if it has enough processing power, but I think that it has. I found that sometimes IMU data has that stage jitter, I will investigate what happen there. Tomorrow I will run some test on the stern.
Thank!
Closing for inactivity, feel free to post when there is something new.
I was able to add IMU data and really improve SLAM process. Now I want to add odometry msg. Could someone explain what this errors and warnings mean:
there is /mavros/global_position/local and there is not the /mavros/local_position/odom topic, why?
my config files are here: https://github.com/elgarbe/cartographer_ros/tree/odom_imu/cartographer_ros
what does TRAJECTORY_BUILDER_2D.num_accumulated_range_data meaning?
thank
thank!