Can this be used to initialize the starting orientation and position of the system or is it something else? Also it’s not clear at all what the note means since if SLAM node was enabled, the setting would be true?
cuVSLAM does not just work with a single stereo camera. It is possible to use up to 32 cameras (=16 stereo cameras) as input. Using multiple cameras can significantly increase robustness, especially in featureless environments.
it was a while since I got back to this, I can make a new topic if necessary but if you’re starting up the SLAM system, do you use the set slam pose service before or after reset? the documentation doesn’t show to actually use it.
Hi, it doesn’t matter if you’re using the set slam pose service before or after the reset service - it can be used whenever and multiple times.
Here is a test that shows how to use the set slam pose service.
Clarification to what was discussed earlier in this thread - the set slam pose service currently only works with a single camera, and not with multiple cameras yet. The multiple camera setup only works with visual odometry mode at the moment i.e. enable_localization_n_mapping = false.