You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using ROS Melodic in Ubuntu 18.04 virtual machine. I am facing an issue while launching Gazebo simulator with rgbd_camera. I did everything that is mentioned in the book but getting two errors:
[ERROR] [1559059238.827069066, 0.160000000]: Tried to advertise a service that is already advertised in this node [/rgbd_camera/set_camera_info]
[ERROR] [1559059238.860400635, 0.160000000]: Tried to advertise a service that is already advertised in this node [/rgbd_camera/set_parameters]
I am unable to debug this issue. I tried to check rosservices list and found rgbd_camera/set_parameters and rgbd_camera/set_camera_info are listed as services.
Please see an attached screenshot which shows the mentioned errors.
Thanks
The text was updated successfully, but these errors were encountered:
@s2007ravi please check the topics from the rgbd camera plugin is getting. The error says, the service is already running, so no need to run it again. So, I think its not a big issue. but make sure topics are coming.
Hi qboticslab,
I am using ROS Melodic in Ubuntu 18.04 virtual machine. I am facing an issue while launching Gazebo simulator with rgbd_camera. I did everything that is mentioned in the book but getting two errors:
[ERROR] [1559059238.827069066, 0.160000000]: Tried to advertise a service that is already advertised in this node [/rgbd_camera/set_camera_info]
[ERROR] [1559059238.860400635, 0.160000000]: Tried to advertise a service that is already advertised in this node [/rgbd_camera/set_parameters]
I am unable to debug this issue. I tried to check rosservices list and found rgbd_camera/set_parameters and rgbd_camera/set_camera_info are listed as services.
Please see an attached screenshot which shows the mentioned errors.
Thanks
The text was updated successfully, but these errors were encountered: