-
Notifications
You must be signed in to change notification settings - Fork 683
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
Create a messages_adapter package #3845
Comments
Which one should we go with?
Option APros
Cons
Option BPros
Cons
Additional Considerations
I think Option A is a safer option to go with. Can anyone comment on the potential drawbacks of having too many nodes running at a time? Even if they are composable nodes in containers? |
@xmfcx I prefer Option A. Considering the load on the system, the impact of other processes is greater, so I think it's better to give priority to ease of use for now. It's not too hard to merge the separate nodes into one if someone needs it. |
@xmfcx I've heard that in rare cases, when there is too many nodes, |
Thank you @isamu-takagi san, I will implement it with Option A then. |
Checklist
Description
Create a package that will enable Autoware to convert given messages from
autoware_msgs
toautoware_auto_msgs
. And publish them.Follow up from:
Purpose
Helps resolving
autoware_auto_msgs
and the newautoware_msgs
Possible approaches
Definition of done
autoware_auto_control_msgs
toautoware_control_msgs
The text was updated successfully, but these errors were encountered: