Is it correct that in State.qd:
State.qd[0:3] represents the linear velocity in the world frame, and
State.qd[3:6] represents the angular velocity in the local body frame?
Are there any document for these?
https://github.com/google/brax/blob/main/brax/generalized/base.py#L71
Is it correct that in
State.qd:State.qd[0:3]represents the linear velocity in the world frame, andState.qd[3:6]represents the angular velocity in the local body frame?Are there any document for these?
https://github.com/google/brax/blob/main/brax/generalized/base.py#L71