ros / robot_state_publisher

Allows you to publish the state of a robot (i.e the position of its base and all joints) via the "tf" transform library
http://www.ros.org/wiki/robot_state_publisher
BSD 3-Clause "New" or "Revised" License
90 stars 168 forks source link

robot_state_publisher fails if the robot_description is not immediately on parameter server #52

Open VahidAminZ opened 8 years ago

VahidAminZ commented 8 years ago

I have a system that generates the urdf based on a hardware scan. Ideally robot_state_publisher should retry a few times (or after a given delay) before failing.

jacquelinekay commented 8 years ago

If you submit a pull request with a proposed way of accomplishing this I'd be happy to review it. I'm not sure I'll have time to implement myself.

VahidAminZ commented 8 years ago

ok then, I will give submit a pull request.

VahidAminZ commented 8 years ago

@jacquelinekay I submitted https://github.com/ros/robot_state_publisher/pull/53