-
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 support of CoM and contact forces display. (#340)
* [core] Add public setter 'AbstractSensorBase.set' for sensor data. * [core] Make sensor setter 'AbstractSensorBase.setAll' private. * [core/python] 'result_converter' now supports Eigen::Ref. * [core/python] Expose setter of 'AbstractSensorBase.data'. * [python/viewer] Fix error when using exotic matplotlib backends. * [python/viewer] Fix 'Viewer.add_marker' and 'Panda3dApp.move_node' node placement. * [python/viewer] Fix 'append_group' when 'remove_if_exits=False'. * [python/viewer] Do not add legend if replay of the single log. * [python/viewer] Hide node if scale is too small. * [python/viewer] Add option to place cylinder anchor at bottom in Panda3d. * [python/viewer] Add option to always display node at foreground in Panda3d, and use it for markers. * [python/viewer] Add method to show/hide a single node in Panda3d. * [python/viewer] Custom 'update_hook' can be provided to 'display' and 'replay' methods. * [python/viewer] 'add_marker' now supports passing callables. * [python/viewer] Make objects clickable in Panda3d. * [python/viewer] Add helper to emulate sensor update from log, and use it in 'play_log_data' method. * [python/viewer] Add top-level options to enable/disable display of com/contacts. Co-authored-by: Alexis Duburcq <alexis.duburcq@wandercraft.eu>
- Loading branch information
Showing
26 changed files
with
939 additions
and
398 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
Oops, something went wrong.