uzh-rpg / rpg_dvs_ros

ROS packages for DVS
MIT License
300 stars 155 forks source link

Fix/publish correct exposure #48

Closed supitalp closed 7 years ago

supitalp commented 7 years ago

This PR fixes the exposure times published by the driver. Before, the exposure time was published only when the autoexposure algorithm was enabled, and the published value was the desired new exposure rather than the actual one as exposed by the sensor.

Now the published exposure is always published, and corresponds to the correct value as provided by libcaer.

@guillermogb ptal