-
Notifications
You must be signed in to change notification settings - Fork 673
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
Move dummy_perception_msgs.Objects message definition to autoware_msgs #8704
Move dummy_perception_msgs.Objects message definition to autoware_msgs #8704
Comments
@mitsudome-r @yukkysaito |
If those two are the options, I would go with the second option. However, autoware_msgs is meant to be a place where we keep the core interface of Autoware, ideally with a proper design in Autoware Documentation like this page. We currently do not have a simulator component at the moment with a concrete design document for interface so it might be better to first define what should be the inputs/outputs for simulation modules first rather than randomly adding a new package as autoware_simulation_msgs. |
@mitsudome-r
right? |
@YoshiRi @mitsudome-r |
Then, how about following alternatives? (Which idea is better?)
I prefer method 1, because it is easier. |
I created a PR to execute the option 1. |
@YoshiRi @yukkysaito I think |
@yukkysaito Here is the steps of PR merges.
|
@technolojin @yukkysaito @youtalk -san This message was also being used by the AWSIM Labs. Using the same RViz2 plugins, you can spawn objects in the AWSIM Labs as well. @Aysenayilmaz will update to the new messages. I wanted to let you know to keep in mind if a new change is required for this message 🙏 |
Checklist
Description
I suggest to move
dummy_perception_msgs.Objects
message declaration indummy_perception_publisher
into https://github.com/autowarefoundation/autoware_msgs.This is related to #8695.
Purpose
We want to remove
common
folder packages dependency todummy_perception_publisher
and it seems to depend its message nameddummy_perception_msgs.Objects
.I think we can move this declaration to autoware_msgs.
Possible approaches
I think there are some approaches:
dummy_perception_msgs.Objects
toautoware_msgs/autoware_perception_msgs
autoware_msgs/autoware_simulation_msgs
and put the message into itCase 1 needs message name change, while case 2 won't need it.
I prefer the latter, but I want to you guys advise.
Definition of done
Once after message transfer and dependency will be solved.
The text was updated successfully, but these errors were encountered: