2D trajectory using IMu data
19 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Hello i have a question. How can i draw a 2d trajectory in matlab using imu data (acc,gyr,mag). And how i can plot this trajectory on Lidar map scanned already.
0 comentarios
Respuestas (1)
Pratyush Swain
el 26 de Sept. de 2023
Hi mohamed,
I understand that you would like to draw a 2D trajectory in MATLAB using IMU data on an existing lidar map. Assuming you have a 2D Lidar scanned map object as mentioned in https://in.mathworks.com/help/nav/ref/lidarscan.html , first the lidar map can be visualized using the plot function followed by calculation trajectory from the IMU data and plotting it on the existing Lidar map.
Please refer to the functions available in the MATLAB File Exchange entry titled "Inertial Measurement Unit Position Calculator" (https://in.mathworks.com/help/nav/ref/lidarscan.html ). These functions will provide the necessary tools to calculate and visualize the trajectory based on your IMU data.
Hope this helps.
0 comentarios
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!