-
Notifications
You must be signed in to change notification settings - Fork 276
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
Particle system - Part2 #562
Conversation
Signed-off-by: Carlos Agüero <[email protected]>
Signed-off-by: Carlos Agüero <[email protected]>
Signed-off-by: Carlos Agüero <[email protected]>
Signed-off-by: Carlos Agüero <[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.
Just some preliminary comments.
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 think you still need to create the PR introducing the new particle emitter proto msg in ign-msgs?
Signed-off-by: Carlos Agüero <[email protected]>
It's now ready in gazebosim/gz-msgs#127. |
Signed-off-by: Carlos Agüero <[email protected]>
Signed-off-by: Carlos Agüero <[email protected]>
Signed-off-by: Ashton Larkin <[email protected]>
Signed-off-by: Ashton Larkin <[email protected]>
Signed-off-by: Ian Chen <[email protected]>
Signed-off-by: Ian Chen <[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.
@iche033 I left a few comments about the allow_renaming
functionality.
Signed-off-by: Ian Chen <[email protected]>
Co-authored-by: Nate Koenig <[email protected]> Co-authored-by: Ian Chen <[email protected]> Co-authored-by: Ashton Larkin <[email protected]> Signed-off-by: Carlos Agüero <[email protected]>
Signed-off-by: Ashton Larkin <[email protected]>
db0a633
to
2a6549e
Compare
Signed-off-by: Carlos Agüero <[email protected]> Co-authored-by: Ashton Larkin <[email protected]> Co-authored-by: Ian Chen <[email protected]>
* New ParticleEmitter component. Signed-off-by: Carlos Agüero <[email protected]> * Remove attribute name. Signed-off-by: Carlos Agüero <[email protected]> * Update particle emitter component to use ignition::msgs::ParticleEmitter. Signed-off-by: Carlos Agüero <[email protected]> * Simplify particle emitter component. Signed-off-by: Carlos Agüero <[email protected]> * Particle system - Part2 (#562) Signed-off-by: Carlos Agüero <[email protected]> Co-authored-by: Ashton Larkin <[email protected]> Co-authored-by: Ian Chen <[email protected]> * bump msgs version to 6.3.0 Signed-off-by: Ian Chen <[email protected]> * Remove extra main Signed-off-by: Nate Koenig <[email protected]> * Added missing <set> Signed-off-by: Nate Koenig <[email protected]> Co-authored-by: Ashton Larkin <[email protected]> Co-authored-by: Ian Chen <[email protected]> Co-authored-by: Ashton Larkin <[email protected]> Co-authored-by: Nate Koenig <[email protected]>
Point cloud to mesh tutorial Approved-by: Ian Chen <[email protected]>
It depends on gazebosim/gz-msgs#127 .
This pull request introduces the particle emitter system accepting SDF. It should parse the SDF properly and create the appropriate components.