-
Notifications
You must be signed in to change notification settings - Fork 10
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
Comments
@Harshal9574 Hi, what do you mean? Do you have any problem running the code? |
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? |
You can write a ros node to subscribe to the image topic, then process the image by calling the function "MapBuilder::AddNewInput()" |
Thank you for your reply and for giving me the onformation. Can you provide some code for this? |
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 |
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! |
I am trying to use the intel realsense camera and do live mapping instead of dataset, any leads would be appreciated. |
How I can implement NI-SLAM using live mapping demo?
Can you help me as soon as possible.
Originally posted by @Harshal9574 in #11
The text was updated successfully, but these errors were encountered: