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
Whoever does this should read the docs from path planner then read 254 code and add the 254 code. 254 Also uses ctre swerve with basically the same IO layer structure (outside of that its mad different tho) so it should be easy to take. Here's their code : https://github.com/Team254/FRC-2024-Public
Here's how you set the control request (I started on this earlier today 💀 ). U just have to find a way to cache past module state and delta t that's accurate. (254 knows how)
private final SwerveSetpointGenerator setpointGenerator = new SwerveSetpointGenerator(ROBOT_CONFIG, ANGULAR_VELOCITY_LIMIT);
Take PP implementation or just take it from 254's 2024 code & test in sim (the second is probably a better idea).
The text was updated successfully, but these errors were encountered: