uuvsimulator / uuv_simulator

Gazebo/ROS packages for underwater robotics simulation
https://uuvsimulator.github.io/
Other
675 stars 355 forks source link

underwater camera plugin does not publish image topic #449

Open cabinx opened 2 years ago

cabinx commented 2 years ago

I learn from the article that a special camera module has been designed to improve the light attenuation with an image post-processing step. The plugin is in uuv_sensor_plugins/uuv_sensor_ros_plugins/urdf/camera_snippets.xacro, namely the "underwater_camera_plugin_macro". Part of my sensors as below: Screenshot from 2021-08-24 09-46-41 The dvl works well. But the there's no image topic of the camera published. I'm sure the plugin has been start, since I can see the camera model in the gazebo, and the whole tf tree as below: pic1

astronaut71 commented 2 years ago

did you solve the problem?