In Webots to synchronize robots synchronization field should be set to True, so that it waits for wb_robot_step as stated here. I have two questions:
- How to use wb_robot_step when using ROS, as we have no option to use it in the context of controller.
- How to sync multiple homogeneous robots i.e. every robot shoud have its own wb_robot_step or just one which executes the next physics step.