-
Notifications
You must be signed in to change notification settings - Fork 7
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
Particles with THREE Nebula #35
Conversation
What did you use to test this? I'm trying with this world file:
and I get the following errors:
|
Good call. I was connecting with a simulation via websocket. I think there could be inconsistencies between protobuf and sdf values, given that we are trying to read |
I'm having an issue while testing the world directly.
And nothing is being rendered on Gazebo. Note that on my test world, I had to change the path of the snow sprites. EDIT: Running in headless mode worked well. |
Thanks @nkoenig . I'll merge this and get ready for a new release. |
This PR adds https://three-nebula.org/ in order to handle particles. It also removes SPE.
The only thing that cannot be handled by this library is the color range image, as we cannot interpolate between more than two points for Color behaviour.
Can you ptal @nkoenig ?