So I am programming in c++ and I would like to use the pathfinder for frc library, but the last time the owner edited to library was in 2018 and now that we are using this new ide I would like to know how to include it in a c++ vs code project.
Thanks,
Jackson
The readme for that project shows how to use it for 2019. About 3/4 of the way down the readme.
Instead of clicking the link, open VS code, and go to your project. open the command palette (Ctrl + Shift + P) then type…
WPILib: Manage Vendor Libraries > Install New library (Online) > paste the URL.
That way, you can bring all of the library dependencies and the vendor JSON file to your project.
Hope it helped.
1 Like
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.