From bacf74c77bbf67e9a2800f3974e0a1b4319da6c9 Mon Sep 17 00:00:00 2001 From: Bartek Date: Tue, 10 Sep 2024 19:49:22 +0200 Subject: [PATCH] Added ros2_control macro for joints --- .../ros2_control_joint_macros.urdf.xacro | 27 +++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 src/meldog_simple_description/description/ros2_control/ros2_control_joint_macros.urdf.xacro diff --git a/src/meldog_simple_description/description/ros2_control/ros2_control_joint_macros.urdf.xacro b/src/meldog_simple_description/description/ros2_control/ros2_control_joint_macros.urdf.xacro new file mode 100644 index 0000000..8263dbd --- /dev/null +++ b/src/meldog_simple_description/description/ros2_control/ros2_control_joint_macros.urdf.xacro @@ -0,0 +1,27 @@ + + + + + + + + + ${lower} + ${upper} + + + -${actuator_max_velocity} + ${actuator_max_velocity} + + + + -${actuator_max_torque} + ${actuator_max_torque} + + + + + + + + \ No newline at end of file