It would be desirable to replace the iwa7_description.xacro with a iiwa7.urdf.xacro (these would then be compiled by xacro into a raw urdf file), removing all ros2_control related plugins and moving the plugins to the iiwa7.xacro file instead:
-
Includes
|
<xacro:include filename="$(find lbr_description)/gazebo/lbr_gazebo.xacro" /> |
-
Macros
|
<!-- macros for gazebo / mock / hardware --> |
Same applies to iiwa14 / med7 / med14.
Briefly running through this procedure highlights the potentially redundant nature of
Specifying these limits exclusively in the urdf file might be beneficial.
It would be desirable to replace the
iwa7_description.xacrowith aiiwa7.urdf.xacro(these would then be compiled byxacrointo a rawurdffile), removing allros2_controlrelated plugins and moving the plugins to the iiwa7.xacro file instead:Includes
lbr_fri_ros2_stack/lbr_description/urdf/iiwa7/iiwa7_description.xacro
Line 9 in 9125bbc
Macros
lbr_fri_ros2_stack/lbr_description/urdf/iiwa7/iiwa7_description.xacro
Line 20 in 9125bbc
Same applies to
iiwa14/med7/med14.Briefly running through this procedure highlights the potentially redundant nature of
Specifying these limits exclusively in the
urdffile might be beneficial.