update scenaries
This commit is contained in:
parent
817dfeaa0f
commit
ecb179d95d
1 changed files with 1 additions and 8 deletions
|
@ -45,15 +45,8 @@ def generate_launch_description():
|
||||||
declared_arguments.append(
|
declared_arguments.append(
|
||||||
DeclareLaunchArgument(
|
DeclareLaunchArgument(
|
||||||
"controllers_file",
|
"controllers_file",
|
||||||
default_value="ur_controllers.yaml",
|
|
||||||
description="YAML file with the controllers configuration.",
|
|
||||||
)
|
|
||||||
)
|
|
||||||
declared_arguments.append(
|
|
||||||
DeclareLaunchArgument(
|
|
||||||
"controllers_with_gripper_file",
|
|
||||||
default_value="ur_plus_gripper_controllers.yaml",
|
default_value="ur_plus_gripper_controllers.yaml",
|
||||||
description="YAML file with the UR + gripper_controller configuration.",
|
description="YAML file with the controllers configuration.",
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
declared_arguments.append(
|
declared_arguments.append(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue