-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[python/viewer] Add options to display Capture Point and external for…
…ces. (#341) * [core] Compute velocity of the center of mass of each subtree systematically. * [core] Fix internal update period computation when defined control and sensor update period of the engine without robot. * [core] Add option to register external forces to the telemetry. * [python/robot] Add fallback if 'dynamics' fields 'damping'/'friction' are partially defined in URDF file. * [python/processing] Add efficient convex hull tools. Improve efficiency and versatility of 'interpolate_zoh'. * [python/log] Extract external forces from log if recorded. * [python/viewer] Add option to display DCM in viewer. * [python/viewer] Fix default display marker value if backend is not Panda3d. * [python/viewer] Add option to display external linear forces at joint level in viewer. Improve efficiency of markers update. * [python/viewer] 'jiminy_replay' entrypoint can now be used to record video. * [gym/examples] Improve RLlib utilities to be more flexible. * [gym/examples] Fix logging performance issues of RLlib. * [gym/examples] Improve documentation of RLlib tools. * [gym/examples] Add monitoring of actually episode duration. Co-authored-by: Alexis Duburcq <alexis.duburcq@wandercraft.eu>
- Loading branch information
Showing
34 changed files
with
1,141 additions
and
425 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.