-
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 the possibility to set the alpha channel in the meshcat viewer #1033
Conversation
… specify just the alpha channel in meshcat_visualizer.py
3f4d57f
to
a431cf9
Compare
Failures seem unrelated, @GiulioRomualdi can you add a note on the changelog? |
Hi @traversaro, done in e43366f |
@@ -11,6 +11,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | |||
|
|||
## [7.0.0] - 2022-08-31 | |||
|
|||
### Added | |||
- Added the possibility to set the alpha channel while loading a model in the meshcat visualizer (https://github.com/robotology/idyntree/pull/1033). |
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.
Can you move it under "Unreleased" ? We already released 7.0.0
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.
Ops, my fault 😢 . Done in 95d9555
e43366f
to
95d9555
Compare
Thanks! |
If you want to use the idyntree-model-view-meshcat script with the alpha channel you can open a terminal and write
idyntree-model-view-meshcat -m <model_path/model.urdf> -a 0.5
This will show the model with an alpha equal to
0.5
as followsIn general, you can now load the urdf as
cc @rob-mau @Giulero