diff --git a/include/parameters.hpp b/include/parameters.hpp index c0e2409..bffa551 100644 --- a/include/parameters.hpp +++ b/include/parameters.hpp @@ -9,16 +9,16 @@ struct Parameters : diff_drive_lib::RobotParams { Parameters() { // Wheel wheel_encoder_resolution = 878.4F; - wheel_torque_constant = 1.0F; + wheel_torque_constant = 1.17647F; wheel_pid_p = 0.0F; wheel_pid_i = 0.005F; wheel_pid_d = 0.0F; wheel_pwm_duty_limit = 100.0F; robot_wheel_radius = 0.0625F; - robot_wheel_separation = 0.33F; - robot_wheel_base = 0.3052; - robot_angular_velocity_multiplier = 1.91F; + robot_wheel_separation = 0.358F; + robot_wheel_base = 0.3052F; + robot_angular_velocity_multiplier = 1.76F; robot_input_timeout = 500; }