Hello, I'm trying to visualize the topics that are being published by my gazebo model using the opennicamera plugin, if I
execute rostopic list this is the output:
peroanjo@peroanjoPC:~$ rostopic list
/camera/depth/camera_info
/camera/depth/image_raw
/camera/depth/image_raw/compressed
/camera/depth/image_raw/compressed/parameter_descriptions
/camera/depth/image_raw/compressed/parameter_updates
/camera/depth/image_raw/compressedDepth
/camera/depth/image_raw/compressedDepth/parameter_descriptions
/camera/depth/image_raw/compressedDepth/parameter_updates
/camera/depth/image_raw/theora
/camera/depth/image_raw/theora/parameter_descriptions
/camera/depth/image_raw/theora/parameter_updates
/camera/depth/points
/camera_ir/depth/camera_info
/camera_ir/parameter_descriptions
/camera_ir/parameter_updates
/clock
/gazebo/link_states
/gazebo/model_states
/gazebo/parameter_descriptions
/gazebo/parameter_updates
/gazebo/set_link_state
/gazebo/set_model_state
/gazebo_gui/parameter_descriptions
/gazebo_gui/parameter_updates
/p3dx/base_pose_ground_truth
/p3dx/cmd_vel
/p3dx/odom
/rosout
/rosout_agg
/tf
which makes me think that the topics are being published correctly, however when I open rviz and select the /camera/depth/image_raw topic, a warning shows up telling that there is no image being recevied. Does this mean that my .gazebo file isn't configured correctly? This is the part of my .gazebo file regarding the kinect camera:
20 1.047198 640 480 R8G8B8 0.05 3 0.2 true 0.0 camera_ir /camera/depth/image_raw /camera/depth/camera_info /camera/depth/image_raw /camera/depth/camera_info /camera/depth/points kinect 0.05 0 0 0 0 0 0 0 0 0 0
↧