Skip to content
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

Current Frame only processes part of the image #24

Open
PhilShaw852 opened this issue Nov 16, 2023 · 2 comments
Open

Current Frame only processes part of the image #24

PhilShaw852 opened this issue Nov 16, 2023 · 2 comments

Comments

@PhilShaw852
Copy link

I am new to ros / slam. I am using orb_slam3 with a DJI Tello on ROS-Noetic.

I have most of it working, the one problem I have is that the full frame is not being processed for feature points.

I'm clearly missing something in a config but can't for the life of me see it.

Screenshot 2023-11-16 at 9 52 38 AM

I'd appreciate any help.

@thien94
Copy link
Owner

thien94 commented Jan 1, 2024

Hi @PhilShaw852 , sorry for the late reply.

Most likely, the issue is the parameters in the configurations file. Specifically, the parameters that relate to the ORB feature descriptor might need to be adjusted in order to generate more features or allow for more robust tracking of the features. You can read the comments in the config file for some suggestions on how to tune them, but right now it is frankly a manual process and you need some trial and error to find the best settings.

@jonaug88
Copy link

I am new to ros / slam. I am using orb_slam3 with a DJI Tello on ROS-Noetic.

I have most of it working, the one problem I have is that the full frame is not being processed for feature points.

I'm clearly missing something in a config but can't for the life of me see it.

Screenshot 2023-11-16 at 9 52 38 AM I'd appreciate any help.

I dont know if you have solved this issue already. However, i had the same issue when i first started out myself. Calibrating the camera and updating the calibrating.yaml file you use might solve the issue for you, it did for me atleast.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants