-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[jiminy/viewer] Panda3d has default viewer backend. (#290)
* [core] Minor improvement of robot weak_ptr management for sensors/motors. * [core] Various minor improvements. * [jiminy/simulator] Fix viewer not opening graphical window after closing it once. * [jiminy/simulator] Rename 'disable_flexiblity_data' or 'enable_flexiblity_data' for clarity. * [jiminy/viewer] Fix widgets positioning and scaling on Panda3d. * [jiminy/viewer] Do not shrink legend automatically and slightly increase size on Panda3d. * [jiminy/viewer] Fallback to software rendering with panda3d if necessary. * [jiminy/viewer] Fix panda3d mesh loader backend 'assimp' requiring specific path formatting on Windows. * [jiminy/viewer] Limit Panda3d framerate to 30FPS to avoid consuming too much resources. * [jiminy/viewer] Improve exception handling if window clsoed during replay to avoid deadlock. * [jiminy/viewer] Fix panda3d offscreen rendering not always updated before capturing frame. * [jiminy/viewer] Zoom out default relative camera pose for travelling. * [gym/common/envs] Automatically update rendering after 'reset' if available. * [gym/common/envs] Fix keyword arguments forwarding for WalkerEnvs class. * [gym/examples] Rllib 'test' method now returns the environement used for testing. * [misc] Enable 'panda3d' by default instead of 'meshcat'. * [misc] Do not remove Pinocchio::interpolate from Windows build anymore. * [misc] Globally less restrictive Python requirements by using different specifications depending on the platform. * [misc] Mirror type check warning fixes. * [misc] Update atlas URDF and meshes to improve rendering. * [misc] More robust viewer unit tests comparing frame to both software and hardware rendering. Co-authored-by: Alexis Duburcq <[email protected]>
- Loading branch information
Showing
101 changed files
with
113,376 additions
and
46,651 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.