Skip to content

Commit

Permalink
Auto-align snap to sides
Browse files Browse the repository at this point in the history
  • Loading branch information
calebchalmers committed Jun 15, 2024
1 parent 4fd8caa commit 1b687e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ut-robomaster/src/robots/robot_constants.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const float ANALOG_DEAD_ZONE = 0.1f;
const float KEYBOARD_ACCEL = 5.0f;
const float KEYBOARD_DECEL = 5.0f;
const float CHASSIS_AUTOALIGN_FACTOR = 0.5f;
const float CHASSIS_AUTOALIGN_ANGLE = M_PI / 4.0f;
const float CHASSIS_AUTOALIGN_ANGLE = M_PI / 2.0f;

#if defined(TARGET_STANDARD)
#include "robots/standard/standard_constants.hpp"
Expand Down

0 comments on commit 1b687e5

Please sign in to comment.