From 44ad8164566d8a4a10fdb9334c5f17883a5918f2 Mon Sep 17 00:00:00 2001 From: Tully Foote Date: Mon, 18 May 2020 05:09:10 -0700 Subject: [PATCH 1/2] Add deprecation messages to all messages now in example_interfaces Followup to #89 Signed-off-by: Tully Foote --- std_msgs/msg/Bool.msg | 5 +++++ std_msgs/msg/Byte.msg | 5 +++++ std_msgs/msg/ByteMultiArray.msg | 5 +++++ std_msgs/msg/Char.msg | 5 +++++ std_msgs/msg/Float32.msg | 5 +++++ std_msgs/msg/Float32MultiArray.msg | 5 +++++ std_msgs/msg/Float64.msg | 5 +++++ std_msgs/msg/Float64MultiArray.msg | 5 +++++ std_msgs/msg/Int16.msg | 5 +++++ std_msgs/msg/Int16MultiArray.msg | 5 +++++ std_msgs/msg/Int32.msg | 5 +++++ std_msgs/msg/Int32MultiArray.msg | 5 +++++ std_msgs/msg/Int64.msg | 5 +++++ std_msgs/msg/Int64MultiArray.msg | 5 +++++ std_msgs/msg/Int8.msg | 5 +++++ std_msgs/msg/Int8MultiArray.msg | 5 +++++ std_msgs/msg/MultiArrayDimension.msg | 5 +++++ std_msgs/msg/MultiArrayLayout.msg | 5 +++++ std_msgs/msg/String.msg | 5 +++++ std_msgs/msg/UInt16.msg | 5 +++++ std_msgs/msg/UInt16MultiArray.msg | 5 +++++ std_msgs/msg/UInt32.msg | 5 +++++ std_msgs/msg/UInt32MultiArray.msg | 5 +++++ std_msgs/msg/UInt64.msg | 5 +++++ std_msgs/msg/UInt64MultiArray.msg | 5 +++++ std_msgs/msg/UInt8.msg | 5 +++++ std_msgs/msg/UInt8MultiArray.msg | 5 +++++ 27 files changed, 135 insertions(+) diff --git a/std_msgs/msg/Bool.msg b/std_msgs/msg/Bool.msg index e70908b0..749a784e 100644 --- a/std_msgs/msg/Bool.msg +++ b/std_msgs/msg/Bool.msg @@ -1 +1,6 @@ +# This was originally provided as an example message. +# It is deprecated as of Foxy, it is recommended to create your own +# semantically meaningful message. +# However if you would like to continue using this please use the equivalent in example_msgs. + bool data diff --git a/std_msgs/msg/Byte.msg b/std_msgs/msg/Byte.msg index d993b345..c1ea14d4 100644 --- a/std_msgs/msg/Byte.msg +++ b/std_msgs/msg/Byte.msg @@ -1 +1,6 @@ +# This was originally provided as an example message. +# It is deprecated as of Foxy, it is recommended to create your own +# semantically meaningful message. +# However if you would like to continue using this please use the equivalent in example_msgs. + byte data diff --git a/std_msgs/msg/ByteMultiArray.msg b/std_msgs/msg/ByteMultiArray.msg index f0c41e32..b84f0270 100644 --- a/std_msgs/msg/ByteMultiArray.msg +++ b/std_msgs/msg/ByteMultiArray.msg @@ -1,3 +1,8 @@ +# This was originally provided as an example message. +# It is deprecated as of Foxy, it is recommended to create your own +# semantically meaningful message. +# However if you would like to continue using this please use the equivalent in example_msgs. + # Please look at the MultiArrayLayout message definition for # documentation on all multiarrays. diff --git a/std_msgs/msg/Char.msg b/std_msgs/msg/Char.msg index 6d806482..3366f75d 100644 --- a/std_msgs/msg/Char.msg +++ b/std_msgs/msg/Char.msg @@ -1 +1,6 @@ +# This was originally provided as an example message. +# It is deprecated as of Foxy, it is recommended to create your own +# semantically meaningful message. +# However if you would like to continue using this please use the equivalent in example_msgs. + char data diff --git a/std_msgs/msg/Float32.msg b/std_msgs/msg/Float32.msg index c4705704..2a338826 100644 --- a/std_msgs/msg/Float32.msg +++ b/std_msgs/msg/Float32.msg @@ -1 +1,6 @@ +# This was originally provided as an example message. +# It is deprecated as of Foxy, it is recommended to create your own +# semantically meaningful message. +# However if you would like to continue using this please use the equivalent in example_msgs. + float32 data diff --git a/std_msgs/msg/Float32MultiArray.msg b/std_msgs/msg/Float32MultiArray.msg index 364e2c79..89b16636 100644 --- a/std_msgs/msg/Float32MultiArray.msg +++ b/std_msgs/msg/Float32MultiArray.msg @@ -1,3 +1,8 @@ +# This was originally provided as an example message. +# It is deprecated as of Foxy, it is recommended to create your own +# semantically meaningful message. +# However if you would like to continue using this please use the equivalent in example_msgs. + # Please look at the MultiArrayLayout message definition for # documentation on all multiarrays. diff --git a/std_msgs/msg/Float64.msg b/std_msgs/msg/Float64.msg index f470071b..1c8bd89b 100644 --- a/std_msgs/msg/Float64.msg +++ b/std_msgs/msg/Float64.msg @@ -1 +1,6 @@ +# This was originally provided as an example message. +# It is deprecated as of Foxy, it is recommended to create your own +# semantically meaningful message. +# However if you would like to continue using this please use the equivalent in example_msgs. + float64 data diff --git a/std_msgs/msg/Float64MultiArray.msg b/std_msgs/msg/Float64MultiArray.msg index 545d2e98..662ab850 100644 --- a/std_msgs/msg/Float64MultiArray.msg +++ b/std_msgs/msg/Float64MultiArray.msg @@ -1,3 +1,8 @@ +# This was originally provided as an example message. +# It is deprecated as of Foxy, it is recommended to create your own +# semantically meaningful message. +# However if you would like to continue using this please use the equivalent in example_msgs. + # Please look at the MultiArrayLayout message definition for # documentation on all multiarrays. diff --git a/std_msgs/msg/Int16.msg b/std_msgs/msg/Int16.msg index c4389faf..48ed73cb 100644 --- a/std_msgs/msg/Int16.msg +++ b/std_msgs/msg/Int16.msg @@ -1 +1,6 @@ +# This was originally provided as an example message. +# It is deprecated as of Foxy, it is recommended to create your own +# semantically meaningful message. +# However if you would like to continue using this please use the equivalent in example_msgs. + int16 data diff --git a/std_msgs/msg/Int16MultiArray.msg b/std_msgs/msg/Int16MultiArray.msg index 1cd6aa70..0dbc7faf 100644 --- a/std_msgs/msg/Int16MultiArray.msg +++ b/std_msgs/msg/Int16MultiArray.msg @@ -1,3 +1,8 @@ +# This was originally provided as an example message. +# It is deprecated as of Foxy, it is recommended to create your own +# semantically meaningful message. +# However if you would like to continue using this please use the equivalent in example_msgs. + # Please look at the MultiArrayLayout message definition for # documentation on all multiarrays. diff --git a/std_msgs/msg/Int32.msg b/std_msgs/msg/Int32.msg index 829b9223..94898217 100644 --- a/std_msgs/msg/Int32.msg +++ b/std_msgs/msg/Int32.msg @@ -1 +1,6 @@ +# This was originally provided as an example message. +# It is deprecated as of Foxy, it is recommended to create your own +# semantically meaningful message. +# However if you would like to continue using this please use the equivalent in example_msgs. + int32 data diff --git a/std_msgs/msg/Int32MultiArray.msg b/std_msgs/msg/Int32MultiArray.msg index 5bc44809..854aa052 100644 --- a/std_msgs/msg/Int32MultiArray.msg +++ b/std_msgs/msg/Int32MultiArray.msg @@ -1,3 +1,8 @@ +# This was originally provided as an example message. +# It is deprecated as of Foxy, it is recommended to create your own +# semantically meaningful message. +# However if you would like to continue using this please use the equivalent in example_msgs. + # Please look at the MultiArrayLayout message definition for # documentation on all multiarrays. diff --git a/std_msgs/msg/Int64.msg b/std_msgs/msg/Int64.msg index fbabb8d1..1680680d 100644 --- a/std_msgs/msg/Int64.msg +++ b/std_msgs/msg/Int64.msg @@ -1 +1,6 @@ +# This was originally provided as an example message. +# It is deprecated as of Foxy, it is recommended to create your own +# semantically meaningful message. +# However if you would like to continue using this please use the equivalent in example_msgs. + int64 data diff --git a/std_msgs/msg/Int64MultiArray.msg b/std_msgs/msg/Int64MultiArray.msg index 645f49d6..89ca3565 100644 --- a/std_msgs/msg/Int64MultiArray.msg +++ b/std_msgs/msg/Int64MultiArray.msg @@ -1,3 +1,8 @@ +# This was originally provided as an example message. +# It is deprecated as of Foxy, it is recommended to create your own +# semantically meaningful message. +# However if you would like to continue using this please use the equivalent in example_msgs. + # Please look at the MultiArrayLayout message definition for # documentation on all multiarrays. diff --git a/std_msgs/msg/Int8.msg b/std_msgs/msg/Int8.msg index 1e42e554..d4135fdb 100644 --- a/std_msgs/msg/Int8.msg +++ b/std_msgs/msg/Int8.msg @@ -1 +1,6 @@ +# This was originally provided as an example message. +# It is deprecated as of Foxy, it is recommended to create your own +# semantically meaningful message. +# However if you would like to continue using this please use the equivalent in example_msgs. + int8 data diff --git a/std_msgs/msg/Int8MultiArray.msg b/std_msgs/msg/Int8MultiArray.msg index f9b8825a..d1f25f92 100644 --- a/std_msgs/msg/Int8MultiArray.msg +++ b/std_msgs/msg/Int8MultiArray.msg @@ -1,3 +1,8 @@ +# This was originally provided as an example message. +# It is deprecated as of Foxy, it is recommended to create your own +# semantically meaningful message. +# However if you would like to continue using this please use the equivalent in example_msgs. + # Please look at the MultiArrayLayout message definition for # documentation on all multiarrays. diff --git a/std_msgs/msg/MultiArrayDimension.msg b/std_msgs/msg/MultiArrayDimension.msg index 018fb0c0..7fb79a67 100644 --- a/std_msgs/msg/MultiArrayDimension.msg +++ b/std_msgs/msg/MultiArrayDimension.msg @@ -1,3 +1,8 @@ +# This was originally provided as an example message. +# It is deprecated as of Foxy, it is recommended to create your own +# semantically meaningful message. +# However if you would like to continue using this please use the equivalent in example_msgs. + string label # label of given dimension uint32 size # size of given dimension (in type units) uint32 stride # stride of given dimension diff --git a/std_msgs/msg/MultiArrayLayout.msg b/std_msgs/msg/MultiArrayLayout.msg index 26602cc6..0be0edc1 100644 --- a/std_msgs/msg/MultiArrayLayout.msg +++ b/std_msgs/msg/MultiArrayLayout.msg @@ -1,3 +1,8 @@ +# This was originally provided as an example message. +# It is deprecated as of Foxy, it is recommended to create your own +# semantically meaningful message. +# However if you would like to continue using this please use the equivalent in example_msgs. + # The multiarray declares a generic multi-dimensional array of a # particular data type. Dimensions are ordered from outer most # to inner most. diff --git a/std_msgs/msg/String.msg b/std_msgs/msg/String.msg index ae721739..52e3ee53 100644 --- a/std_msgs/msg/String.msg +++ b/std_msgs/msg/String.msg @@ -1 +1,6 @@ +# This was originally provided as an example message. +# It is deprecated as of Foxy, it is recommended to create your own +# semantically meaningful message. +# However if you would like to continue using this please use the equivalent in example_msgs. + string data diff --git a/std_msgs/msg/UInt16.msg b/std_msgs/msg/UInt16.msg index 87d0c44e..965686f3 100644 --- a/std_msgs/msg/UInt16.msg +++ b/std_msgs/msg/UInt16.msg @@ -1 +1,6 @@ +# This was originally provided as an example message. +# It is deprecated as of Foxy, it is recommended to create your own +# semantically meaningful message. +# However if you would like to continue using this please use the equivalent in example_msgs. + uint16 data diff --git a/std_msgs/msg/UInt16MultiArray.msg b/std_msgs/msg/UInt16MultiArray.msg index 53d6350a..1ed8ba5e 100644 --- a/std_msgs/msg/UInt16MultiArray.msg +++ b/std_msgs/msg/UInt16MultiArray.msg @@ -1,3 +1,8 @@ +# This was originally provided as an example message. +# It is deprecated as of Foxy, it is recommended to create your own +# semantically meaningful message. +# However if you would like to continue using this please use the equivalent in example_msgs. + # Please look at the MultiArrayLayout message definition for # documentation on all multiarrays. diff --git a/std_msgs/msg/UInt32.msg b/std_msgs/msg/UInt32.msg index 00cf5cde..f80c0c1c 100644 --- a/std_msgs/msg/UInt32.msg +++ b/std_msgs/msg/UInt32.msg @@ -1 +1,6 @@ +# This was originally provided as an example message. +# It is deprecated as of Foxy, it is recommended to create your own +# semantically meaningful message. +# However if you would like to continue using this please use the equivalent in example_msgs. + uint32 data diff --git a/std_msgs/msg/UInt32MultiArray.msg b/std_msgs/msg/UInt32MultiArray.msg index c2a88a84..e660a80b 100644 --- a/std_msgs/msg/UInt32MultiArray.msg +++ b/std_msgs/msg/UInt32MultiArray.msg @@ -1,3 +1,8 @@ +# This was originally provided as an example message. +# It is deprecated as of Foxy, it is recommended to create your own +# semantically meaningful message. +# However if you would like to continue using this please use the equivalent in example_msgs. + # Please look at the MultiArrayLayout message definition for # documentation on all multiarrays. diff --git a/std_msgs/msg/UInt64.msg b/std_msgs/msg/UInt64.msg index 9104c205..7b5cadcb 100644 --- a/std_msgs/msg/UInt64.msg +++ b/std_msgs/msg/UInt64.msg @@ -1 +1,6 @@ +# This was originally provided as an example message. +# It is deprecated as of Foxy, it is recommended to create your own +# semantically meaningful message. +# However if you would like to continue using this please use the equivalent in example_msgs. + uint64 data diff --git a/std_msgs/msg/UInt64MultiArray.msg b/std_msgs/msg/UInt64MultiArray.msg index bf324293..a002b0be 100644 --- a/std_msgs/msg/UInt64MultiArray.msg +++ b/std_msgs/msg/UInt64MultiArray.msg @@ -1,3 +1,8 @@ +# This was originally provided as an example message. +# It is deprecated as of Foxy, it is recommended to create your own +# semantically meaningful message. +# However if you would like to continue using this please use the equivalent in example_msgs. + # Please look at the MultiArrayLayout message definition for # documentation on all multiarrays. diff --git a/std_msgs/msg/UInt8.msg b/std_msgs/msg/UInt8.msg index 5eefd870..12bfa975 100644 --- a/std_msgs/msg/UInt8.msg +++ b/std_msgs/msg/UInt8.msg @@ -1 +1,6 @@ +# This was originally provided as an example message. +# It is deprecated as of Foxy, it is recommended to create your own +# semantically meaningful message. +# However if you would like to continue using this please use the equivalent in example_msgs. + uint8 data diff --git a/std_msgs/msg/UInt8MultiArray.msg b/std_msgs/msg/UInt8MultiArray.msg index 3ab22e59..be703ed2 100644 --- a/std_msgs/msg/UInt8MultiArray.msg +++ b/std_msgs/msg/UInt8MultiArray.msg @@ -1,3 +1,8 @@ +# This was originally provided as an example message. +# It is deprecated as of Foxy, it is recommended to create your own +# semantically meaningful message. +# However if you would like to continue using this please use the equivalent in example_msgs. + # Please look at the MultiArrayLayout message definition for # documentation on all multiarrays. From 9f372237723c0c2650446cc301bb13911d02787f Mon Sep 17 00:00:00 2001 From: Tully Foote Date: Mon, 18 May 2020 16:13:47 -0700 Subject: [PATCH 2/2] Update verbiage to break up sentences better Signed-off-by: Tully Foote --- std_msgs/msg/Bool.msg | 4 ++-- std_msgs/msg/Byte.msg | 4 ++-- std_msgs/msg/ByteMultiArray.msg | 4 ++-- std_msgs/msg/Char.msg | 4 ++-- std_msgs/msg/Float32.msg | 4 ++-- std_msgs/msg/Float32MultiArray.msg | 4 ++-- std_msgs/msg/Float64.msg | 4 ++-- std_msgs/msg/Float64MultiArray.msg | 4 ++-- std_msgs/msg/Int16.msg | 4 ++-- std_msgs/msg/Int16MultiArray.msg | 4 ++-- std_msgs/msg/Int32.msg | 4 ++-- std_msgs/msg/Int32MultiArray.msg | 4 ++-- std_msgs/msg/Int64.msg | 4 ++-- std_msgs/msg/Int64MultiArray.msg | 4 ++-- std_msgs/msg/Int8.msg | 4 ++-- std_msgs/msg/Int8MultiArray.msg | 4 ++-- std_msgs/msg/MultiArrayDimension.msg | 4 ++-- std_msgs/msg/MultiArrayLayout.msg | 4 ++-- std_msgs/msg/String.msg | 4 ++-- std_msgs/msg/UInt16.msg | 4 ++-- std_msgs/msg/UInt16MultiArray.msg | 4 ++-- std_msgs/msg/UInt32.msg | 4 ++-- std_msgs/msg/UInt32MultiArray.msg | 4 ++-- std_msgs/msg/UInt64.msg | 4 ++-- std_msgs/msg/UInt64MultiArray.msg | 4 ++-- std_msgs/msg/UInt8.msg | 4 ++-- std_msgs/msg/UInt8MultiArray.msg | 4 ++-- 27 files changed, 54 insertions(+), 54 deletions(-) diff --git a/std_msgs/msg/Bool.msg b/std_msgs/msg/Bool.msg index 749a784e..ffd399ea 100644 --- a/std_msgs/msg/Bool.msg +++ b/std_msgs/msg/Bool.msg @@ -1,6 +1,6 @@ # This was originally provided as an example message. -# It is deprecated as of Foxy, it is recommended to create your own -# semantically meaningful message. +# It is deprecated as of Foxy +# It is recommended to create your own semantically meaningful message. # However if you would like to continue using this please use the equivalent in example_msgs. bool data diff --git a/std_msgs/msg/Byte.msg b/std_msgs/msg/Byte.msg index c1ea14d4..400d445c 100644 --- a/std_msgs/msg/Byte.msg +++ b/std_msgs/msg/Byte.msg @@ -1,6 +1,6 @@ # This was originally provided as an example message. -# It is deprecated as of Foxy, it is recommended to create your own -# semantically meaningful message. +# It is deprecated as of Foxy +# It is recommended to create your own semantically meaningful message. # However if you would like to continue using this please use the equivalent in example_msgs. byte data diff --git a/std_msgs/msg/ByteMultiArray.msg b/std_msgs/msg/ByteMultiArray.msg index b84f0270..ac6ce0c8 100644 --- a/std_msgs/msg/ByteMultiArray.msg +++ b/std_msgs/msg/ByteMultiArray.msg @@ -1,6 +1,6 @@ # This was originally provided as an example message. -# It is deprecated as of Foxy, it is recommended to create your own -# semantically meaningful message. +# It is deprecated as of Foxy +# It is recommended to create your own semantically meaningful message. # However if you would like to continue using this please use the equivalent in example_msgs. # Please look at the MultiArrayLayout message definition for diff --git a/std_msgs/msg/Char.msg b/std_msgs/msg/Char.msg index 3366f75d..eb3abbf6 100644 --- a/std_msgs/msg/Char.msg +++ b/std_msgs/msg/Char.msg @@ -1,6 +1,6 @@ # This was originally provided as an example message. -# It is deprecated as of Foxy, it is recommended to create your own -# semantically meaningful message. +# It is deprecated as of Foxy +# It is recommended to create your own semantically meaningful message. # However if you would like to continue using this please use the equivalent in example_msgs. char data diff --git a/std_msgs/msg/Float32.msg b/std_msgs/msg/Float32.msg index 2a338826..ed3fc9d2 100644 --- a/std_msgs/msg/Float32.msg +++ b/std_msgs/msg/Float32.msg @@ -1,6 +1,6 @@ # This was originally provided as an example message. -# It is deprecated as of Foxy, it is recommended to create your own -# semantically meaningful message. +# It is deprecated as of Foxy +# It is recommended to create your own semantically meaningful message. # However if you would like to continue using this please use the equivalent in example_msgs. float32 data diff --git a/std_msgs/msg/Float32MultiArray.msg b/std_msgs/msg/Float32MultiArray.msg index 89b16636..82a85ae3 100644 --- a/std_msgs/msg/Float32MultiArray.msg +++ b/std_msgs/msg/Float32MultiArray.msg @@ -1,6 +1,6 @@ # This was originally provided as an example message. -# It is deprecated as of Foxy, it is recommended to create your own -# semantically meaningful message. +# It is deprecated as of Foxy +# It is recommended to create your own semantically meaningful message. # However if you would like to continue using this please use the equivalent in example_msgs. # Please look at the MultiArrayLayout message definition for diff --git a/std_msgs/msg/Float64.msg b/std_msgs/msg/Float64.msg index 1c8bd89b..9f78c835 100644 --- a/std_msgs/msg/Float64.msg +++ b/std_msgs/msg/Float64.msg @@ -1,6 +1,6 @@ # This was originally provided as an example message. -# It is deprecated as of Foxy, it is recommended to create your own -# semantically meaningful message. +# It is deprecated as of Foxy +# It is recommended to create your own semantically meaningful message. # However if you would like to continue using this please use the equivalent in example_msgs. float64 data diff --git a/std_msgs/msg/Float64MultiArray.msg b/std_msgs/msg/Float64MultiArray.msg index 662ab850..43d7ab73 100644 --- a/std_msgs/msg/Float64MultiArray.msg +++ b/std_msgs/msg/Float64MultiArray.msg @@ -1,6 +1,6 @@ # This was originally provided as an example message. -# It is deprecated as of Foxy, it is recommended to create your own -# semantically meaningful message. +# It is deprecated as of Foxy +# It is recommended to create your own semantically meaningful message. # However if you would like to continue using this please use the equivalent in example_msgs. # Please look at the MultiArrayLayout message definition for diff --git a/std_msgs/msg/Int16.msg b/std_msgs/msg/Int16.msg index 48ed73cb..31429678 100644 --- a/std_msgs/msg/Int16.msg +++ b/std_msgs/msg/Int16.msg @@ -1,6 +1,6 @@ # This was originally provided as an example message. -# It is deprecated as of Foxy, it is recommended to create your own -# semantically meaningful message. +# It is deprecated as of Foxy +# It is recommended to create your own semantically meaningful message. # However if you would like to continue using this please use the equivalent in example_msgs. int16 data diff --git a/std_msgs/msg/Int16MultiArray.msg b/std_msgs/msg/Int16MultiArray.msg index 0dbc7faf..db6f56b7 100644 --- a/std_msgs/msg/Int16MultiArray.msg +++ b/std_msgs/msg/Int16MultiArray.msg @@ -1,6 +1,6 @@ # This was originally provided as an example message. -# It is deprecated as of Foxy, it is recommended to create your own -# semantically meaningful message. +# It is deprecated as of Foxy +# It is recommended to create your own semantically meaningful message. # However if you would like to continue using this please use the equivalent in example_msgs. # Please look at the MultiArrayLayout message definition for diff --git a/std_msgs/msg/Int32.msg b/std_msgs/msg/Int32.msg index 94898217..e4dc8360 100644 --- a/std_msgs/msg/Int32.msg +++ b/std_msgs/msg/Int32.msg @@ -1,6 +1,6 @@ # This was originally provided as an example message. -# It is deprecated as of Foxy, it is recommended to create your own -# semantically meaningful message. +# It is deprecated as of Foxy +# It is recommended to create your own semantically meaningful message. # However if you would like to continue using this please use the equivalent in example_msgs. int32 data diff --git a/std_msgs/msg/Int32MultiArray.msg b/std_msgs/msg/Int32MultiArray.msg index 854aa052..67c5f40f 100644 --- a/std_msgs/msg/Int32MultiArray.msg +++ b/std_msgs/msg/Int32MultiArray.msg @@ -1,6 +1,6 @@ # This was originally provided as an example message. -# It is deprecated as of Foxy, it is recommended to create your own -# semantically meaningful message. +# It is deprecated as of Foxy +# It is recommended to create your own semantically meaningful message. # However if you would like to continue using this please use the equivalent in example_msgs. # Please look at the MultiArrayLayout message definition for diff --git a/std_msgs/msg/Int64.msg b/std_msgs/msg/Int64.msg index 1680680d..fbc143a7 100644 --- a/std_msgs/msg/Int64.msg +++ b/std_msgs/msg/Int64.msg @@ -1,6 +1,6 @@ # This was originally provided as an example message. -# It is deprecated as of Foxy, it is recommended to create your own -# semantically meaningful message. +# It is deprecated as of Foxy +# It is recommended to create your own semantically meaningful message. # However if you would like to continue using this please use the equivalent in example_msgs. int64 data diff --git a/std_msgs/msg/Int64MultiArray.msg b/std_msgs/msg/Int64MultiArray.msg index 89ca3565..ea34ee81 100644 --- a/std_msgs/msg/Int64MultiArray.msg +++ b/std_msgs/msg/Int64MultiArray.msg @@ -1,6 +1,6 @@ # This was originally provided as an example message. -# It is deprecated as of Foxy, it is recommended to create your own -# semantically meaningful message. +# It is deprecated as of Foxy +# It is recommended to create your own semantically meaningful message. # However if you would like to continue using this please use the equivalent in example_msgs. # Please look at the MultiArrayLayout message definition for diff --git a/std_msgs/msg/Int8.msg b/std_msgs/msg/Int8.msg index d4135fdb..d44e8cbb 100644 --- a/std_msgs/msg/Int8.msg +++ b/std_msgs/msg/Int8.msg @@ -1,6 +1,6 @@ # This was originally provided as an example message. -# It is deprecated as of Foxy, it is recommended to create your own -# semantically meaningful message. +# It is deprecated as of Foxy +# It is recommended to create your own semantically meaningful message. # However if you would like to continue using this please use the equivalent in example_msgs. int8 data diff --git a/std_msgs/msg/Int8MultiArray.msg b/std_msgs/msg/Int8MultiArray.msg index d1f25f92..8ab6b543 100644 --- a/std_msgs/msg/Int8MultiArray.msg +++ b/std_msgs/msg/Int8MultiArray.msg @@ -1,6 +1,6 @@ # This was originally provided as an example message. -# It is deprecated as of Foxy, it is recommended to create your own -# semantically meaningful message. +# It is deprecated as of Foxy +# It is recommended to create your own semantically meaningful message. # However if you would like to continue using this please use the equivalent in example_msgs. # Please look at the MultiArrayLayout message definition for diff --git a/std_msgs/msg/MultiArrayDimension.msg b/std_msgs/msg/MultiArrayDimension.msg index 7fb79a67..ab0376b4 100644 --- a/std_msgs/msg/MultiArrayDimension.msg +++ b/std_msgs/msg/MultiArrayDimension.msg @@ -1,6 +1,6 @@ # This was originally provided as an example message. -# It is deprecated as of Foxy, it is recommended to create your own -# semantically meaningful message. +# It is deprecated as of Foxy +# It is recommended to create your own semantically meaningful message. # However if you would like to continue using this please use the equivalent in example_msgs. string label # label of given dimension diff --git a/std_msgs/msg/MultiArrayLayout.msg b/std_msgs/msg/MultiArrayLayout.msg index 0be0edc1..06f2fea3 100644 --- a/std_msgs/msg/MultiArrayLayout.msg +++ b/std_msgs/msg/MultiArrayLayout.msg @@ -1,6 +1,6 @@ # This was originally provided as an example message. -# It is deprecated as of Foxy, it is recommended to create your own -# semantically meaningful message. +# It is deprecated as of Foxy +# It is recommended to create your own semantically meaningful message. # However if you would like to continue using this please use the equivalent in example_msgs. # The multiarray declares a generic multi-dimensional array of a diff --git a/std_msgs/msg/String.msg b/std_msgs/msg/String.msg index 52e3ee53..82c18e55 100644 --- a/std_msgs/msg/String.msg +++ b/std_msgs/msg/String.msg @@ -1,6 +1,6 @@ # This was originally provided as an example message. -# It is deprecated as of Foxy, it is recommended to create your own -# semantically meaningful message. +# It is deprecated as of Foxy +# It is recommended to create your own semantically meaningful message. # However if you would like to continue using this please use the equivalent in example_msgs. string data diff --git a/std_msgs/msg/UInt16.msg b/std_msgs/msg/UInt16.msg index 965686f3..6e0c9054 100644 --- a/std_msgs/msg/UInt16.msg +++ b/std_msgs/msg/UInt16.msg @@ -1,6 +1,6 @@ # This was originally provided as an example message. -# It is deprecated as of Foxy, it is recommended to create your own -# semantically meaningful message. +# It is deprecated as of Foxy +# It is recommended to create your own semantically meaningful message. # However if you would like to continue using this please use the equivalent in example_msgs. uint16 data diff --git a/std_msgs/msg/UInt16MultiArray.msg b/std_msgs/msg/UInt16MultiArray.msg index 1ed8ba5e..cb51b704 100644 --- a/std_msgs/msg/UInt16MultiArray.msg +++ b/std_msgs/msg/UInt16MultiArray.msg @@ -1,6 +1,6 @@ # This was originally provided as an example message. -# It is deprecated as of Foxy, it is recommended to create your own -# semantically meaningful message. +# It is deprecated as of Foxy +# It is recommended to create your own semantically meaningful message. # However if you would like to continue using this please use the equivalent in example_msgs. # Please look at the MultiArrayLayout message definition for diff --git a/std_msgs/msg/UInt32.msg b/std_msgs/msg/UInt32.msg index f80c0c1c..5723cbc8 100644 --- a/std_msgs/msg/UInt32.msg +++ b/std_msgs/msg/UInt32.msg @@ -1,6 +1,6 @@ # This was originally provided as an example message. -# It is deprecated as of Foxy, it is recommended to create your own -# semantically meaningful message. +# It is deprecated as of Foxy +# It is recommended to create your own semantically meaningful message. # However if you would like to continue using this please use the equivalent in example_msgs. uint32 data diff --git a/std_msgs/msg/UInt32MultiArray.msg b/std_msgs/msg/UInt32MultiArray.msg index e660a80b..6750d180 100644 --- a/std_msgs/msg/UInt32MultiArray.msg +++ b/std_msgs/msg/UInt32MultiArray.msg @@ -1,6 +1,6 @@ # This was originally provided as an example message. -# It is deprecated as of Foxy, it is recommended to create your own -# semantically meaningful message. +# It is deprecated as of Foxy +# It is recommended to create your own semantically meaningful message. # However if you would like to continue using this please use the equivalent in example_msgs. # Please look at the MultiArrayLayout message definition for diff --git a/std_msgs/msg/UInt64.msg b/std_msgs/msg/UInt64.msg index 7b5cadcb..330cab98 100644 --- a/std_msgs/msg/UInt64.msg +++ b/std_msgs/msg/UInt64.msg @@ -1,6 +1,6 @@ # This was originally provided as an example message. -# It is deprecated as of Foxy, it is recommended to create your own -# semantically meaningful message. +# It is deprecated as of Foxy +# It is recommended to create your own semantically meaningful message. # However if you would like to continue using this please use the equivalent in example_msgs. uint64 data diff --git a/std_msgs/msg/UInt64MultiArray.msg b/std_msgs/msg/UInt64MultiArray.msg index a002b0be..e5dc3f8e 100644 --- a/std_msgs/msg/UInt64MultiArray.msg +++ b/std_msgs/msg/UInt64MultiArray.msg @@ -1,6 +1,6 @@ # This was originally provided as an example message. -# It is deprecated as of Foxy, it is recommended to create your own -# semantically meaningful message. +# It is deprecated as of Foxy +# It is recommended to create your own semantically meaningful message. # However if you would like to continue using this please use the equivalent in example_msgs. # Please look at the MultiArrayLayout message definition for diff --git a/std_msgs/msg/UInt8.msg b/std_msgs/msg/UInt8.msg index 12bfa975..f04b64f3 100644 --- a/std_msgs/msg/UInt8.msg +++ b/std_msgs/msg/UInt8.msg @@ -1,6 +1,6 @@ # This was originally provided as an example message. -# It is deprecated as of Foxy, it is recommended to create your own -# semantically meaningful message. +# It is deprecated as of Foxy +# It is recommended to create your own semantically meaningful message. # However if you would like to continue using this please use the equivalent in example_msgs. uint8 data diff --git a/std_msgs/msg/UInt8MultiArray.msg b/std_msgs/msg/UInt8MultiArray.msg index be703ed2..74b3825b 100644 --- a/std_msgs/msg/UInt8MultiArray.msg +++ b/std_msgs/msg/UInt8MultiArray.msg @@ -1,6 +1,6 @@ # This was originally provided as an example message. -# It is deprecated as of Foxy, it is recommended to create your own -# semantically meaningful message. +# It is deprecated as of Foxy +# It is recommended to create your own semantically meaningful message. # However if you would like to continue using this please use the equivalent in example_msgs. # Please look at the MultiArrayLayout message definition for