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

feat(sensors): enable logging both pressure sensors on the 8/96 #761

Merged
merged 10 commits into from
Apr 22, 2024

Conversation

ryanthecoder
Copy link
Contributor

EXEC-266

@codecov-commenter
Copy link

codecov-commenter commented Mar 19, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 83.28%. Comparing base (d4db0b2) to head (6686bc9).
Report is 1 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #761   +/-   ##
=======================================
  Coverage   83.28%   83.28%           
=======================================
  Files         101      101           
  Lines        4063     4063           
=======================================
  Hits         3384     3384           
  Misses        679      679           

see 2 files with indirect coverage changes

@ryanthecoder ryanthecoder force-pushed the EXEC-266-double-sensor-pressure-move branch from 6686bc9 to 191c971 Compare April 9, 2024 16:00
@ryanthecoder ryanthecoder force-pushed the EXEC-266-double-sensor-pressure-move branch from 30cc6e6 to d1786f0 Compare April 10, 2024 18:48
@ryanthecoder ryanthecoder force-pushed the EXEC-266-double-sensor-pressure-move branch from 9e189d1 to d611977 Compare April 16, 2024 17:51
@@ -638,12 +652,20 @@ class MotorInterruptHandler {
static_cast<uint32_t>(position_tracker >> 31));
}
#ifdef USE_PRESSURE_MOVE
void send_to_pressure_sensor_queue(
void send_to_pressure_sensor_queue_rear(
can::messages::BindSensorOutputRequest& m) {
std::ignore = sensor_tasks::get_queues()
.pressure_sensor_queue_rear->try_write_isr(m);
// if (!success) {this->cancel_and_clear_moves();}
Copy link
Contributor

Choose a reason for hiding this comment

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

commented line here and 663

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!

@ryanthecoder ryanthecoder force-pushed the EXEC-266-double-sensor-pressure-move branch from e5cb0f1 to b704875 Compare April 22, 2024 18:29
@ryanthecoder ryanthecoder merged commit 32980c4 into main Apr 22, 2024
32 of 37 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.

4 participants