Documentation for driver/Vehicle.kt¶
The interface of drivers for vehicles
This interface defines the common functionality shared by all vehicles.
- since
1.0.0
- author
IFS Institute for Software
-
funmoveTo(position: GPSPosition) : Command<*>¶ Instruct the vehicle to move to the given GPS position
- Since
1.0.0
-
funreturnToHome() : Command<*>¶ Instruct the vehicle to return to its launch position
- Since
1.0.0
-