Robotics StackExchange | Archived questions

Clock topic problem

Hello all!

I'm using Electric on Ubuntu 10.04, trying the bumper topic in a model, which is loaded in the URDF as everybody knows. The topic is listed (I see it when a type 'rostopic list' with the name '/collision/state/') but when I want to look at the messages ('rostopic echo...') the output is:

WARNING: no messages received and simulated time is active. Is /clock being published?

I have searched for any answer for this problem but I don't find anything. I don't understand why happens this because the /clock topic lists messages, hence it is published. Could anybody help me?

EDIT: I get to solve the problem; I specified an incorrect frameName in the Bumper plugin of gazebo. But there is an aditional problem, the states field in the messages is empty. I put the models intersecting each other but there is no information.

Thanks in advance

Asked by biyonder on 2013-01-07 22:08:32 UTC

Comments

Answers

Not an answer, but some suggestions:

Can you make a simulation that moves robot1 to collide with object1, so they're not initially in collision?

Gazebo is under continuous, heavy development. Are you running on older/restricted hardware, or can you upgrade Ubuntu and ROS? how about Fuerte or Groovy?

Asked by dbworth on 2013-01-08 06:42:07 UTC

Comments

Yes, I moved the model with the bumper plugin so that it collisions with a table, for example. I put the model inside the table in pause mode, but when I turn into play mode the model dissapears and the states fields has no values.

Asked by biyonder on 2013-01-09 01:03:20 UTC

Comments