Skip to content

Commit

Permalink
Mention vendor dep manager in install docs (#986)
Browse files Browse the repository at this point in the history
  • Loading branch information
mjansen4857 authored Jan 8, 2025
1 parent 59a266c commit a11e5e4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
Binary file added Writerside/images/vendor_dep_manager.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 5 additions & 9 deletions Writerside/topics/pplib-Getting-Started.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,12 @@
<tabs>
<tab title="Java/C++">

PathPlannerLib can be added to your robot code project using the "Install New Libraries (online)" feature in VSCode
using the following JSON file URL:
The easiest way to install PathPlannerLib is to find and install it via the WPILib Vendor Dependency Manager in VSCode.

> **Note**
>
> The main PathPlannerLib json file will not be updated for beta versions. To use the beta, you will need to use the
> beta json file below. Once PathPlannerLib is fully released after kickoff, you will need to switch back to the main
> vendor json file.
>
{style="note"}
![](vendor_dep_manager.png)

Alternatively, PathPlannerLib can be added to your robot code project using the "Install New Libraries (online)" feature
in VSCode using the following JSON file URL:

<br/>

Expand Down

0 comments on commit a11e5e4

Please sign in to comment.