Skip to content

Commit

Permalink
deploy: e26dbcc
Browse files Browse the repository at this point in the history
  • Loading branch information
VinDp committed Jan 11, 2025
1 parent 5d24c0a commit 40c0c42
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,11 @@ environment for testing of "piping" of hardware and controllers, as well as test
descriptions. For more details see `ros2_control documentation
<https://control.ros.org/rolling/doc/ros2_control/hardware_interface/doc/mock_components_userdoc.html>`_
for more details.

.. note::
Some driver functionalities currently don't work with mock hardware:

* The TCP pose broadcaster does not work.
* The passthrough trajectory controller does not function when calling the follow joint trajectory action.
* The force mode controller also does not respond when trying to start force mode.
* The GPIO controller cannot verify that it has changed the state of an I/O pin, so it will report a failure when trying to set an I/O pin.
10 changes: 10 additions & 0 deletions doc/ur_robot_driver/ur_robot_driver/doc/usage/simulation.html
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,16 @@ <h2>Mock hardware<a class="headerlink" href="#mock-hardware" title="Link to this
environment for testing of “piping” of hardware and controllers, as well as testing robot’s
descriptions. For more details see <a class="reference external" href="https://control.ros.org/rolling/doc/ros2_control/hardware_interface/doc/mock_components_userdoc.html">ros2_control documentation</a>
for more details.</p>
<div class="admonition note">
<p class="admonition-title">Note</p>
<p>Some driver functionalities currently don’t work with mock hardware:</p>
<ul class="simple">
<li><p>The TCP pose broadcaster does not work.</p></li>
<li><p>The passthrough trajectory controller does not function when calling the follow joint trajectory action.</p></li>
<li><p>The force mode controller also does not respond when trying to start force mode.</p></li>
<li><p>The GPIO controller cannot verify that it has changed the state of an I/O pin, so it will report a failure when trying to set an I/O pin.</p></li>
</ul>
</div>
</section>
</section>

Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

0 comments on commit 40c0c42

Please sign in to comment.