how to get rostopic image from gazebo topic
hi. I have been facing this problem for a few days. i want to know how to get rostopic image, because This is to take an image from Gazebo and process image.
Gazebo gives images, but does not receive images from mavros.
my rostopic list haven't image but gz topic have image. how to adding mavros plugins image...? please help me....
i'm using gazebo 7 & kinetics and mavros_plugins download in here
@gyuseok which model of the camera do you use?
@l4ncelot thank you for response, my camer ln here , editting xacro file.
@gyuseok, you need to use some camera plugin publishing those messages. Look at the tutorial here.
Use the
<imageTopicName>image_raw</imageTopicName>
parameter.@l4ncelot thanks a lot ! i can do that! >.<