Skip to content

Commit

Permalink
updated msg names
Browse files Browse the repository at this point in the history
  • Loading branch information
pcdangio committed Jul 17, 2020
1 parent dd090c6 commit c89fd99
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 10 deletions.
6 changes: 0 additions & 6 deletions msg/AnalogVoltage.msg

This file was deleted.

3 changes: 3 additions & 0 deletions msg/analog_voltage.msg
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Reports an analog voltage measurements.

float64 voltage # The measured analog voltage [v]
3 changes: 2 additions & 1 deletion msg/AxisState.msg → msg/axis_state.msg
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Reports the instantaneous state of an axis.

Header header # Includes a timestamp and frame ID for the measurement.
float64 position # The current position of the axis in radians.
float64 velocity # The current velocity of the axis in radians/second.
float64 acceleration # The current acceleration of the axis in radians/second^2.

string frame_id # The id of the measurement's frame.
6 changes: 3 additions & 3 deletions msg/Proximity.msg → msg/proximity.msg
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# Reports the instantaneous measurement of a proximity sensor.

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

# Radiation enumerations.
uint8 UNSPECIFIED=255
uint8 ULTRASOUND=0
Expand All @@ -14,4 +12,6 @@ float32 min_range # The minimum detection range of the sensor [m]
float32 max_range # The maximum detection range of the sensor [m]
float32 field_of_view # The maximum FoV of the sensor [rad]

bool proximity # Reports TRUE if proximity is detected, otherwise FALSE.
bool proximity # Reports TRUE if proximity is detected, otherwise FALSE.

string frame_id # The ID of the measurement frame.
File renamed without changes.

0 comments on commit c89fd99

Please sign in to comment.