From 7e3116fb3cb19898edfa7b042d4cc6802cb5b987 Mon Sep 17 00:00:00 2001 From: Miguel Prada Date: Thu, 29 Nov 2018 19:50:33 +0100 Subject: [PATCH] Add arguments to ros_control launchfiles to select loaded controllers. (#236) --- launch/ur10_ros_control.launch | 10 ++++++---- launch/ur3_ros_control.launch | 6 ++++-- launch/ur5_ros_control.launch | 10 ++++++---- 3 files changed, 16 insertions(+), 10 deletions(-) diff --git a/launch/ur10_ros_control.launch b/launch/ur10_ros_control.launch index dfb9be4..e547355 100644 --- a/launch/ur10_ros_control.launch +++ b/launch/ur10_ros_control.launch @@ -10,11 +10,13 @@ - + + + @@ -40,11 +42,11 @@ + output="screen" args="$(arg controllers)" /> - + + output="screen" args="load $(arg stopped_controllers)" /> diff --git a/launch/ur3_ros_control.launch b/launch/ur3_ros_control.launch index b8681e4..c728d34 100644 --- a/launch/ur3_ros_control.launch +++ b/launch/ur3_ros_control.launch @@ -15,6 +15,8 @@ + + @@ -40,11 +42,11 @@ + output="screen" args="$(arg controllers)" /> + output="screen" args="load $(arg stopped_controllers)" /> diff --git a/launch/ur5_ros_control.launch b/launch/ur5_ros_control.launch index d443c0e..964c06d 100644 --- a/launch/ur5_ros_control.launch +++ b/launch/ur5_ros_control.launch @@ -10,11 +10,13 @@ - + + + @@ -40,11 +42,11 @@ + output="screen" args="$(arg controllers)" /> - + + output="screen" args="load $(arg stopped_controllers)" />