Skip to content

Commit a89bc46

Browse files
authored
Remove trailing whitespace from .msg files. (#237)
This makes it so that newer versions of uncrustify won't complain. Signed-off-by: Chris Lalancette <[email protected]>
1 parent 8f27d12 commit a89bc46

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

wiimote_msgs/msg/IrSourceInfo.msg

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
# Sensor data pertaining to the Wiimote infrared camera.
2-
# This message contains data for one of the four infrared
2+
# This message contains data for one of the four infrared
33
# light sources that the camera detects.
44
#
5-
# Each light is specified with a 2D position and
5+
# Each light is specified with a 2D position and
66
# a 'source magnitude' (ir_size). If the x dimension
7-
# is set to INVALID_FLOAT, then no light was detected for
7+
# is set to INVALID_FLOAT, then no light was detected for
88
# the respective light. The Wiimote handles up to
99
# four light sources, and the wiimote_controller software
1010
# is written to that limit as well.
1111
#
12-
# I am unsure what the 'ir_size' values represent.
12+
# I am unsure what the 'ir_size' values represent.
1313
# They are described as 'source magnitude' in some places. I
14-
# *assume* this is signal amplitude, but it's unclear.
15-
# Note that current lowest level cwiid driver does not
16-
# seem to pass the ir_size value to the cwiid Wiimote.c.
14+
# *assume* this is signal amplitude, but it's unclear.
15+
# Note that current lowest level cwiid driver does not
16+
# seem to pass the ir_size value to the cwiid Wiimote.c.
1717
# For now this size will therefore be set INVALID
1818

19-
float64 x
20-
float64 y
19+
float64 x
20+
float64 y
2121
int64 ir_size

wiimote_msgs/msg/TimedSwitch.msg

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,16 @@
1616
# n>=0: run the pattern that is defined in pulse_pattern
1717
# n times.
1818
# n==FOREVER: run the pattern that is defined in pulse_pattern
19-
# until a new TimedSwitch message is sent.
19+
# until a new TimedSwitch message is sent.
2020
#
2121
# o pulse_pattern:
2222
# A series of time durations in fractions of a second. The
2323
# first number is the duration for having the switch on.
2424
# The second number is the duration for which the switch
2525
# is off. The third is an 'on' period again, etc.
2626
# A pattern is terminated with the end of the array.
27-
#
28-
# Example: [1,1] specifies an on-off sequence of 1 second.
27+
#
28+
# Example: [1,1] specifies an on-off sequence of 1 second.
2929

3030
int8 ON = 1
3131
int8 OFF = 0

0 commit comments

Comments
 (0)