Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(gripper): add GripperJawStateRequest to gripper can task & do not disable brushed motor if it was set to stay engaged #719

Merged
merged 2 commits into from
Sep 11, 2023

Conversation

ahiuchingau
Copy link
Contributor

@ahiuchingau ahiuchingau commented Sep 7, 2023

Forgot to add this to the can task so we weren't getting any response back from the gripper.

Testing is importante!

Copy link
Contributor

@fsinapi fsinapi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, just wanna make sure the PR description also mentions the change to disabling the brushed motor.

}
if (hardware.is_timer_interrupt_running()) {
hardware.request_cancel();
if (hardware.is_timer_interrupt_running()) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can this change make its way into the PR description please?

@ahiuchingau ahiuchingau changed the title fix(gripper): add GripperJawStateRequest to gripper can task fix(gripper): add GripperJawStateRequest to gripper can task & do not disable brushed motor if it was set to stay engaged Sep 11, 2023
@ahiuchingau ahiuchingau merged commit ae4a7ff into main Sep 11, 2023
32 of 36 checks passed
@ahiuchingau ahiuchingau deleted the gripper_update-can-task branch September 11, 2023 21:22
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.

3 participants