From 58b5ba842977f1fb469aac142a8c5873caa358c4 Mon Sep 17 00:00:00 2001 From: rethink-kmaroney Date: Mon, 11 Nov 2013 13:40:13 -0500 Subject: [PATCH 1/3] Updates baxter_controllers to 0.7 ns for joint_trajectory_action_server. Updates srdf to include new joint/link left/right_gripper_base. --- .../baxter_moveit_config/config/baxter.srdf | 22 +++++++++++++++++++ .../config/baxter_controllers.yaml | 4 ++-- 2 files changed, 24 insertions(+), 2 deletions(-) diff --git a/baxter/baxter_moveit_config/config/baxter.srdf b/baxter/baxter_moveit_config/config/baxter.srdf index a182d5b4..63791118 100644 --- a/baxter/baxter_moveit_config/config/baxter.srdf +++ b/baxter/baxter_moveit_config/config/baxter.srdf @@ -18,6 +18,7 @@ + @@ -29,6 +30,7 @@ + @@ -36,9 +38,13 @@ + + + + @@ -119,6 +125,7 @@ + @@ -145,6 +152,7 @@ + @@ -211,12 +219,24 @@ + + + + + + + + + + + + @@ -233,6 +253,7 @@ + @@ -256,6 +277,7 @@ + diff --git a/baxter/baxter_moveit_config/config/baxter_controllers.yaml b/baxter/baxter_moveit_config/config/baxter_controllers.yaml index c32fa648..b62ba46c 100644 --- a/baxter/baxter_moveit_config/config/baxter_controllers.yaml +++ b/baxter/baxter_moveit_config/config/baxter_controllers.yaml @@ -1,5 +1,5 @@ controller_list: - - name: /sdk/robot/limb/right + - name: /robot/limb/right action_ns: follow_joint_trajectory type: FollowJointTrajectory default: true @@ -11,7 +11,7 @@ controller_list: - right_w0 - right_w1 - right_w2 - - name: /sdk/robot/limb/left + - name: /robot/limb/left action_ns: follow_joint_trajectory type: FollowJointTrajectory default: true From f6d206c49409f0fcb4ceb9f5478db91e997385c5 Mon Sep 17 00:00:00 2001 From: rethink-kmaroney Date: Mon, 18 Nov 2013 18:55:04 -0500 Subject: [PATCH 2/3] Updating joint_limits maximum joint speeds. --- .../config/joint_limits.yaml | 24 +++++++++---------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/baxter/baxter_moveit_config/config/joint_limits.yaml b/baxter/baxter_moveit_config/config/joint_limits.yaml index a3f8f659..67fb859c 100644 --- a/baxter/baxter_moveit_config/config/joint_limits.yaml +++ b/baxter/baxter_moveit_config/config/joint_limits.yaml @@ -1,32 +1,32 @@ joint_limits: left_e0: has_velocity_limits: true - max_velocity: 0.5 + max_velocity: 0.27 has_acceleration_limits: true max_acceleration: 0.5 left_e1: has_velocity_limits: true - max_velocity: 0.5 + max_velocity: 0.27 has_acceleration_limits: true max_acceleration: 0.5 left_s0: has_velocity_limits: true - max_velocity: 0.5 + max_velocity: 0.27 has_acceleration_limits: true max_acceleration: 0.5 left_s1: has_velocity_limits: true - max_velocity: 0.5 + max_velocity: 0.27 has_acceleration_limits: true max_acceleration: 0.5 left_w0: has_velocity_limits: true - max_velocity: 0.5 + max_velocity: 0.3 has_acceleration_limits: true max_acceleration: 0.5 left_w1: has_velocity_limits: true - max_velocity: 0.5 + max_velocity: 0.3 has_acceleration_limits: true max_acceleration: 0.5 left_w2: @@ -36,32 +36,32 @@ joint_limits: max_acceleration: 0.5 right_e0: has_velocity_limits: true - max_velocity: 0.5 + max_velocity: 0.27 has_acceleration_limits: true max_acceleration: 0.5 right_e1: has_velocity_limits: true - max_velocity: 0.5 + max_velocity: 0.27 has_acceleration_limits: true max_acceleration: 0.5 right_s0: has_velocity_limits: true - max_velocity: 0.5 + max_velocity: 0.27 has_acceleration_limits: true max_acceleration: 0.5 right_s1: has_velocity_limits: true - max_velocity: 0.5 + max_velocity: 0.27 has_acceleration_limits: true max_acceleration: 0.5 right_w0: has_velocity_limits: true - max_velocity: 0.5 + max_velocity: 0.3 has_acceleration_limits: true max_acceleration: 0.5 right_w1: has_velocity_limits: true - max_velocity: 0.5 + max_velocity: 0.3 has_acceleration_limits: true max_acceleration: 0.5 right_w2: From e981756b6320e819800916adcc70f433812bdf7e Mon Sep 17 00:00:00 2001 From: rethink-kmaroney Date: Tue, 19 Nov 2013 17:47:24 -0500 Subject: [PATCH 3/3] Adds srdf collision ignore for torso->upper_forearm_visual. --- baxter/baxter_moveit_config/config/baxter.srdf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/baxter/baxter_moveit_config/config/baxter.srdf b/baxter/baxter_moveit_config/config/baxter.srdf index 63791118..f19fae8a 100644 --- a/baxter/baxter_moveit_config/config/baxter.srdf +++ b/baxter/baxter_moveit_config/config/baxter.srdf @@ -210,6 +210,7 @@ + @@ -319,6 +320,7 @@ +