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
When I attempt to run Meep Meep, I keep getting an Out of Memory Error. I tried increasing the amount of memory allocated towards it, but I could not get it to work.
Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
at java.base/java.lang.Double.valueOf(Double.java:632)
at com.acmerobotics.roadrunner.Math.rangeCentered(Math.kt:60)
at com.acmerobotics.roadrunner.Profiles.samplePathByRotation(Profiles.kt:651)
at com.acmerobotics.roadrunner.Profiles.profile(Profiles.kt:673)
at com.acmerobotics.roadrunner.TrajectoryBuilder.build(Builders.kt:849)
at com.acmerobotics.roadrunner.TrajectoryActionBuilder.endTrajectory(Actions.kt:251)
at com.acmerobotics.roadrunner.TrajectoryActionBuilder.build(Actions.kt:766)
at spudnik.team24288.meepmeeptesting.MeepMeepTesting.main(MeepMeepTesting.java:31)
The text was updated successfully, but these errors were encountered:
When I attempt to run Meep Meep, I keep getting an Out of Memory Error. I tried increasing the amount of memory allocated towards it, but I could not get it to work.
Here is my code:
And here is the error:
The text was updated successfully, but these errors were encountered: