From 80e6bfcb8835ddfbfe8b745d16aade7ad183a915 Mon Sep 17 00:00:00 2001 From: Felix Exner Date: Mon, 15 Apr 2024 13:19:41 +0200 Subject: [PATCH] Add UR20 and UR30 --- ur_simulation_gz/launch/ur_sim_control.launch.py | 2 +- ur_simulation_gz/launch/ur_sim_moveit.launch.py | 2 +- ur_simulation_gz/test/test_description.py | 2 +- ur_simulation_gz/urdf/ur_gz.urdf.xacro | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ur_simulation_gz/launch/ur_sim_control.launch.py b/ur_simulation_gz/launch/ur_sim_control.launch.py index df56acf..8adb070 100644 --- a/ur_simulation_gz/launch/ur_sim_control.launch.py +++ b/ur_simulation_gz/launch/ur_sim_control.launch.py @@ -195,7 +195,7 @@ def generate_launch_description(): DeclareLaunchArgument( "ur_type", description="Type/series of used UR robot.", - choices=["ur3", "ur3e", "ur5", "ur5e", "ur10", "ur10e", "ur16e"], + choices=["ur3", "ur3e", "ur5", "ur5e", "ur10", "ur10e", "ur16e", "ur20", "ur30"], default_value="ur5e", ) ) diff --git a/ur_simulation_gz/launch/ur_sim_moveit.launch.py b/ur_simulation_gz/launch/ur_sim_moveit.launch.py index 67a9716..e2989b3 100644 --- a/ur_simulation_gz/launch/ur_sim_moveit.launch.py +++ b/ur_simulation_gz/launch/ur_sim_moveit.launch.py @@ -96,7 +96,7 @@ def generate_launch_description(): DeclareLaunchArgument( "ur_type", description="Type/series of used UR robot.", - choices=["ur3", "ur3e", "ur5", "ur5e", "ur10", "ur10e", "ur16e"], + choices=["ur3", "ur3e", "ur5", "ur5e", "ur10", "ur10e", "ur16e", "ur20", "ur30"], default_value="ur5e", ) ) diff --git a/ur_simulation_gz/test/test_description.py b/ur_simulation_gz/test/test_description.py index 25715e2..291a505 100644 --- a/ur_simulation_gz/test/test_description.py +++ b/ur_simulation_gz/test/test_description.py @@ -38,7 +38,7 @@ @pytest.mark.parametrize( - "ur_type", ["ur3", "ur3e", "ur5", "ur5e", "ur10", "ur10e", "ur16e", "ur20"] + "ur_type", ["ur3", "ur3e", "ur5", "ur5e", "ur10", "ur10e", "ur16e", "ur20", "ur30"] ) @pytest.mark.parametrize("prefix", ["", "my_ur_"]) def test_ur_urdf_xacro(ur_type, prefix): diff --git a/ur_simulation_gz/urdf/ur_gz.urdf.xacro b/ur_simulation_gz/urdf/ur_gz.urdf.xacro index 70c8f02..59a9587 100644 --- a/ur_simulation_gz/urdf/ur_gz.urdf.xacro +++ b/ur_simulation_gz/urdf/ur_gz.urdf.xacro @@ -7,7 +7,7 @@ - +