Skip to content

Commit

Permalink
PID tuning FL FR RR attempt 1
Browse files Browse the repository at this point in the history
  • Loading branch information
DrDab committed May 24, 2024
1 parent f714abc commit 8ef8e15
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/world_interface/real_world_constants.h
Original file line number Diff line number Diff line change
Expand Up @@ -115,11 +115,11 @@ constexpr auto motorSerialIDMap = frozen::make_unordered_map<motorid_t, can::dev
constexpr auto motorPIDMap = frozen::make_unordered_map<motorid_t, pidcoef_t>(
{{motorid_t::shoulder, {70, 0, 0}},
{motorid_t::elbow, {15, 7, -2}},
{motorid_t::frontLeftSwerve, {0, 0, 0}},
{motorid_t::frontRightSwerve, {0, 0, 0}},
{motorid_t::frontLeftSwerve, {2, 0, -1}},
{motorid_t::frontRightSwerve, {3, 0, -1}},
{motorid_t::rearLeftSwerve, {0, 0, 0}},
{motorid_t::rearRightSwerve, {0, 0, 0}}});

{motorid_t::rearRightSwerve, {2, 0, -1}}});
/**
* @brief A mapping of motorids to power scale factors when commanded with positive power.
* Negative values mean that the motor is inverted.
Expand Down

0 comments on commit 8ef8e15

Please sign in to comment.