ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

I know @tfoote has already answered the question but today I encountered the same error even though I was using use_sim_time = true.

I was running Mynteye (a depth camera) ROS-wrapper on my computer. Then, I wanted to do some tests in Gazebo. So, I shutdown the wrapped node and then started Gazebo with my robot which includes the depth plugin. Then, I received the error.

The problem for me was that the Mynteye ROS-wrapper node was still running in the background. I thought the process was dead with a shutdown signal (Ctrl+c) but it wasn't. When I was looking at htop, I realized the wrapper node was there. After killing the wrapper node, my problem was solved.

I know @tfoote has already answered the question but today I encountered the same error even though I was using use_sim_time = true.

I was running Mynteye (a depth camera) ROS-wrapper on my computer. Then, I wanted to do some tests in Gazebo. So, I shutdown the wrapped Mynteye wrapper node and then started Gazebo with my robot which includes the depth plugin. Then, I received the error.

The problem for me was that the Mynteye ROS-wrapper node was still running in the background. I thought the process was dead with a shutdown signal (Ctrl+c) but it wasn't. When I was looking at htop, I realized the wrapper node was there. After killing the wrapper node, my problem was solved. solved.