-
Notifications
You must be signed in to change notification settings - Fork 0
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
Question regarding compatibility with event_camera_renderer #1
Comments
The problem is that the RPG davis ros driver produces messages in a different format (dvs_msgs). I have plans to write a davis ros driver that uses the event_camera_msgs format, but have not done so for lack of hardware. |
Thank you. What steps do you think are necessary if I'd implement this? I have a hardware, so I can test it. Also if you have some ideas of the design and implementation already, I could contribute it. I think real-time visualization (and running some algorithms in future) is of great use (at least in my case). If offline is fine, I'd use python and it's more straightforward to have this kind of compatibility. The dvs_msgs is something many ROS-based research projects might use so far (defacto), but as we have two major hardware series now, the compatibility layer gets more important in my opinion. And ideally I'd like to have lightweight one for reltime execution of things (I saw the republish of https://github.com/ros-event-camera/event_camera_tools consumes lots of memory). |
Can you see if this experimental code is any good? Make sure to grab the "use_event_camera_msgs" branch. |
Thank you so much, I will test it on Monday and let you know how it goes 🙏 |
I have been trying, but haven't worked it out yet. Just for sharing - I will investigate a bit more by myself and share errors here later. Thanks. |
Hi @berndpfrommer , thank you for all the great code stack under https://github.com/ros-event-camera. I'd like to use this for my next development project.
I have a question (maybe request) of the compatibility. Do you think if it is possible to make the RPG's DAVIS driver compatible for event_camera_renderer? I think that this is one reason that you make this dvs_msgs repo, correct?
It would be great if there was some instruction on how I can achieve something like:
I have been trying to figure this out, but not done yet. And created this issue.
Thank you!
The text was updated successfully, but these errors were encountered: