pyrobosim_ros.ros_interface.WorldROSWrapper.is_robot_busy

WorldROSWrapper.is_robot_busy(robot)

Check if a robot is currently executing an action or plan.

Parameters:

robot (pyrobosim.core.robot.Robot) – Robot instance to check.

Returns:

True if the robot is busy, else False.

Return type:

bool