-
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] Add CLI to replay log files. (#334)
* [core/python] Fix 'buildGeomFromUrdf' module interoperability. * [python/simulator] 'simulate' now supports writing log in any available format. * [python/log] Add generic utility to reconstruct robot from log. * [python/viewer] Fix default legend when replaying multiple trajectories at once. * [python/viewer] Add method to replay log file, only requiring the original meshes to be available. * [python/viewer] Add 'jiminy_replay' CLI entrypoint to replay Jiminy log files. * [python/viewer] Add option to not remove widgets after replaying trajectories. * [python/viewer] Reorder default colors cycle. * [python/viewer] Switch device notifications from 'error' to 'fatal' for Panda3d. * [python/viewer] Fix colors of Panda3d legend. * [python/viewer] Fix legend in panda3d when using identical labels. * [misc] Remove dual ABI support for Python bindings since it is unstable and may cause segfault. * [misc] Provide cmake config version file in wheel. Co-authored-by: Alexis Duburcq <alexis.duburcq@wandercraft.eu>
- Loading branch information
Showing
26 changed files
with
575 additions
and
324 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
Oops, something went wrong.