Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions ur_robot_driver/doc/usage/simulation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,9 @@ 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.
Some driver functions don't work with mock hardware currently:

* 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.
Loading