I have updated my offseason robot code to use path planner 2025 beta 2.1, our offseason robot code has 2 mk4 modules and 2 mk4i modules, because of the different position of the wheel in those different modules the module positions relative to the center are not just trackwidth/2 and wheelbase/2 with changing signs depend on the side the module is in.
the RobotConfig class only has an option to construct it using trackwidth and wheelbase to determine the module position for the SwerveDriveKinematics object, this creates a wrong trajectory for our robot.
I would like to know if there is any way to change that or create a new constructor that takes the module positions as a parameter
thanks