Skip to content

Add Pico Temperature Manager#336

Open
JamesDCowley wants to merge 19 commits intomainfrom
pico-temp-manager
Open

Add Pico Temperature Manager#336
JamesDCowley wants to merge 19 commits intomainfrom
pico-temp-manager

Conversation

@JamesDCowley
Copy link
Copy Markdown
Contributor

@JamesDCowley JamesDCowley commented Feb 19, 2026

Add Pico Temperature Manager

Captura de pantalla 2026-03-27 a la(s) 19 53 36

Description

Closes #322.

Related Issues/Tickets

#322

How Has This Been Tested?

  • Unit tests
  • Integration tests
  • Z Tests
  • Manual testing (describe steps)

Screenshots / Recordings (if applicable)

Checklist

  • Written detailed sdd with requirements, channels, ports, commands, telemetry defined and correctly formatted and spelled
  • Have written relevant integration tests and have documented them in the sdd
  • Have done a code review with
  • Have tested this PR on every supported board with correct board definitions

Further Notes / Considerations

@Mikefly123 Mikefly123 moved this to In review in V1.X.X Feb 20, 2026
@Mikefly123 Mikefly123 moved this from In review to In progress in V1.X.X Feb 20, 2026
@nateinaction nateinaction moved this from In progress to New Features in V1.X.X Feb 27, 2026
@JamesDCowley JamesDCowley marked this pull request as ready for review March 31, 2026 00:01
Comment on lines +29 to +36
void PicoTempManager ::run_handler(FwIndexType portNum, U32 context) {
Fw::Success condition = Fw::Success::FAILURE;
F64 temperature = this->getPicoTemperature(condition);
if (condition != Fw::Success::SUCCESS) {
return;
}
this->tlmWrite_PicoTemperature(temperature);
}
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

What do you think about removing this run handler and instead hooking this up to be read by the thermal manager (which is already on a rate group)?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: New Features

Development

Successfully merging this pull request may close these issues.

[FEATURE] Add a Component to Collect Pico Temperature

3 participants