Skip to content

Commit

Permalink
Updates comment in TunePID.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Geeoon committed Nov 2, 2024
1 parent 317ccf0 commit 570ea88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TunePID.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ int main(int argc, char** argv) {
int d_coeff = std::stoi(str);

can::motor::setMotorPIDConstants(serial, p_coeff, i_coeff, d_coeff);
// TODO: set the motor pid max power
// can::motor::setMotorPIDMaxPower(serial, 32767); // this was here from circ
can::motor::setMotorMode(serial, can::motor::motormode_t::pid);
double period = 8.0;

Expand Down

0 comments on commit 570ea88

Please sign in to comment.