Skip to content

Commit

Permalink
chore(tier4_debug_msgs): add notes for deprecated messages
Browse files Browse the repository at this point in the history
Signed-off-by: Ryohsuke Mitsudome <ryohsuke.mitsudome@tier4.jp>
  • Loading branch information
mitsudome-r committed Jan 22, 2025
1 parent 10a235a commit ae72f92
Show file tree
Hide file tree
Showing 12 changed files with 48 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tier4_debug_msgs/msg/BoolStamped.msg
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
# This message is now deprecated.
# Please use autoware_internal_debug_msgs/BoolStamped.msg instead.
# https://github.com/autowarefoundation/autoware_internal_msgs/tree/main/autoware_internal_debug_msgs/msg

builtin_interfaces/Time stamp
bool data
4 changes: 4 additions & 0 deletions tier4_debug_msgs/msg/Float32MultiArrayStamped.msg
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# This message is now deprecated.
# Please use autoware_internal_debug_msgs/Float32MultiArrayStamped.msg instead.
# https://github.com/autowarefoundation/autoware_internal_msgs/tree/main/autoware_internal_debug_msgs/msg

builtin_interfaces/Time stamp
tier4_debug_msgs/MultiArrayLayout layout
float32[] data
4 changes: 4 additions & 0 deletions tier4_debug_msgs/msg/Float32Stamped.msg
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
# This message is now deprecated.
# Please use autoware_internal_debug_msgs/Float32Stamped.msg instead.
# https://github.com/autowarefoundation/autoware_internal_msgs/tree/main/autoware_internal_debug_msgs/msg

builtin_interfaces/Time stamp
float32 data
4 changes: 4 additions & 0 deletions tier4_debug_msgs/msg/Float64MultiArrayStamped.msg
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# This message is now deprecated.
# Please use autoware_internal_debug_msgs/Float64MultiArrayStamped.msg instead.
# https://github.com/autowarefoundation/autoware_internal_msgs/tree/main/autoware_internal_debug_msgs/msg

builtin_interfaces/Time stamp
tier4_debug_msgs/MultiArrayLayout layout
float64[] data
4 changes: 4 additions & 0 deletions tier4_debug_msgs/msg/Float64Stamped.msg
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
# This message is now deprecated.
# Please use autoware_internal_debug_msgs/Float64Stamped.msg instead.
# https://github.com/autowarefoundation/autoware_internal_msgs/tree/main/autoware_internal_debug_msgs/msg

builtin_interfaces/Time stamp
float64 data
4 changes: 4 additions & 0 deletions tier4_debug_msgs/msg/Int32MultiArrayStamped.msg
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# This message is now deprecated.
# Please use autoware_internal_debug_msgs/Int32MultiArrayStamped.msg instead.
# https://github.com/autowarefoundation/autoware_internal_msgs/tree/main/autoware_internal_debug_msgs/msg

builtin_interfaces/Time stamp
tier4_debug_msgs/MultiArrayLayout layout
int32[] data
4 changes: 4 additions & 0 deletions tier4_debug_msgs/msg/Int32Stamped.msg
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
# This message is now deprecated.
# Please use autoware_internal_debug_msgs/Int32Stamped.msg instead.
# https://github.com/autowarefoundation/autoware_internal_msgs/tree/main/autoware_internal_debug_msgs/msg

builtin_interfaces/Time stamp
int32 data
4 changes: 4 additions & 0 deletions tier4_debug_msgs/msg/Int64MultiArrayStamped.msg
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# This message is now deprecated.
# Please use autoware_internal_debug_msgs/Int64MultiArrayStamped.msg instead.
# https://github.com/autowarefoundation/autoware_internal_msgs/tree/main/autoware_internal_debug_msgs/msg

builtin_interfaces/Time stamp
tier4_debug_msgs/MultiArrayLayout layout
int64[] data
4 changes: 4 additions & 0 deletions tier4_debug_msgs/msg/Int64Stamped.msg
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
# This message is now deprecated.
# Please use autoware_internal_debug_msgs/Int64Stamped.msg instead.
# https://github.com/autowarefoundation/autoware_internal_msgs/tree/main/autoware_internal_debug_msgs/msg

builtin_interfaces/Time stamp
int64 data
4 changes: 4 additions & 0 deletions tier4_debug_msgs/msg/ProcessingTimeNode.msg
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# This message is now deprecated.
# Please use autoware_internal_debug_msgs/ProcessingTimeNode.msg instead.
# https://github.com/autowarefoundation/autoware_internal_msgs/tree/main/autoware_internal_debug_msgs/msg

# Unique ID of the node
int32 id
# Name of the node
Expand Down
4 changes: 4 additions & 0 deletions tier4_debug_msgs/msg/ProcessingTimeTree.msg
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
# This message is now deprecated.
# Please use autoware_internal_debug_msgs/ProcessingTimeTree.msg instead.
# https://github.com/autowarefoundation/autoware_internal_msgs/tree/main/autoware_internal_debug_msgs/msg

# Array of all time nodes
ProcessingTimeNode[] nodes
4 changes: 4 additions & 0 deletions tier4_debug_msgs/msg/StringStamped.msg
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
# This message is now deprecated.
# Please use autoware_internal_debug_msgs/StringStamped.msg instead.
# https://github.com/autowarefoundation/autoware_internal_msgs/tree/main/autoware_internal_debug_msgs/msg

builtin_interfaces/Time stamp
string data

0 comments on commit ae72f92

Please sign in to comment.