robotpy / robotpy-pathplannerlib

RobotPy bindings for PathplannerLib
0 stars 3 forks source link

use proper deploy directory on loadPathGroup #8

Closed lmaxwell24 closed 1 year ago

lmaxwell24 commented 1 year ago

in pathplannerlib 2023, loadPathGroup was added which also uses frc::filesystem::GetDeployDirectory() this fix replaces it with robotpy::filesystem::GetDeployDirectoryFs()

virtuald commented 1 year ago

Thanks!