I put trajectory CSV’s in my deploy folder and uploaded the files to the RoboRIO under /home/lvuser/deploy. I can see the files with SSH. However, when I try to access the file using new File("/home/lvuser/deploy/trajectory.csv");, it gives me a SIGFAULT.
If the path is wrong, it just raises a FileNotFoundException. But when the path is right, it crashes with a sigfault.