Skip to content

Commit

Permalink
fixed typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianHoltPP committed Jun 17, 2021
1 parent 8f46291 commit 4f4ea61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/pid/pid.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class PID : public rclcpp::Node
// PID gains
double Kp_ = 0, Ki_ = 0, Kd_ = 0;

// Parameters for error calc. with disconinuous input
// Parameters for error calc. with discontinuous input
bool angle_error_ = false;
double angle_wrap_ = 2.0 * 3.14159;

Expand Down

0 comments on commit 4f4ea61

Please sign in to comment.