Class SwervePointPathPlanning

java.lang.Object
xbot.common.subsystems.oracle.SwervePointPathPlanning

public class SwervePointPathPlanning extends Object
  • Constructor Details

  • Method Details

    • generateSwervePoints

      public List<XbotSwervePoint> generateSwervePoints(Pose2d startingPose, Pose2d endingPose, boolean allowToughTerrain)
      Generates a list of swerve points from Point A -> B while avoiding any obstacles in the map.
      Parameters:
      startingPose - you are at
      endingPose - you want to go to
      Returns:
      a list of swerve points to destination