-
- All Implemented Interfaces:
public interface RoadCalibratorData model representing road calibrator.
Instances are typically immutable after construction. Use builders or factory methods where provided.
-
-
Method Summary
Modifier and Type Method Description abstract List<RoadInfo>getCandidateRoads()Get all cached candidate roads. abstract BooleansetRoad(RoadInfo roadInfo)Set road from candidate roads list. -
-
Method Detail
-
getCandidateRoads
abstract List<RoadInfo> getCandidateRoads()
Get all cached candidate roads. User can choose one from them to manually correct position of vehicle.
-
-
-
-