Skip to content

fix(pid): add auto_mode check in PID update calculation#10

Merged
FelizCoder merged 1 commit intomainfrom
9-cannot-set-proportionally-state-manually-in-can-mode
Feb 18, 2025
Merged

fix(pid): add auto_mode check in PID update calculation#10
FelizCoder merged 1 commit intomainfrom
9-cannot-set-proportionally-state-manually-in-can-mode

Conversation

@FelizCoder
Copy link
Owner

closes #9

- Implemented a conditional check for auto_mode in the calculate_update method to determine whether to calculate the PID update.
- If auto_mode is off, the update will return None instead of calculating an update.

issue #9
@FelizCoder FelizCoder linked an issue Feb 18, 2025 that may be closed by this pull request
@FelizCoder FelizCoder merged commit f6cb5e5 into main Feb 18, 2025
2 checks passed
@FelizCoder FelizCoder deleted the 9-cannot-set-proportionally-state-manually-in-can-mode branch February 18, 2025 13:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Cannot set Proportionally state manually in CAN mode

1 participant

Comments