-
Notifications
You must be signed in to change notification settings - Fork 47
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
Added capsule and ellipsoid geom msgs #128
Conversation
Signed-off-by: ahcorde <[email protected]>
Codecov Report
@@ Coverage Diff @@
## main #128 +/- ##
==========================================
+ Coverage 84.59% 84.78% +0.18%
==========================================
Files 7 7
Lines 818 828 +10
==========================================
+ Hits 692 702 +10
Misses 126 126
Continue to review full report at Codecov.
|
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 really sure If you should target main or ign-msgs7
main
is correct, adding fields breaks ABI.
LGTM, let's just make sure all fields are documented before merging.
Header header = 1; | ||
|
||
double radius = 2; | ||
double length = 3; |
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.
Can you document all fields? (We're doing this for new messages / fields)
/// \brief Optional header data | ||
Header header = 1; | ||
|
||
Vector3d radii = 2; |
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.
Please document radii
Signed-off-by: ahcorde <[email protected]>
Added capsule and ellipsoid msgs.
Not really sure If you should target
main
orign-msgs7
Signed-off-by: ahcorde [email protected]