-
-
Notifications
You must be signed in to change notification settings - Fork 378
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
running in real time #77
Comments
It is definitely possible, but it needs to be implemented from scratch. You would need to look at the paper and reimplement the input into the algorithm. I will close this issue, but feel free to continue the discussion. |
I will go through that soon |
The code here requires no ROS. There is no internal communication through ROS whatsoever. There is a single class to subscribe to ROS data which can be skipped. It is not used when the code is run on images. In your case, you will need to adapt the code to run on image-like structures that you can produce on your own depending on where your data comes from. |
is it possible to run the code in real time data without using ROS and on live feed from cameras and lidar without saving them into png and bin format? in short what to do to run the lidar and feed the data into the network in real time !?
The text was updated successfully, but these errors were encountered: