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

Help ! ORB_SLAM3 not starting to track in D435i ? #26

Open
shyam-botsync opened this issue Dec 15, 2023 · 1 comment
Open

Help ! ORB_SLAM3 not starting to track in D435i ? #26

shyam-botsync opened this issue Dec 15, 2023 · 1 comment

Comments

@shyam-botsync
Copy link

I am able to launch the rs235i launch file. Everything launches fine. However the slam routine is not starting.

  1. no data published to tracking data topic.
  2. no transform available between world and IMU. can I get more context on the tf tree of entire system ?
@shyam-botsync shyam-botsync changed the title Help ! ORB_SLAM3 not starting to track Help ! ORB_SLAM3 not starting to track in D435i ? Dec 15, 2023
@thien94
Copy link
Owner

thien94 commented Dec 18, 2023

Hi @shyam-botsync , thank you for your questions.

  • For number 1: If there is no published data, most likely there are some issues with the inputs (mismatch between topic names in the launch file and real topic names), or parameters in the yaml file, or the camera has not moved yet (ORB-SLAM3 requires some initial movements to start working, so if the camera is static you might not get any outputs.
  • For number 2: the tf will be published alongside tracking data topic. I suggest fixing issue 1 first, then you can view the entire tf tree for more context.

Hope this helps.

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

2 participants