We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I noticed a discrepency between the sensor locations in two places:
mc_go1
_bodySensors.emplace_back("Accelerometer", "trunk", sva::PTransformd(Eigen::Vector3d(0., 0., 0.))); _bodySensors.emplace_back("FloatingBase", "trunk", sva::PTransformd::Identity());
go1_mj_description
<body name="trunk" pos="0 0 0.38"> <inertial pos="0.0223 0.002 -0.0005" mass="5.204" fullinertia="0.0168128557 0.063009565 0.0716547275 -0.0002296769 -0.0002945293 -4.18731e-05" /> <freejoint name="trunk" /> <geom class="collision" mesh="trunk" /> <geom class="visual" mesh="trunk_vis" /> <!-- site for root imu sensor --> <site name="Gyro" size="0.01" pos=" -0.01592 -0.06659 -0.00617" />
Basically, it is about the translation of -0.01592 -0.06659 -0.00617. I wonder is it an issue? or is it meant to be like this?
-0.01592 -0.06659 -0.00617
Best,
Yuquan
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I noticed a discrepency between the sensor locations in two places:
mc_go1
: Go1.cppgo1_mj_description
: go1.xmlBasically, it is about the translation of
-0.01592 -0.06659 -0.00617
. I wonder is it an issue? or is it meant to be like this?Best,
Yuquan
The text was updated successfully, but these errors were encountered: