Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

Angle indication with lidarSlam

조회 수: 2 (최근 30일)
Niklas Beyer
Niklas Beyer 2020년 2월 14일
마감: MATLAB Answer Bot 2021년 8월 20일
Hello,
I have a question about the function of the lidarSlam command. The task for me is to determine the position and angle of a sensor in a room with a known map. My problem is that I cannot get suitable values for the angle of the sensor. Does this only work if I have several scans in succession, i.e. the sensor moves in space, so that the relative angle between the individual scans can be output?
I thank you for any help.

답변 (1개)

Ajay Pattassery
Ajay Pattassery 2020년 2월 17일
I understand that the Map is already known to the robot.
lidarSlam object helps in building the Map by performing localization and mapping using the lidar scans. Hence lidarSlam will not be of use here.
If the map of the environment is already known to the robot, robot can do localization by the help of localization algorithms like Monte carlo localization.
Refer the Estimate Vehicle Pose from Range Sensor Data section in the following example that uses Monte Carlo Localization for robot pose estimation. This method require a couple of scans taken in succession for effective localization.

Community Treasure Hunt

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

Start Hunting!

Translated by