We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b584d13 commit f324db6Copy full SHA for f324db6
1 file changed
ur_moveit_config/doc/index.rst
@@ -49,3 +49,11 @@ robot as explained `here <https://moveit.picknik.ai/main/doc/tutorials/quickstar
49
:start-at: trajectory_execution:
50
:end-at: execution_duration_monitoring
51
:caption: moveit_controllers.yaml
52
+
53
+.. note::
54
+ The MoveIt configuration does contain a ``joint_limits.yaml`` file as it is autogenerated by the
55
+ MoveIt Setup Assistant. The joint limits overwrite / augment the ones from the description. This
56
+ means that any limits defined here that are also defined in the URDF will be used from the
57
+ moveit_config ``joint_limits.yaml`` in the context of MoveIt motion planning.
58
+ One way to interpret this is that the URDF describes the hardware's limits, while the
59
+ moveit_config provides limits on an application / planning level.
0 commit comments