-
Notifications
You must be signed in to change notification settings - Fork 18
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
feat(autoware_internal_debug_msgs): add MultiArray msgs #33
feat(autoware_internal_debug_msgs): add MultiArray msgs #33
Conversation
Signed-off-by: vish0012 <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am working on task Autoware Universe port to Autoware Core, but this porting guideline requires that each package can only use messages defined under AutowareFoundation GitHub Org (e.g., autoware_msgs and autoware_internal_msgs), And I have noticed that someone has already moved Why were two messages(ProcessingTimeNode.msg, ProcessingTimeTree.msg) missed when moving to |
@cyn-liu If a part of |
@vish0012 Please give me a feedback. cc @mitsudome-r
|
Signed-off-by: Yutaka Kondo <[email protected]>
Thank you for contributing to the Autoware project! 🚧 If your pull request is in progress, switch it to draft mode. Please ensure:
|
I think we added to tier4_autoware_msgs since the message seems to be deprecated as of Foxy, and we wanted to keep using it for Autoware: https://github.com/ros2/common_interfaces/blob/50cccb2dc164ae10a92c9360524eb169627bd36a/std_msgs/msg/MultiArrayLayout.msg#L2 |
If these messages are not necessary for Autoware Core, we might not need to port it to autoware_internal_msgs for now. I will check if we need this message. |
It still seems possible to install via APT on both Humble and Jazzy. Wouldn’t it be fine to close it for now? https://github.com/ros2/common_interfaces/blob/humble/std_msgs/CMakeLists.txt#L37-L38 |
# This is from ros2 common_interfaces. | ||
# https://github.com/ros2/common_interfaces/blob/master/std_msgs/msg/MultiArrayDimension.msg | ||
|
||
# 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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe these comments can be updated for Autoware
# This is from ros2 common_interfaces. | |
# https://github.com/ros2/common_interfaces/blob/master/std_msgs/msg/MultiArrayDimension.msg | |
# 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. | |
# This is from ros2 common_interfaces. | |
# https://github.com/ros2/common_interfaces/blob/master/std_msgs/msg/MultiArrayDimension.msg | |
# The original message in ROS 2 was deprecated as of Foxy so we are defining it here for use in Autoware. |
# This is from ros2 common_interfaces. | ||
# https://github.com/ros2/common_interfaces/blob/master/std_msgs/msg/MultiArrayLayout.msg | ||
|
||
# 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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same here:
# This is from ros2 common_interfaces. | |
# https://github.com/ros2/common_interfaces/blob/master/std_msgs/msg/MultiArrayLayout.msg | |
# 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. | |
# This is from ros2 common_interfaces. | |
# https://github.com/ros2/common_interfaces/blob/master/std_msgs/msg/MultiArrayLayout.msg | |
# The original message in ROS 2 was deprecated as of Foxy so we are defining it here for use in Autoware. |
We can use the one from common_interfaces for Autoware Core until it is really removed so I think we can close this PR. |
Description
Not applicable.
Effects on system behavior
Not applicable.
Interface changes
Pre-review checklist for the PR author
The PR author must check the checkboxes below when creating the PR.
In-review checklist for the PR reviewers
The PR reviewers must check the checkboxes below before approval.
Post-review checklist for the PR author
The PR author must check the checkboxes below before merging.
After all checkboxes are checked, anyone who has write access can merge the PR.