-
Notifications
You must be signed in to change notification settings - Fork 74
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
unifying 2D and 3D messages #2
Changes from 2 commits
12f0451
c3cdee6
3f12c1d
2a8bd77
3e13194
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# Note: This message plans to move to geometry_msgs in the final implementation. | ||
|
||
# position and rotation of the bounding box | ||
# position and orientation of the bounding box center | ||
geometry_msgs/Pose pose | ||
|
||
# size of the bounding box | ||
geometry_msgs/Vector3 size | ||
geometry_msgs/Point size | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Why change this to a Point? This should be documented how to resolve this. What is it relative to? The pose of the There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I reverted to the original Vector type, and added a better description. |
This file was deleted.
This file was deleted.
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.
Not in this PR but related to the other comment. This should probably be more considered an 'origin' or something instead of echoing the datatype.
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 improved the description.