Skip to content

Commit

Permalink
Add UR30 to launch (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
VinDp authored Apr 8, 2024
1 parent 1de0dc4 commit f2d9c49
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 @@ -182,7 +182,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 @@ -98,7 +98,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 f2d9c49

Please sign in to comment.