Skip to content

Commit d8b4c28

Browse files
fix: revert yaw p term
1 parent 3596b30 commit d8b4c28

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/comms/control_board/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ impl<T: 'static + AsyncWriteExt + Unpin + Send> ControlBoard<T> {
129129
.await?;
130130
self.stability_assist_pid_tune('Y', 2.0, 0.0, 0.0, 0.1, false)
131131
.await?;
132-
self.stability_assist_pid_tune('Z', 4.0, 0.0, 0.0, 1.0, false)
132+
self.stability_assist_pid_tune('Z', 10.0, 0.0, 0.0, 1.0, false)
133133
.await?;
134134
self.stability_assist_pid_tune('D', 1.5, 0.0, 0.0, 1.0, false)
135135
.await

0 commit comments

Comments
 (0)