-
Notifications
You must be signed in to change notification settings - Fork 26
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_adapi_v1_msgs): add geometry shape message #26
feat(autoware_adapi_v1_msgs): add geometry shape message #26
Conversation
Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp>
Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp>
Which API is used this shape.msg for what purpose? |
I assume the following:
|
Thank you! |
For remote control and cooperation, applications need to know the status of Autoware to display the operator. These API will be used for that purpose. It is under consideration here. |
I think is the shape is common, we also can use this for the object recognition |
Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp>
@yukkysaito @tkhmy |
@isamu-takagi |
@tkhmy |
@isamu-takagi I see, so the |
Shapes currently supported only have radius and height. Since rectangle is polygon, it is specified in points. This is a trade-off between data efficiency and readability. Other method is to add new shape type and set the values to width and height, but In this case the rectangle cannot be rotated. |
@tkhmy There are two designs.
The original design was the latter, but it is now in the middle by 07aa7bf. |
Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp>
Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp>
Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp>
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.
LGTM
What should I do when dealing with 3D bounding boxes? |
@yukkysaito It is treated as a prism and is represented by a rectangular base polygon and height. |
Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp>
Close because create a dedicated message for each purpose. |
Signed-off-by: Takagi, Isamu isamu.takagi@tier4.jp
Description
Add geometry shape message. See the document for details.
This is used for detected object and detection area.
Related links
autowarefoundation/autoware#3225
Tests performed
Notes for reviewers
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.