PositionPathGVF
class PositionPathGVF(val path: PositionPath, val kN: Double, val errorMapFunc: (Double) -> Double = { it }) : GuidingVectorField
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.