-
Notifications
You must be signed in to change notification settings - Fork 404
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Fix meshcat examples #2503
Fix meshcat examples #2503
Conversation
Should fix #2487 |
It's totally normal, the meshcat visualizer's startup of its server is non blocking, so your script MAY exit before the server got spun up and your browser tab opens. You should run your script with |
Ok, thank you for the explanation ! |
And there is no a blocking call in the API to wait for the viewer ? |
I don't think there is, apart from the method which tries to render an image (and I'm not sure the call terminates if the viewer is not already available). We could do a PR for this but nothing is happening upstream... |
## What's Changed ### Added - Add `pinocchio_python_parser` target (stack-of-tasks/pinocchio#2475) ### Fixed - Fix mjcf parsing of armature and of the default tag in models (stack-of-tasks/pinocchio#2477) - Fix undefined behavior when using the site attribute in mjcf (stack-of-tasks/pinocchio#2477) - Fix the type of image paths when loading textures in the meshcat visualizer (stack-of-tasks/pinocchio#2478) - Fix meshcat examples (stack-of-tasks/pinocchio#2503) - Fix `pinocchio-test-cpp-parallel-geometry` when built with Coal (stack-of-tasks/pinocchio#2502) - Fix scaling support for meshcat (stack-of-tasks/pinocchio#2511) ### Changed - On GNU/Linux and macOS, hide all symbols by default (stack-of-tasks/pinocchio#2469) **Full Changelog**: stack-of-tasks/pinocchio@v3.3.0...v3.3.1
This PR fix meshcat examples.
meshcat-viewer-octree.py
used deprecated APImeshcat-viewer-solo.py
used example_robot_data, but this package can't be imported in PinocchioSome meshact examples where broken, but also, some display nothing except