robopal.commons.renderers module¶
- class robopal.commons.renderers.MjRenderer(mj_model, mj_data, render_mode: str | None = 'human', enable_camera_view=False, camera_name='0_cam')[源代码]¶
基类:
object- add_visual_point(pos: ndarray | List[ndarray])[源代码]¶
- Render the trajectory from deque above,
you can push the cartesian position into this deque.
- 参数:
pos -- One of the cartesian position of the trajectory to render.