-
Notifications
You must be signed in to change notification settings - Fork 111
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add deprecation messages to all messages now in example_interfaces (#116
) * Add deprecation messages to all messages now in example_interfaces Followup to #89 Signed-off-by: Tully Foote <[email protected]>
- Loading branch information
Showing
27 changed files
with
135 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters