-
Notifications
You must be signed in to change notification settings - Fork 69
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
Add Cone as a primitive parametric shape. #593
Conversation
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.
did you add cpp tests?
Just added it now. |
@azeey what's the process for getting this merged in and available for everything else that depends on it? |
For features involving pull requests to multiple repositories, I think the development process is easier to initially target the EDIT: this is a policy that we had discussed recently but not added to our contributor documentation, so I have proposed adding it to our recommendations in gazebosim/docs#440 |
Signed-off-by: Benjamin Perseghetti <[email protected]>
@bperseghetti the first step to making a release involves making a pull request to bump the version number and update the Changelog (see step 2 in the Gazebo Release Instructions - For Each Release). If you're interested to learn this process, that would be a good place to start. |
🦟 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.