CompositeGVF

public final class CompositeGVF implements 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.

Constructors

Link copied to clipboard
public CompositeGVF CompositeGVF(PathGVF pathGVF, GVFObstacle obstacles)
public CompositeGVF CompositeGVF(PathGVF pathGVF, Iterable<GVFObstacle> obstacles, Double correctionRadius)

Properties

Link copied to clipboard
private final Double correctionRadius
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
private final Path path
Link copied to clipboard
private final PathGVF pathGVF

Functions

Link copied to clipboard
Link copied to clipboard
public Vector2d get(Double x, Double y)

Returns the normalized value of the vector field at the given point.

Link copied to clipboard
public final Double getCorrectionRadius()
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
public Path getPath()
Link copied to clipboard
public final PathGVF getPathGVF()
Link copied to clipboard
public Unit reset()

Any resetting that needs to happen before another follower uses this vector field should go here.