Skip to content

Commit

Permalink
Add UR30 as a new option to launch things
Browse files Browse the repository at this point in the history
  • Loading branch information
fmauch committed Dec 21, 2023
1 parent f0ebd01 commit dafb47c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ur_simulation_gazebo/launch/ur_sim_control.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ def generate_launch_description():
DeclareLaunchArgument(
"ur_type",
description="Type/series of used UR robot.",
choices=["ur3", "ur3e", "ur5", "ur5e", "ur10", "ur10e", "ur16e", "ur20"],
choices=["ur3", "ur3e", "ur5", "ur5e", "ur10", "ur10e", "ur16e", "ur20", "ur30"],
default_value="ur5e",
)
)
Expand Down
2 changes: 1 addition & 1 deletion ur_simulation_gazebo/launch/ur_sim_moveit.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ def generate_launch_description():
DeclareLaunchArgument(
"ur_type",
description="Type/series of used UR robot.",
choices=["ur3", "ur3e", "ur5", "ur5e", "ur10", "ur10e", "ur16e", "ur20"],
choices=["ur3", "ur3e", "ur5", "ur5e", "ur10", "ur10e", "ur16e", "ur20", "ur30"],
default_value="ur5e",
)
)
Expand Down

0 comments on commit dafb47c

Please sign in to comment.