We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c044a2 commit b3b01fcCopy full SHA for b3b01fc
geometry_msgs/msg/Twist.msg
@@ -1,3 +1,3 @@
1
# This expresses velocity in free space broken into its linear and angular parts.
2
-Vector3 linear
3
-Vector3 angular
+Vector3 linear
+Vector3 angular
sensor_msgs/msg/Temperature.msg
@@ -1,8 +1,8 @@
- # Single temperature reading.
+# Single temperature reading.
- Header header # timestamp is the time the temperature was measured
+Header header # timestamp is the time the temperature was measured
4
# frame_id is the location of the temperature reading
5
6
- float64 temperature # Measurement of the Temperature in Degrees Celsius
+float64 temperature # Measurement of the Temperature in Degrees Celsius
7
8
- float64 variance # 0 is interpreted as variance unknown
+float64 variance # 0 is interpreted as variance unknown
0 commit comments