chage runtime to rbs_arm and formatting the code
This commit is contained in:
parent
2755209c66
commit
6608560a27
2 changed files with 59 additions and 95 deletions
|
@ -18,8 +18,8 @@ def generate_launch_description():
|
|||
DeclareLaunchArgument(
|
||||
"rbs_robot_type",
|
||||
description="Type of robot by name",
|
||||
choices=["ur3", "ur3e", "ur5", "ur5e", "ur10", "ur10e", "ur16e"],
|
||||
default_value="ur5e",
|
||||
choices=["rbs_arm" ,"ur3", "ur3e", "ur5", "ur5e", "ur10", "ur10e", "ur16e"],
|
||||
default_value="rbs_arm",
|
||||
)
|
||||
)
|
||||
declared_arguments.append(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue