Skip to content

Commit 13b26a9

Browse files
committed
Config update
1 parent d1a9d5b commit 13b26a9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

include/NacelleConfig.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,8 +160,8 @@ namespace PITCHING {
160160
// todo: Ftarget rpm var
161161

162162
/* PID Config */
163-
constexpr float PITCH_Kp = 0.35f; // CONFIG - 0.005f last year // TODO
164-
constexpr float PITCH_Ki = 0.03f; // CONFIG - 0.001f last year // TODO
163+
constexpr float PITCH_Kp = 0.20f; // CONFIG - 0.005f last year // TODO
164+
constexpr float PITCH_Ki = 0.02f; // CONFIG - 0.001f last year // TODO
165165
constexpr float PITCH_Kd = 0.0f;
166166

167167
inline bool enableRpmOutput = false; // CONFIG - whether to output RPM to log

0 commit comments

Comments
 (0)