You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to run some tests of some trajectories I'm generating to validate them, yet when I try to generate the points on my Windows PC, I keep running into the same error: http://pastebin.com/hy0Uy1pU
I've tried various things to fix it, such as confirming that it loads the native libraries and building using gradle, yet nothing seems to fix it. Do you have any idea of what is going wrong?
PS: The points do generate when we run it on the roboRIO with no errors.
The text was updated successfully, but these errors were encountered:
Don't set an exit angle to 0 exactly in the Waypoints, it causes a divide by zero error and crashes Java. I fixed it by setting the exit angle to 0.001.
I'm trying to run some tests of some trajectories I'm generating to validate them, yet when I try to generate the points on my Windows PC, I keep running into the same error:
http://pastebin.com/hy0Uy1pU
I've tried various things to fix it, such as confirming that it loads the native libraries and building using gradle, yet nothing seems to fix it. Do you have any idea of what is going wrong?
PS: The points do generate when we run it on the roboRIO with no errors.
The text was updated successfully, but these errors were encountered: