pyrobosim_ros.ros_interface.WorldROSWrapper.start
- WorldROSWrapper.start(wait_for_gui=False, auto_spin=True)
Starts the node.
- Parameters:
wait_for_gui (bool) – If True, waits for the GUI to come up before starting.
auto_spin (bool) – If True, creates an executor and spins it indefinitely. If you want to handle your own node execution, set this to False.