Language Language English 简体中文 unilab.envs.common.rotation.np_quat_from_euler_xyz¶ unilab.envs.common.rotation.np_quat_from_euler_xyz(roll, pitch, yaw)[source]¶ Convert Euler angles (XYZ) to quaternions (N, 4) or (4,), w-first. Parameters: roll (ndarray) pitch (ndarray) yaw (ndarray) Return type: ndarray