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(hardware): do not track tip motor positions #12093

Merged
merged 1 commit into from
Feb 2, 2023

Conversation

Laura-Danielle
Copy link
Contributor

Overview

For now, we should skip tracking tip motor positions so it does not accumulate with the plunger motor positions. I made a ticket to think about how best to track this since all three motors share the same node id and we currently store position in the move_group_runner by node id.

Fix has already been tested on the robot.

For now, we should skip tracking tip motor positions so it does not accumulate with the plunger
motor positions. I made a ticket to think about how best to track this since all three motors share
the same node id and we currently store position in the `move_group_runner` by node id.
@Laura-Danielle Laura-Danielle requested a review from a team as a code owner February 2, 2023 16:48
@codecov
Copy link

codecov bot commented Feb 2, 2023

Codecov Report

Merging #12093 (3abefe9) into edge (27a1e2a) will increase coverage by 0.00%.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##             edge   #12093   +/-   ##
=======================================
  Coverage   73.97%   73.97%           
=======================================
  Files        2198     2198           
  Lines       60912    60914    +2     
  Branches     6477     6477           
=======================================
+ Hits        45058    45060    +2     
  Misses      14317    14317           
  Partials     1537     1537           
Flag Coverage Δ
hardware 57.19% <100.00%> (+0.01%) ⬆️
notify-server 89.13% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
...ons_hardware/hardware_control/move_group_runner.py 90.09% <100.00%> (+0.09%) ⬆️

Copy link
Contributor

@ahiuchingau ahiuchingau left a comment

Choose a reason for hiding this comment

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

Yea makes sense

@Laura-Danielle Laura-Danielle merged commit d0ed119 into edge Feb 2, 2023
@Laura-Danielle Laura-Danielle deleted the do_not_track_tip_motor_position branch February 2, 2023 19:51
y3rsh added a commit that referenced this pull request Feb 7, 2023
* edge: (116 commits)
  feat(system-server): add sqlite database and barebones HTTP server (#12085)
  feat(ot3): add enableOT3FirmwareUpdates feature flag to gate firmware update functionality. (#12102)
  feat(app): add bare bones hardware section to protocol details (#12099)
  feat(app): Support failed calibrations in the calibration wizard (#12092)
  refactor(docs): clean up Versioning page (#12084)
  refactor(robot-server): Make run and protocol limits configurable at launch (#12094)
  feat(app): add robotServerVersion to display the current robot software version (#12096)
  fix(hardware): do not track tip motor positions (#12093)
  feat(engine): allow calibrateGripper command to save calibration data (#12046)
  feat(app, api-client, react-api-client): delete POC TLC calibration data from overflow menu (#12075)
  fix(api): actually update OT3 instrument calibration offset in cache instrument (#12089)
  fix(robot-server): correct the data returned from instruments endpoint (#12067)
  feat(api): add thermocycler plate lift to hardware controller (#12068)
  fix(app): reference moduleId from result not params (#12077)
  feat(app): create ODD protocol setup page (#12071)
  refactor(api): Deprecate presses and increment args when using PAPI pick_up_tip (#12079)
  fix(ot3): handle multiple responses for a tip action request (#12083)
  refactor(api): touch tip implementation for PAPIv2 engine core (#12053)
  refactor(app): Remove ssid parameter from OnDeviceRouteParams (#11930)
  fix(api): fix broken test in the api hardware controller (#12080)
  ...
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.

None yet

2 participants