@ProviderType
public interface PoseMovementConfiguration
Modifier and Type | Method and Description |
---|---|
void |
setSpeed(Speed speed)
Set an optional speed that the robot should move at.
|
void setSpeed(Speed speed)
Set an optional speed that the robot should move at. The requested speed must be higher than 0.0. If the speed is not set or higher than the upper limit, the robot will move at the default speed.
speed
- The speed that the robot should move at during auto move.Copyright © 2024. All rights reserved.