using slamMapBuilder with LidarScan data not giving expected results

4 次查看(过去 30 天)
while using the slamMapBuilder app i am facing following issues,
  • For the recorded data where the ego vehicle is stationary, when i use the app, its assuming the ego moving and creating an unexpected map.
  • Is it necessary to provide the Poses(Odometry) data along with the Scans data to make it work, as by just proving the Scans data its generating a map which is not as expected.
  • I see a lot more detection data on the map. than I am providing. Will the downsampling help me to remove that clutter and if so, how ?

回答(1 个)

Vidip Jain
Vidip Jain 2023-9-5
I understand that while using the app, its assuming the ego moving and creating an unexpected map.
The behaviour you're describing in the SLAM (Simultaneous Localization and Mapping) Map Builder app in MATLAB typically happens when there's a mismatch between the provided sensor data (scans) and the ego motion information (poses or odometry). Here are some insights and steps to address the issues:
  1. Ego Vehicle Motion: The SLAM algorithm relies on both sensor data (scans) and ego motion information (poses or odometry) to estimate the map and the vehicle's pose within that map. If you have stationary scans but don't provide any ego motion information, the algorithm may assume motion, leading to unexpected map results. Providing accurate ego motion information is essential, especially when the vehicle is stationary.
  2. Providing Poses or Odometry: To improve SLAM performance, it's recommended to provide accurate ego motion information (poses or odometry) along with the scans. This helps the algorithm understand the vehicle's motion and can lead to more accurate map estimation. Ensure that the provided ego motion data corresponds to the timestamps of the scans.
  3. Downsampling Data: Downsampling can help reduce clutter and improve the efficiency of the SLAM algorithm. You can consider downsampling the scans to reduce the number of data points while maintaining essential information. The downsampling factor should be chosen carefully to balance data reduction with map quality. MATLAB provides functions like pcdownsample for downsampling point cloud data.
Refer to this documentation for more information:

类别

Help CenterFile Exchange 中查找有关 Navigation and Mapping 的更多信息

产品


版本

R2022b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by