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

How I can implement NI-SLAM using live mapping demo? #12

Open
Harshal9574 opened this issue Apr 29, 2024 · 7 comments
Open

How I can implement NI-SLAM using live mapping demo? #12

Harshal9574 opened this issue Apr 29, 2024 · 7 comments

Comments

@Harshal9574
Copy link

How I can implement NI-SLAM using live mapping demo?
Can you help me as soon as possible.

Originally posted by @Harshal9574 in #11

@xukuanHIT
Copy link
Collaborator

@Harshal9574 Hi, what do you mean? Do you have any problem running the code?

@Harshal9574
Copy link
Author

This code is running only prior recorded data with using dataset. But, I want to run with real data from camera instead of storing data. How, I can implement for this?

@xukuanHIT
Copy link
Collaborator

You can write a ros node to subscribe to the image topic, then process the image by calling the function "MapBuilder::AddNewInput()"

@Harshal9574
Copy link
Author

Thank you for your reply and for giving me the onformation.

Can you provide some code for this?

@xukuanHIT
Copy link
Collaborator

Sorry, I don't have the code you can use directly, but it is very easy to do. You can refer to ORB-SLAM to write the node

@Harshal9574
Copy link
Author

You can write a ros node to subscribe to the image topic, then process the image by calling the function "MapBuilder::AddNewInput()"

I did not fully understand the above. Can you help me as soon as possible?

Thank you in advance!

@Joseph-dev-code
Copy link

I am trying to use the intel realsense camera and do live mapping instead of dataset, any leads would be appreciated.

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