PathGVF
class PathGVF(val path: Path, val kN: Double, val errorMapFunc: (Double) -> Double = { it }) : GuidingVectorField, FollowableGVF
An implementation of GuidingVectorField that follows the specified path.
Constructors
Properties
Link copied to clipboard
The final target position. Used for basic velocity profiling to decelerate accordingly.
Link copied to clipboard
Custom error mapping (see eq. (4))
Link copied to clipboard
Link copied to clipboard
The starting position. Used for basic velocity profiling to accelerate accordingly.