A session to render the events fo the DAVIS is started with the command roslaunch dvs_renderer davis_mono.launch.
The command below renders edges for a few seconds renders an edge map but then crashes
rosrun image_view image_view image:=/dvs_accumulated_events_edges
Followings its crash, the dvs_renderer package also crashes. I assumed it was a processing problem and hence tried reducing the max_events parameter in the /davis_ros_driver to 100 and suppressed the OFF events. However the problem still persists
I'm also running into this issue. Has anyone been able to figure out why this is happening? It is happening for both /dvs_accumulated_events_edges AND /dvs_accumulated_events
A session to render the events fo the DAVIS is started with the command
roslaunch dvs_renderer davis_mono.launch
.The command below renders edges for a few seconds renders an edge map but then crashes
rosrun image_view image_view image:=/dvs_accumulated_events_edges
Followings its crash, the
dvs_renderer
package also crashes. I assumed it was a processing problem and hence tried reducing themax_events
parameter in the/davis_ros_driver
to 100 and suppressed the OFF events. However the problem still persists