isaaclab_newton.sim.views#
Newton simulation views.
Classes#
The following classes are part of the public isaaclab_newton.sim.views API.
Batched Newton site view for non-physics frames. |
- class isaaclab_newton.sim.views.NewtonSiteFrameView[source]#
Bases:
BaseFrameViewBatched Newton site view for non-physics frames.
The public construction contract matches the generic
FrameView: callers provide a prim expression and the backend resolves the source prim into Newton body-local or world-local sites.Methods:
- __init__(prim_path: str | list[str], device: str = 'cpu', validate_xform_ops: bool = True, stage: object | None = None, **kwargs)[source]#
Initialize the Newton site frame view.
- classmethod __new__(*args, **kwargs)#