When using the chassis move distance I was wondering how to lower the voltage of the movements so they are slower?
Ex.
chassis.moveDistance(40_in);
You can use setMaxVelocity
to limit the top speed of motors, but if you want lower acceleration you should use motion profiles.
1 Like