-
Notifications
You must be signed in to change notification settings - Fork 653
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No slam Points for 3 cameras. #455
Comments
Do you have an example bag with your configuration files I could test with? The logic to append new SLAM features should be pretty independent of the number of cameras. There might be a bias to selecting new SLAM features in smaller camera ids, but it seems you don't have any at all after using the third camera. open_vins/ov_msckf/src/core/VioManager.cpp Lines 440 to 453 in e274c65
|
Hello @goldbattle. I have a dataset here that you could use to test my 3 cameras setup. I changed my extrinsics in the mean time (no overlap in field of view) so no stereo constrains. Here is the bag file. My config files are attached here |
Hello everyone. I'm using openvins with 3 cameras (150 degrees HFOV) at 45 deg from one another making a decent overlapping field of view. But when i try to use the 3 cameras, the slam part does not work ( no slam points published) which is fine if i keep moving the platform around, but the moment a stay stationary the estimated pose drifts away. But when i activate only 2 cameras (max_cameras:=2), the slam works. Any help on the matter ?
Here is my config file :
The text was updated successfully, but these errors were encountered: