pyrobosim.core.robot.Robot.set_path_executor

Robot.set_path_executor(path_executor)

Sets a path executor for navigation.

Parameters:

path_executor (PathExecutor, optional) – Path executor for navigation (see e.g., pyrobosim.navigation.execution.ConstantVelocityExecutor).