Skip to content

Commit d4ae859

Browse files
committed
update README.md
Since I just made a release of the project, there isn't really a need for that part of README.
1 parent d04f916 commit d4ae859

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

README.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,6 @@ The program features minimalistic path creation and following functionality:
1818

1919
The follower also leaves a dashed path behind and has a circle around its origin to visualise the lookahead distance.
2020

21-
## Running the project
22-
23-
### Processing in an IDE
24-
The simplest way to run the project is to create a new project from existing sources using the IDE of your choice and adding the core processing library.
25-
26-
1. Get core.jar from the Processing library. This can be done by downloading [Processing](https://processing.org/download). The JAR can be found in `/core/library/core.jar`.
27-
2. Create a new processing [Intellij](https://stackoverflow.com/questions/36765288/how-to-use-processing-3-on-intellij-idea) or [Eclipse](https://processing.org/tutorials/eclipse/) project from existing sources.
28-
3. Add the `core.jar` library to your Eclipse/Intellij project.
29-
4. Run the project!
30-
3121
## Resources
3222
* [A Feedforward Control Approach to the Local Navigation Problem for Autonomous Vehicles](https://www.ri.cmu.edu/pub_files/pub1/kelly_alonzo_1994_4/kelly_alonzo_1994_4.pdf) - the main resource used in the implementation of this project.
3323
* [Pure Pursuit Controller - MATLAB & Simulink](https://www.mathworks.com/help/robotics/ug/pure-pursuit-controller.html) - a neat Mathworks article about the Pure Pursuit Controller.

0 commit comments

Comments
 (0)