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
By changing it to _default_attitude = {{0.58, 0., 0., 1., 0., 0., 0}}; // translation, then quaternion, the orientation is fine by running the Posture task.
This is different from the provided example, i.e., JVRC1: jvrc1.cpp and Go1: go1.cpp. In both cases, the default_attitude starts with quaternion.
Best,
Yuquan
The text was updated successfully, but these errors were encountered:
That line belongs to a mc_robot package associated with mc_rtc robot module.
Basically, we realized that a root joint (strict name spelling) of type free is mandatory in the xml. Otherwise, it seems that mc_mujoco can not read the floating base pose.
Dear Developers,
In the
mc_robot
package, the following entry would lead to a wierd orientation (running thePosture task
):By changing it to
_default_attitude = {{0.58, 0., 0., 1., 0., 0., 0}}; // translation, then quaternion
, the orientation is fine by running thePosture
task.This is different from the provided example, i.e.,
JVRC1: jvrc1.cpp
andGo1: go1.cpp
. In both cases, thedefault_attitude
starts withquaternion
.Best,
Yuquan
The text was updated successfully, but these errors were encountered: