Klasse InitPositionCommand
java.lang.Object
org.opentcs.drivers.vehicle.commands.InitPositionCommand
- Alle implementierten Schnittstellen:
Serializable
,AdapterCommand
A command for initializing the comm adapter's position.
- Siehe auch:
-
Konstruktorübersicht
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoid
execute
(VehicleCommAdapter adapter) Executes the command.
-
Konstruktordetails
-
InitPositionCommand
Creates a new instance.- Parameter:
position
- The position to set.
-
-
Methodendetails
-
execute
Beschreibung aus Schnittstelle kopiert:AdapterCommand
Executes the command.- Angegeben von:
execute
in SchnittstelleAdapterCommand
- Parameter:
adapter
- The comm adapter to execute the command with.
-