pyrobosim.core.robot.Robot.set_path_executor
- Robot.set_path_executor(path_executor: PathExecutor | None) None
Sets a path executor for navigation.
- Parameters:
path_executor – Path executor for navigation (see e.g.,
pyrobosim.navigation.execution.ConstantVelocityExecutor).