-
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.
[python/plot] More versatile plotting tools. (#302)
* [core|python] Add support of non-contiguous temporary to 'register_variables'. * [core/python] Allow registering 2D numpy arrays for bindings. * [python/processing] Add N-order integrator assuming zero-order-hold for highest derivative. * [python|gym] Add TabbedFigure class and use it in simulator. * [python|gym] Move '_log_data' from gym env to simulator. Log generic action automatically. * [misc] Remove force install 'numba==0.53.0rc3' on CI since 0.53 is now available. * [misc] Consistent use of 'resource_filename' to access models data. * [misc] Add Atlas in Readme instead of Anymal. * [misc] Fix ipython tutorial. * [python/plot] Add option to sync tabs. Fix remove tab and clear figure. * [python/simulator] Fix log backup cleanup. * [python/simulator] Enable argument forwarding for 'plot' method. * [misc] Fix type checker errors. * [python/dynamics] Fix 'update_quantities' not calling forward kinematics when necessary. Compute everything between jacobians by default. * [python/plot] Only refresh canvas when needed. * [python/plot] Automatically re-arrange subplot grid. * [python/plot] Add export methods. * [python/plot] Fix support of any backend. * [python/plot] Add partial documentation. * [python/plot] Fix buttons responsiveness and active tab hovering color. * [python/plot] Disable click button for active tab. * [python/plot] Add 'close' method. * [python/plot] Add 'image_path' option argument to 'plot' method. * [gym/common/pipeline] Fix controller wrapper not updating env action and not calling env 'compute_command'. Co-authored-by: Alexis Duburcq <[email protected]>
- Loading branch information
Showing
33 changed files
with
939 additions
and
385 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
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.