CompositeGVF
class CompositeGVF(val pathGVF: PathGVF, val obstacles: Iterable<GVFObstacle>, val correctionRadius: Double = 5.0) : FollowableGVF
A composite guiding vector field that avoids obstacles and follows pathGVF.
Parameters
correctionRadius
If the robot is within this distance of the end of the path, all obstacles will be ignored.