pyrobosim.core.robot.Robot.is_moving

Robot.is_moving()

Checks whether the robot is moving, either due to a navigation action or velocity commands.

Returns:

True if the robot is moving, False otherwise.

Return type:

bool