Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SPAWNER: Wait for the clock to be available before proceeding (#432)
This patch is to resolve an issue when the simulated clock is not published right away (coming from a remote gazebo instance for example). If the clock is not published right away, the rosservice wait_for_service times out prematurely and the controllers fail to be loaded since the system is not yet ready (no Gazebo clock). With no, gazebo system, the clock will be ready immediately and the spawner will proceed. Issue: #431
- Loading branch information