Skip to content

Commit

Permalink
update pulses per radian
Browse files Browse the repository at this point in the history
  • Loading branch information
BrandonKahn25 committed Mar 27, 2024
1 parent 4aee29b commit 001bb40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion firmware/motor_control/differential_drive.h
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class DifferentialDrive {
MotorWithEncoder right_motor_;

float update_period_ = 0.025f;
float pulses_per_radian_ = 600.0f * 20.0f / 16.8f;
float pulses_per_radian_ = 600.0f;
float wheel_radius_ = 0.19f;
float wheelbase_length_ = 0.575f;
float left_encoder_factor_ = 1.00f;
Expand Down

0 comments on commit 001bb40

Please sign in to comment.