Skip to content

Commit

Permalink
Added analog voltage message.
Browse files Browse the repository at this point in the history
  • Loading branch information
pcdangio committed May 30, 2019
1 parent a4135bb commit d08decf
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ add_message_files(
AxisState.msg
AxisDelta.msg
Proximity.msg
AnalogVoltage.msg
)

## Generate services in the 'srv' folder
Expand Down
6 changes: 6 additions & 0 deletions msg/AnalogVoltage.msg
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Reports one or more analog voltage measurements.

Header header # Includes a timestamp and frame ID for the measurement.

string[] name # OPTIONAL: The names of the analog_voltage signals.
float32[] voltage # The analog voltage signals [v]
1 change: 1 addition & 0 deletions sensor_msgs_ext.pro
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ CONFIG -= qt

DISTFILES += \
CMakeLists.txt \
msg/AnalogVoltage.msg \
msg/AxisDelta.msg \
msg/AxisState.msg \
msg/Proximity.msg \
Expand Down

0 comments on commit d08decf

Please sign in to comment.