You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Newton] Add initial design for Visualizers (#3979)
# Description
Initial design to support multiple visualizers with Isaac Lab 3.0
The visualizers
- OV Visualizer
- Newton OpenGL Visualizer
- Newton Rerun Visualizer
Each visualizer comes with a config class.
CLI newton_visualizer argument is removed.
- Discussion on how we can best enable visualizer with CLI arg is
ongoing.
- Currently, visualizers can be selected in the code by visualizer_cfgs
in simulation_cfg
and the --headless arg disables any selected visualizer
Also there is a new abstraction called scene data provider which manages
per step data flow to visualizers.
This is a pretty thin abstraction right now and subject to change with
the renderers design and ov sdk.
---------
Signed-off-by: matthewtrepte <mtrepte@nvidia.com>
Co-authored-by: Antoine Richard <antoiner@nvidia.com>
0 commit comments