add interactive argument to control robot with interactive marker
This commit is contained in:
parent
85eec1b7d7
commit
17401c29a7
5 changed files with 20 additions and 1 deletions
|
@ -78,7 +78,7 @@ def generate_launch_description():
|
|||
DeclareLaunchArgument(
|
||||
"interactive_control",
|
||||
default_value="true",
|
||||
description="Whether to activate the gripper_controller.",
|
||||
description="Wheter to run the motion_control_handle controller",
|
||||
),
|
||||
]
|
||||
|
||||
|
|
|
@ -37,6 +37,7 @@ def launch_setup(context, *args, **kwargs):
|
|||
"ee_link_name": "gripper_grasp_point",
|
||||
"control_space": "task",
|
||||
"control_strategy": "position",
|
||||
"interactive": "false"
|
||||
}.items(),
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue