pyrobosim_ros.ros_interface.WorldROSWrapper.start

WorldROSWrapper.start(auto_spin: bool = True) None

Starts the node.

Parameters:

auto_spin – If True, creates an executor and spins it indefinitely. If you want to handle your own node execution, set this to False.