rpg_davis_simulator
rpg_davis_simulator copied to clipboard
Possible missing remap in launch file
It is not crucial, but should this (and similarly 3planes_simulate.launch
) also include <remap from="camera_info" to="/dvs/camera_info" />
?
https://github.com/uzh-rpg/rpg_davis_simulator/blob/50e84063fffb9de609091df2f77b2ad52c3008fa/launch/3walls_simulate.launch#L21-L26
The dvs_renderer
listens to the topic camera_info
, which is then used (if found) to publish the undistorted image, but the dvs_simulator_py
node publishes under /dvs/camera_info
:
https://github.com/uzh-rpg/rpg_dvs_ros/blob/eb40fb317b3dc1b6ee82127b0cb49a8dfd1d3fe5/dvs_renderer/src/renderer.cpp#L20
https://github.com/uzh-rpg/rpg_davis_simulator/blob/50e84063fffb9de609091df2f77b2ad52c3008fa/src/dvs_simulator_py/dvs_simulator.py#L176