-
Notifications
You must be signed in to change notification settings - Fork 44
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
Adding cone primitives. #621
Conversation
do you mind merging this branch with |
optional: we could update the marker example to draw a cone shape |
Squashing commits to make requested target of main with backports to harmonic. Signed-off-by: Benjamin Perseghetti <bperseghetti@rudislabs.com>
754ca30
to
18d7cd5
Compare
rebased on main and force-pushed
Yeah, I suppose we could do that, although I might prefer to add anything else in a follow on PR just so I can limit the scope of this and get it in as fast as possible as we all really need this in harmonic and that still requires a backport. |
@scpeters @azeey all good for this getting merged? Any way that we can get the nightly for this also updated so I can get the gazebosim/gz-sim#2410 in as well? Then I can start the backport process. |
Signed-off-by: Benjamin Perseghetti <bperseghetti@rudislabs.com>
Signed-off-by: Benjamin Perseghetti <bperseghetti@rudislabs.com>
Signed-off-by: Benjamin Perseghetti <bperseghetti@rudislabs.com>
🦟 Bug fix
Summary
This helps add the missing cone geometry for primitive/basic parametric shapes:
And is also valuable for visualizations of emitters/source that typically have conic-based spread as seen in this acoustic attack on an IMU by showing the affected area:
Associated PRs:
Checklist
codecheck
passed (See contributing)Note to maintainers: Remember to use Squash-Merge and edit the commit message to match the pull request summary while retaining
Signed-off-by
messages.