acmerobotics / road-runner-quickstart

FTC quickstart for https://github.com/acmerobotics/road-runner
BSD 3-Clause Clear License
168 stars 855 forks source link

Too long of a TrajectorySequence crashing opmode #361

Closed TheOutcastVirus closed 4 months ago

TheOutcastVirus commented 5 months ago

RR FTC Version

0.5.5

Observed Behavior

I'm currently initializing my TrajectorySequences in initialization in my LinearOpmode. Whenever a TrajectorySequence gets too long, however, the robot crashes in initialization and reports "stuck in stop()". I've tested this with all other interfering code removed, and the issue persists. If I run a identical opmode, but with 95% of the TrajectorySequence commented out (such that it is only one spline long) the opmode runs as normal.

Tuning Files

No response

Robot Logs

robotControllerLog.txt

rbrott commented 5 months ago

See #353