Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(tier4_debug_msgs): add notes for deprecated messages #165

Open
wants to merge 1 commit into
base: tier4/universe
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading