-
Notifications
You must be signed in to change notification settings - Fork 53
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 geometry #200
Conversation
Signed-off-by: ahcorde <[email protected]>
Signed-off-by: ahcorde <[email protected]>
Signed-off-by: ahcorde <[email protected]>
Signed-off-by: ahcorde <[email protected]>
Codecov Report
@@ Coverage Diff @@
## main #200 +/- ##
==========================================
- Coverage 57.77% 57.54% -0.24%
==========================================
Files 153 159 +6
Lines 15411 15595 +184
==========================================
+ Hits 8904 8974 +70
- Misses 6507 6621 +114
Continue to review full report at Codecov.
|
Signed-off-by: ahcorde <[email protected]>
Signed-off-by: ahcorde <[email protected]>
Signed-off-by: ahcorde <[email protected]>
Signed-off-by: ahcorde <[email protected]>
Depends on gazebosim/gz-common#155 |
Signed-off-by: ahcorde <[email protected]>
Same question as for the ellipsoid. Do we need a |
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.
Do we need a Capsule class?
Sorry for backtracking, but after the conversation in gazebosim/gz-common#165, I think the capsule will need special treatment here.
Unlike the other simple shapes (box, sphere, cylinder, ellipsoid, or even cone in the future), a capsule can't be scaled to an arbitrary length + radius through the SetLocalScale
function. Instead, ign-rendering
will need to offer API that lets users change those 2 dimensions specifically.
ffd8d66
to
7055466
Compare
Signed-off-by: ahcorde <[email protected]>
Signed-off-by: ahcorde <[email protected]>
5f5d699
to
97b5bf7
Compare
I'm getting this error
I'm not really sure why |
Signed-off-by: ahcorde <[email protected]>
Signed-off-by: ahcorde <[email protected]>
Signed-off-by: ahcorde <[email protected]>
Signed-off-by: ahcorde <[email protected]>
Signed-off-by: ahcorde <[email protected]>
When do you get that error? |
Signed-off-by: ahcorde <[email protected]>
I fixed the error in one of the commits |
Signed-off-by: Ian Chen <[email protected]>
Signed-off-by: Louise Poubel <[email protected]>
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 have some suggestions for this PR on #276
Signed-off-by: Louise Poubel <[email protected]>
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.
💊 🎉
Added capsule geometry. Related with this issue #197
Ogre
Ogre2
Signed-off-by: ahcorde [email protected]