Robotics StackExchange | Archived questions

Logical camera support in ROS Gazebo plugins

Hi,

Is it true that the logical camera is not supported natively from the Gazebo plugin package in ROS if I want to include it in my URDF? I am aware of the Ariac plugin, but was just wondering whether the logical camera was supported directly like many of the other sensors.

Asked by robotlab on 2021-03-14 05:14:24 UTC

Comments

Answers

It seems to be true. To address this, you would need to create a sensor plugin, grab the image from the sensor, and publish it to a ROS topic.

Asked by nlamprian on 2021-03-14 17:16:54 UTC

Comments