Path Builder
This is an empty constructor for the PathBuilder class so it can get started. The PathBuilder allows for easier construction of PathChains. The proper usage is using an instance of the Follower class: Follower follower = new Follower(hardwareMap); Then calling "follower.pathBuilder.[INSERT PATH BUILDING METHODS].build(); Of course, you can split up the method calls onto separate lines for readability.