Hello,
I am reading into pathweaver and it seems really interesting. But our team uses C++. I was wondering if anyone knows how to use pathweaver for C++ or maybe where I could find how to use it. Since I only see explanations for Java.
1 Like
We are doing it. You just need @Jaci’s Pathfinder library .
For instructions on following a path, see the wiki
Because you are generating the path with PathWeaver insted of generating on the robot, you will need to load the file. (INSTRUCTIONS)
Make sure to add this path to the beginning of the file name: /home/lvuser/
For example, the file in src/main/deploy/paths/<path name>/pf1.csv
would become /home/lvuser/deploy/paths/<path name>/pf1.csv
I hope this helps
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.