Skip to content

Commit

Permalink
[python/viewer] Add support of user-specified additional cameras (rgb…
Browse files Browse the repository at this point in the history
… and depth map). Significantly speed-up both offscreen and onscreen rendering.
  • Loading branch information
duburcqa committed Jul 15, 2024
1 parent e69ea77 commit ef25e78
Show file tree
Hide file tree
Showing 5 changed files with 387 additions and 114 deletions.
2 changes: 1 addition & 1 deletion python/jiminy_py/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ def finalize_options(self) -> None:
"meshcat>=0.3.2",
# Used to detect running Meshcat servers and avoid orphan child
# processes.
"psutil",
"psutil>=6.0",
# Low-level backend for Ipython powering Jupyter notebooks
"ipykernel>=5.0,<7.0",
# Used internally by Viewer to read/write Meshcat snapshots
Expand Down
Loading

0 comments on commit ef25e78

Please sign in to comment.