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): capacitive sensor task should use correct sensor ID #781

Conversation

ahiuchingau
Copy link
Contributor

The S1 sensor has been falsely using the wrong ID while responding to CAN messages.

This is because the sensor ID for the driver is defaulted to S0, and we rely on set_sensor_id() to update the sensor. We've made these changes for the pipettes (#630). And since shared_sensor is always false for the gripper, we've never set the sensor ID for S1.

Copy link
Contributor

@ryanthecoder ryanthecoder left a comment

Choose a reason for hiding this comment

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

lgtm

Copy link
Contributor

@caila-marashaj caila-marashaj left a comment

Choose a reason for hiding this comment

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

Nice

@caila-marashaj caila-marashaj force-pushed the RQA-2760-flex-gripper-reports-wrong-sensor-id-during-calibration branch from 4f91a00 to 1b65ab8 Compare August 1, 2024 18:10
@caila-marashaj caila-marashaj merged commit 97885c9 into main Aug 1, 2024
30 of 31 checks passed
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