About SLAM initial Pose data
12 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
I am the following site
I would like to run SLAM on my stereo camera as a reference. I was able to record the left and right video with my stereo camera to inspect the first pair of images and get "stereo Params" from exporting the parameters of the stereo camera calibration app.
However, in the example of the above site, the initial camera pose is loaded from "'initialPose.mat'" and used as the function "initialPose". What should I prepare to do these on my camera device?
0 comentarios
Respuestas (2)
Qu Cao
el 25 de Oct. de 2021
The initial pose data is provided by the dataset. It's used to convert the 3-D reconstruction into the world coordinate system. If you cannot measure the inital pose of your camera, you can assume that the camera is at the origin with zero rotations:
initialPose = rigid3d(eye(3), [0 0 0])
0 comentarios
圭介 川邉
el 26 de Oct. de 2021
Editada: 圭介 川邉
el 26 de Oct. de 2021
5 comentarios
Sheraz Shamim
el 14 de Jun. de 2023
I am having a same error. xyzPoints is empty and got same error.
Fardad
el 29 de Jun. de 2024
And I cann't fint the "helperReconstructFromStereo" in the folder of "StereoVisualSimultaneousLocalizationAndMappingExample"!
Ver también
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!