Skip to content

feature/FWD-773-AddTCAData#13

Open
ilang-flytrex wants to merge 1 commit intoFlyhawk-5.0from
feature/FWD-773-AddTCAData
Open

feature/FWD-773-AddTCAData#13
ilang-flytrex wants to merge 1 commit intoFlyhawk-5.0from
feature/FWD-773-AddTCAData

Conversation

@ilang-flytrex
Copy link

  1. Add 21000.TCAData.uavcan

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Adds a new Flytrex diagnostics DroneCAN/UAVCAN DSDL message definition intended to carry TCA/BMS diagnostic data for end-of-line testing.

Changes:

  • Introduce new 21000.TCAData.uavcan message under flytrex/diagnostics/bms/.
  • Define fields for DUT raw voltages/counter/scales and several boolean status indicators.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.


int32 dut_vbat_raw # Device under test VBAT
int32 dut_vchg_raw # Device under test VCHG
uint32 dut_cut_raw # Device under test CUT
Copy link

@grisharevzin grisharevzin Feb 17, 2026

Choose a reason for hiding this comment

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

Let's keep this one int32 as well, also it's supposed to be dut_cur_raw instead of 'cut'.

Copy link
Author

Choose a reason for hiding this comment

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

Done

@@ -0,0 +1,11 @@
# Propulsion Controller: Diagnostic Open Loop Data for automated end-of-line testing

Choose a reason for hiding this comment

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

Looks like it's not the right comment.

Copy link
Author

Choose a reason for hiding this comment

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

Yes...Done

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

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants