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

running in real time #77

Closed
YousefABD92 opened this issue Jan 4, 2022 · 3 comments
Closed

running in real time #77

YousefABD92 opened this issue Jan 4, 2022 · 3 comments

Comments

@YousefABD92
Copy link

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 !?

@niosus
Copy link
Member

niosus commented Jan 4, 2022

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.

@niosus niosus closed this as completed Jan 4, 2022
@YousefABD92
Copy link
Author

I will go through that soon
but honestly, I am trying to skip ROS as I am learning it rn now and need the program to be implemented in a maritime environment. I have a question, please! did you run your program using ROS in real-time?

@niosus
Copy link
Member

niosus commented Jan 5, 2022

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.

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