Skip to content

Commit

Permalink
[Spinal][msg] add two new msg for ESCTelemetry.
Browse files Browse the repository at this point in the history
  • Loading branch information
Li-Jinjie committed Jul 31, 2024
1 parent 145ecbe commit 588abf7
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
8 changes: 8 additions & 0 deletions aerial_robot_nerve/spinal/msg/ESCTelemetry.msg
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# check the KISS protocol for details: https://brushlesswhoop.com/dshot-and-bidirectional-dshot/

int8 temperature # 1 degree
uint16 voltage # 1000 = 10.00V
uint16 current # 1000 = 10.00A
uint16 consumption # 1mAh
uint32 rpm # 1 rpm
uint8 crc_error # calculated crc - received crc
6 changes: 6 additions & 0 deletions aerial_robot_nerve/spinal/msg/ESCTelemetryArray.msg
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
time stamp
# spinal/ESCTelemetry[] esc_telemetry_array
spinal/ESCTelemetry esc_telemetry_1
spinal/ESCTelemetry esc_telemetry_2
spinal/ESCTelemetry esc_telemetry_3
spinal/ESCTelemetry esc_telemetry_4

0 comments on commit 588abf7

Please sign in to comment.