Skip to content

Commit

Permalink
Switched from vector of voltages to individual messages for each voltage
Browse files Browse the repository at this point in the history
  • Loading branch information
pcdangio committed Jul 6, 2019
1 parent d08decf commit 4ef4741
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions msg/AnalogVoltage.msg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Reports one or more analog voltage measurements.

Header header # Includes a timestamp and frame ID for the measurement.
Header header # Includes a timestamp for the measurement.
# Frame IDs are not used.

string[] name # OPTIONAL: The names of the analog_voltage signals.
float32[] voltage # The analog voltage signals [v]
float64 voltage # The measured analog voltage [v]

0 comments on commit 4ef4741

Please sign in to comment.