Skip to content

Commit

Permalink
Deploying to gh-pages from @ 4e57d2a 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
traversaro committed Oct 28, 2024
1 parent 621df2b commit adabf4b
Show file tree
Hide file tree
Showing 101 changed files with 7,675 additions and 7,659 deletions.
10 changes: 10 additions & 0 deletions AccelerometerSensor_8h.html
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ <h3>Contents</h3>
<ul>
<li><a href="#namespaces">Namespaces</a></li>
<li><a href="#nested-classes">Classes</a></li>
<li><a href="#typedef-members">Typedefs</a></li>
</ul>
</li>
</ul>
Expand All @@ -89,6 +90,15 @@ <h2><a href="#nested-classes">Classes</a></h2>
<dd>Interface to the Accelerometer class.</dd>
</dl>
</section>
<section id="typedef-members">
<h2><a href="#typedef-members">Typedefs</a></h2>
<dl class="m-doc">
<dt id="ae032ae81e0b23b33446033eefb13e629">
using <a href="#ae032ae81e0b23b33446033eefb13e629" class="m-doc-self">LinAcceleration</a> = LinearMotionVector3
</dt>
<dd><span></span></dd>
</dl>
</section>
</div>
</div>
</div>
Expand Down
8 changes: 0 additions & 8 deletions GeomVector3_8h.html
Original file line number Diff line number Diff line change
Expand Up @@ -101,18 +101,10 @@ <h2><a href="#typedef-members">Typedefs</a></h2>
using <a href="#a408c1ac9b6f50b7425becd9b7b20f351" class="m-doc-self">LinVelocity</a> = LinearMotionVector3
</dt>
<dd><span></span></dd>
<dt id="ae032ae81e0b23b33446033eefb13e629">
using <a href="#ae032ae81e0b23b33446033eefb13e629" class="m-doc-self">LinAcceleration</a> = LinearMotionVector3
</dt>
<dd><span></span></dd>
<dt id="aff2ac4b45bb6926622fcfbf47dbe82b1">
using <a href="#aff2ac4b45bb6926622fcfbf47dbe82b1" class="m-doc-self">AngularMotionVector3</a> = GeomVector3
</dt>
<dd><span></span></dd>
<dt id="a303a7b672a9817d74c5a6279fbfe5e34">
using <a href="#a303a7b672a9817d74c5a6279fbfe5e34" class="m-doc-self">AngVelocity</a> = AngularMotionVector3
</dt>
<dd><span></span></dd>
<dt id="adb7dac766ffa576a0213970d650eda15">
using <a href="#adb7dac766ffa576a0213970d650eda15" class="m-doc-self">AngAcceleration</a> = AngularMotionVector3
</dt>
Expand Down
10 changes: 10 additions & 0 deletions GyroscopeSensor_8h.html
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ <h3>Contents</h3>
<ul>
<li><a href="#namespaces">Namespaces</a></li>
<li><a href="#nested-classes">Classes</a></li>
<li><a href="#typedef-members">Typedefs</a></li>
</ul>
</li>
</ul>
Expand All @@ -89,6 +90,15 @@ <h2><a href="#nested-classes">Classes</a></h2>
<dd>Interface to the Gyroscope class.</dd>
</dl>
</section>
<section id="typedef-members">
<h2><a href="#typedef-members">Typedefs</a></h2>
<dl class="m-doc">
<dt id="a303a7b672a9817d74c5a6279fbfe5e34">
using <a href="#a303a7b672a9817d74c5a6279fbfe5e34" class="m-doc-self">AngVelocity</a> = AngularMotionVector3
</dt>
<dd><span></span></dd>
</dl>
</section>
</div>
</div>
</div>
Expand Down
6 changes: 3 additions & 3 deletions classiDynTree_1_1ModelExporter.html
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@ <h1>
<h3>Contents</h3>
<ul>
<li>
<a href="#autotoc_md1">Format documentation</a>
<a href="#autotoc_md0">Format documentation</a>
<ul>
<li><a href="#autotoc_md2">URDF</a></li>
<li><a href="#autotoc_md1">URDF</a></li>
</ul>
</li>
<li>
Expand All @@ -80,7 +80,7 @@ <h3>Contents</h3>
</li>
</ul>
</nav>
<p>Currently the only format supported for export is the URDF format, as it is described in <a href="http://wiki.ros.org/urdf/XML">http:/<wbr />/<wbr />wiki.ros.org/<wbr />urdf/<wbr />XML</a> .</p><p>Only <a href="classiDynTree_1_1Model.html" class="m-doc">iDynTree::<wbr />Model</a> classes that represent multibody system with no loops can be exported.</p><p>Furthermore, currently the model exporter only exports a subset of the features supported in <a href="classiDynTree_1_1Model.html" class="m-doc">iDynTree::<wbr />Model</a>. In particular, the following features are not exported:</p><ul><li>Sensors</li><li>Joint limits, damping and static friction.</li></ul><section id="autotoc_md1"><h2><a href="#autotoc_md1">Format documentation</a></h2><p>The following format are supported by the exporter.</p><table class="m-table"><thead><tr><th>Format</th><th>Extendend Name</th><th>Website</th><th>String for filetype argument</th></tr></thead><tbody><tr><td>URDF</td><td>Unified Robot Description Format</td><td><a href="http://wiki.ros.org/urdf">http:/<wbr />/<wbr />wiki.ros.org/<wbr />urdf</a></td><td><code>urdf</code></td></tr></tbody></table><section id="autotoc_md2"><h3><a href="#autotoc_md2">URDF</a></h3><p>As the URDF format does not distinguish between frames and links (see <a href="https://discourse.ros.org/t/urdf-ng-link-and-frame-concepts/56">https:/<wbr />/<wbr />discourse.ros.org/<wbr />t/<wbr />urdf-ng-link-and-frame-concepts/<wbr />56</a> for an extensive discussion on this) the URDF model exporter converts iDynTree&#x27;s <em>additional frames</em> to mass-less and shape-less <em>fake</em> URDF links that are connected as child links via <code>fixed</code> joints to the corresponding <strong>real</strong> URDF links.</p><p>Furthermore, it is widespread use in URDF models to never use a real link (with mass) as the root link of a model, mainly due to workaround a bug in official KDL parser used in ROS (see <a href="https://github.com/ros/kdl_parser/issues/27">https://github.com/ros/kdl_<wbr />parser/issues/27</a> for more info). For this reason, if the selected base_link has at least one additional frame, by default the first additional frame of the base link is added as a <strong>parent</strong> fake URDF link, instead as a <strong>child</strong> fake URDF link as done with the rest of iDynTree&#x27;s additional frames. If no additional frame is available for the base link, the base link of the URDF will have a mass, and will generate a warning then used with the ROS&#x27;s <a href="https://github.com/ros/kdl_parser"><code>kdl_parser</code></a> . This behaviour can be disabled by setting to false the <code>exportFirstBaseLinkAdditionalFrameAsFakeURDFBase</code> attribute of <a href="structiDynTree_1_1ModelExporterOptions.html" class="m-doc">ModelExporterOptions</a>.</p></section></section>
<p>Currently the only format supported for export is the URDF format, as it is described in <a href="http://wiki.ros.org/urdf/XML">http:/<wbr />/<wbr />wiki.ros.org/<wbr />urdf/<wbr />XML</a> .</p><p>Only <a href="classiDynTree_1_1Model.html" class="m-doc">iDynTree::<wbr />Model</a> classes that represent multibody system with no loops can be exported.</p><p>Furthermore, currently the model exporter only exports a subset of the features supported in <a href="classiDynTree_1_1Model.html" class="m-doc">iDynTree::<wbr />Model</a>. In particular, the following features are not exported:</p><ul><li>Sensors</li><li>Joint limits, damping and static friction.</li></ul><section id="autotoc_md0"><h2><a href="#autotoc_md0">Format documentation</a></h2><p>The following format are supported by the exporter.</p><table class="m-table"><thead><tr><th>Format</th><th>Extendend Name</th><th>Website</th><th>String for filetype argument</th></tr></thead><tbody><tr><td>URDF</td><td>Unified Robot Description Format</td><td><a href="http://wiki.ros.org/urdf">http:/<wbr />/<wbr />wiki.ros.org/<wbr />urdf</a></td><td><code>urdf</code></td></tr></tbody></table><section id="autotoc_md1"><h3><a href="#autotoc_md1">URDF</a></h3><p>As the URDF format does not distinguish between frames and links (see <a href="https://discourse.ros.org/t/urdf-ng-link-and-frame-concepts/56">https:/<wbr />/<wbr />discourse.ros.org/<wbr />t/<wbr />urdf-ng-link-and-frame-concepts/<wbr />56</a> for an extensive discussion on this) the URDF model exporter converts iDynTree&#x27;s <em>additional frames</em> to mass-less and shape-less <em>fake</em> URDF links that are connected as child links via <code>fixed</code> joints to the corresponding <strong>real</strong> URDF links.</p><p>Furthermore, it is widespread use in URDF models to never use a real link (with mass) as the root link of a model, mainly due to workaround a bug in official KDL parser used in ROS (see <a href="https://github.com/ros/kdl_parser/issues/27">https://github.com/ros/kdl_<wbr />parser/issues/27</a> for more info). For this reason, if the selected base_link has at least one additional frame, by default the first additional frame of the base link is added as a <strong>parent</strong> fake URDF link, instead as a <strong>child</strong> fake URDF link as done with the rest of iDynTree&#x27;s additional frames. If no additional frame is available for the base link, the base link of the URDF will have a mass, and will generate a warning then used with the ROS&#x27;s <a href="https://github.com/ros/kdl_parser"><code>kdl_parser</code></a> . This behaviour can be disabled by setting to false the <code>exportFirstBaseLinkAdditionalFrameAsFakeURDFBase</code> attribute of <a href="structiDynTree_1_1ModelExporterOptions.html" class="m-doc">ModelExporterOptions</a>.</p></section></section>
<section id="constructordestructor">
<h2><a href="#constructordestructor">Constructor/Destructor</a></h2>
<dl class="m-doc">
Expand Down
2 changes: 1 addition & 1 deletion classiDynTree_1_1SimpleLeggedOdometry.html
Original file line number Diff line number Diff line change
Expand Up @@ -173,13 +173,13 @@ <h3>Contents</h3>
${}^{world} H_{new\_fixed} = {}^{world} H_{old\_fixed} \cdot {}^{old\_fixed} H_{new\_fixed}(q_j)$
</title>
<defs>
<path id='eq3-g1-1' d='M2.295392-2.988792C2.295392-3.335492 2.008468-3.622416 1.661768-3.622416S1.028144-3.335492 1.028144-2.988792S1.315068-2.355168 1.661768-2.355168S2.295392-2.642092 2.295392-2.988792Z'/>
<path id='eq3-g4-40' d='M3.88543 2.905106C3.88543 2.86924 3.88543 2.84533 3.682192 2.642092C2.486675 1.43462 1.817186-.537983 1.817186-2.976837C1.817186-5.296139 2.379078-7.292653 3.765878-8.703362C3.88543-8.810959 3.88543-8.834869 3.88543-8.870735C3.88543-8.942466 3.825654-8.966376 3.777833-8.966376C3.622416-8.966376 2.642092-8.105604 2.056289-6.933998C1.446575-5.726526 1.171606-4.447323 1.171606-2.976837C1.171606-1.912827 1.338979-.490162 1.960648 .789041C2.666002 2.223661 3.646326 3.000747 3.777833 3.000747C3.825654 3.000747 3.88543 2.976837 3.88543 2.905106Z'/>
<path id='eq3-g4-41' d='M3.371357-2.976837C3.371357-3.88543 3.251806-5.36787 2.582316-6.75467C1.876961-8.18929 .896638-8.966376 .765131-8.966376C.71731-8.966376 .657534-8.942466 .657534-8.870735C.657534-8.834869 .657534-8.810959 .860772-8.607721C2.056289-7.400249 2.725778-5.427646 2.725778-2.988792C2.725778-.669489 2.163885 1.327024 .777086 2.737733C.657534 2.84533 .657534 2.86924 .657534 2.905106C.657534 2.976837 .71731 3.000747 .765131 3.000747C.920548 3.000747 1.900872 2.139975 2.486675 .968369C3.096389-.251059 3.371357-1.542217 3.371357-2.976837Z'/>
<path id='eq3-g4-61' d='M8.069738-3.873474C8.237111-3.873474 8.452304-3.873474 8.452304-4.088667C8.452304-4.315816 8.249066-4.315816 8.069738-4.315816H1.028144C.860772-4.315816 .645579-4.315816 .645579-4.100623C.645579-3.873474 .848817-3.873474 1.028144-3.873474H8.069738ZM8.069738-1.649813C8.237111-1.649813 8.452304-1.649813 8.452304-1.865006C8.452304-2.092154 8.249066-2.092154 8.069738-2.092154H1.028144C.860772-2.092154 .645579-2.092154 .645579-1.876961C.645579-1.649813 .848817-1.649813 1.028144-1.649813H8.069738Z'/>
<path id='eq3-g0-95' d='M3.985056 .996264V.597758H0V.996264H3.985056Z'/>
<path id='eq3-g3-72' d='M8.942466-7.292653C9.050062-7.699128 9.073973-7.81868 9.92279-7.81868C10.137983-7.81868 10.257534-7.81868 10.257534-8.033873C10.257534-8.16538 10.149938-8.16538 10.078207-8.16538C9.863014-8.16538 9.611955-8.141469 9.384807-8.141469H7.974097C7.746949-8.141469 7.49589-8.16538 7.268742-8.16538C7.185056-8.16538 7.041594-8.16538 7.041594-7.938232C7.041594-7.81868 7.12528-7.81868 7.352428-7.81868C8.069738-7.81868 8.069738-7.723039 8.069738-7.591532C8.069738-7.567621 8.069738-7.49589 8.021918-7.316563L7.292653-4.423412H3.682192L4.399502-7.292653C4.507098-7.699128 4.531009-7.81868 5.379826-7.81868C5.595019-7.81868 5.71457-7.81868 5.71457-8.033873C5.71457-8.16538 5.606974-8.16538 5.535243-8.16538C5.32005-8.16538 5.068991-8.141469 4.841843-8.141469H3.431133C3.203985-8.141469 2.952927-8.16538 2.725778-8.16538C2.642092-8.16538 2.49863-8.16538 2.49863-7.938232C2.49863-7.81868 2.582316-7.81868 2.809465-7.81868C3.526775-7.81868 3.526775-7.723039 3.526775-7.591532C3.526775-7.567621 3.526775-7.49589 3.478954-7.316563L1.865006-.884682C1.75741-.466252 1.733499-.3467 .908593-.3467C.633624-.3467 .549938-.3467 .549938-.119552C.549938 0 .681445 0 .71731 0C.932503 0 1.183562-.02391 1.41071-.02391H2.82142C3.048568-.02391 3.299626 0 3.526775 0C3.622416 0 3.753923 0 3.753923-.227148C3.753923-.3467 3.646326-.3467 3.466999-.3467C2.737733-.3467 2.737733-.442341 2.737733-.561893C2.737733-.573848 2.737733-.657534 2.761644-.753176L3.58655-4.076712H7.208966C7.005729-3.287671 6.396015-.789041 6.372105-.71731C6.240598-.358655 6.049315-.358655 5.34396-.3467C5.200498-.3467 5.092902-.3467 5.092902-.119552C5.092902 0 5.224408 0 5.260274 0C5.475467 0 5.726526-.02391 5.953674-.02391H7.364384C7.591532-.02391 7.84259 0 8.069738 0C8.16538 0 8.296887 0 8.296887-.227148C8.296887-.3467 8.18929-.3467 8.009963-.3467C7.280697-.3467 7.280697-.442341 7.280697-.561893C7.280697-.573848 7.280697-.657534 7.304608-.753176L8.942466-7.292653Z'/>
<path id='eq3-g3-113' d='M5.272229-5.152677C5.272229-5.212453 5.224408-5.260274 5.164633-5.260274C5.068991-5.260274 4.60274-4.829888 4.375592-4.411457C4.160399-4.94944 3.789788-5.272229 3.275716-5.272229C1.924782-5.272229 .466252-3.526775 .466252-1.75741C.466252-.573848 1.159651 .119552 1.972603 .119552C2.606227 .119552 3.132254-.358655 3.383313-.633624L3.395268-.621669L2.940971 1.171606L2.833375 1.601993C2.725778 1.960648 2.546451 1.960648 1.984558 1.972603C1.853051 1.972603 1.733499 1.972603 1.733499 2.199751C1.733499 2.283437 1.80523 2.319303 1.888917 2.319303C2.056289 2.319303 2.271482 2.295392 2.438854 2.295392H3.658281C3.837609 2.295392 4.040847 2.319303 4.220174 2.319303C4.291905 2.319303 4.435367 2.319303 4.435367 2.092154C4.435367 1.972603 4.339726 1.972603 4.160399 1.972603C3.598506 1.972603 3.56264 1.888917 3.56264 1.793275C3.56264 1.733499 3.574595 1.721544 3.610461 1.566127L5.272229-5.152677ZM3.58655-1.422665C3.526775-1.219427 3.526775-1.195517 3.359402-.968369C3.096389-.633624 2.570361-.119552 2.008468-.119552C1.518306-.119552 1.243337-.561893 1.243337-1.267248C1.243337-1.924782 1.613948-3.263761 1.841096-3.765878C2.247572-4.60274 2.809465-5.033126 3.275716-5.033126C4.064757-5.033126 4.220174-4.052802 4.220174-3.957161C4.220174-3.945205 4.184309-3.789788 4.172354-3.765878L3.58655-1.422665Z'/>
<path id='eq3-g1-1' d='M2.295392-2.988792C2.295392-3.335492 2.008468-3.622416 1.661768-3.622416S1.028144-3.335492 1.028144-2.988792S1.315068-2.355168 1.661768-2.355168S2.295392-2.642092 2.295392-2.988792Z'/>
<path id='eq3-g2-100' d='M4.28792-5.292154C4.29589-5.308095 4.319801-5.411706 4.319801-5.419676C4.319801-5.459527 4.28792-5.531258 4.192279-5.531258C4.160399-5.531258 3.913325-5.507347 3.730012-5.491407L3.283686-5.459527C3.108344-5.443587 3.028643-5.435616 3.028643-5.292154C3.028643-5.180573 3.140224-5.180573 3.235866-5.180573C3.618431-5.180573 3.618431-5.132752 3.618431-5.061021C3.618431-5.0132 3.55467-4.750187 3.514819-4.590785L3.124284-3.036613C3.052553-3.172105 2.82142-3.514819 2.335243-3.514819C1.3868-3.514819 .342715-2.406974 .342715-1.227397C.342715-.398506 .876712 .079701 1.490411 .079701C2.000498 .079701 2.438854-.326775 2.582316-.486177C2.725778 .063761 3.267746 .079701 3.363387 .079701C3.730012 .079701 3.913325-.223163 3.977086-.358655C4.136488-.645579 4.24807-1.107846 4.24807-1.139726C4.24807-1.187547 4.216189-1.243337 4.120548-1.243337S4.008966-1.195517 3.961146-.996264C3.849564-.557908 3.698132-.143462 3.387298-.143462C3.203985-.143462 3.132254-.294894 3.132254-.518057C3.132254-.669489 3.156164-.757161 3.180075-.860772L4.28792-5.292154ZM2.582316-.860772C2.183811-.310834 1.769365-.143462 1.514321-.143462C1.147696-.143462 .964384-.478207 .964384-.892653C.964384-1.267248 1.179577-2.12005 1.354919-2.470735C1.586052-2.956912 1.976588-3.291656 2.343213-3.291656C2.86127-3.291656 3.012702-2.709838 3.012702-2.614197C3.012702-2.582316 2.81345-1.801245 2.765629-1.594022C2.662017-1.219427 2.662017-1.203487 2.582316-.860772Z'/>
<path id='eq3-g2-101' d='M1.601993-1.817186C1.777335-1.817186 2.375093-1.825156 2.797509-1.976588C3.490909-2.215691 3.514819-2.693898 3.514819-2.81345C3.514819-3.259776 3.092403-3.514819 2.574346-3.514819C1.673724-3.514819 .390535-2.805479 .390535-1.39477C.390535-.581818 .884682 .079701 1.761395 .079701C3.004732 .079701 3.674222-.71731 3.674222-.828892C3.674222-.900623 3.594521-.956413 3.5467-.956413S3.474969-.932503 3.435118-.884682C2.805479-.143462 1.912827-.143462 1.777335-.143462C1.195517-.143462 1.020174-.637609 1.020174-1.083935C1.020174-1.323039 1.091905-1.681694 1.123786-1.817186H1.601993ZM1.187547-2.040349C1.44259-3.012702 2.16787-3.291656 2.574346-3.291656C2.893151-3.291656 3.196015-3.132254 3.196015-2.81345C3.196015-2.040349 1.888917-2.040349 1.554172-2.040349H1.187547Z'/>
<path id='eq3-g2-102' d='M3.052553-3.172105H3.793773C3.953176-3.172105 4.048817-3.172105 4.048817-3.323537C4.048817-3.435118 3.945205-3.435118 3.809714-3.435118H3.100374C3.227895-4.152428 3.307597-4.606725 3.387298-4.96538C3.419178-5.100872 3.443088-5.188543 3.56264-5.284184C3.666252-5.371856 3.730012-5.387796 3.817684-5.387796C3.937235-5.387796 4.064757-5.363885 4.168369-5.300125C4.128518-5.284184 4.080697-5.260274 4.040847-5.236364C3.905355-5.164633 3.809714-5.021171 3.809714-4.861768C3.809714-4.678456 3.953176-4.566874 4.128518-4.566874C4.359651-4.566874 4.574844-4.766127 4.574844-5.045081C4.574844-5.419676 4.192279-5.610959 3.809714-5.610959C3.53873-5.610959 3.036613-5.483437 2.781569-4.750187C2.709838-4.566874 2.709838-4.550934 2.494645-3.435118H1.896887C1.737484-3.435118 1.641843-3.435118 1.641843-3.283686C1.641843-3.172105 1.745455-3.172105 1.880946-3.172105H2.446824L1.872976-.079701C1.721544 .72528 1.601993 1.40274 1.179577 1.40274C1.155666 1.40274 .988294 1.40274 .836862 1.307098C1.203487 1.219427 1.203487 .884682 1.203487 .876712C1.203487 .6934 1.060025 .581818 .884682 .581818C.669489 .581818 .438356 .765131 .438356 1.067995C.438356 1.40274 .781071 1.625903 1.179577 1.625903C1.665753 1.625903 2.000498 1.115816 2.10411 .916563C2.391034 .390535 2.574346-.605729 2.590286-.68543L3.052553-3.172105Z'/>
Expand Down
Loading

0 comments on commit adabf4b

Please sign in to comment.