- Fixed the static document website’s navbar redirecting to the wrong destination
New features:
Re-optimized the RK4 Integration for trajectories so it can natively run on the RoboRio v2, also added further support for generating look-up tables to precompute every shot, which allows for quick shots to be made on the fly.
Added Support for the library to run on a co-processor, so you can run the trajectory calculations and simulation at their full potential, where before running it on the Rio, you had to lower the time interval steps, which provides a worse trajectory. My team will likely be using a co-processor, which allows for super high-quality trajectories to be made. This is extremely overkill, and almost every good team just uses a lookup table, but we gotta stand out somehow
Fixed other minor bugs from subsystems like the LED wrapper, which had minor loop overruns due to periodic tasks not being scheduled properly in WPILIB.
Also, the library is much less dependent on external libraries now, so it can run smoothly on co-processors.
Log in to leave a comment