diff --git a/lbr_bringup/config/gazebo.rviz b/lbr_bringup/config/gazebo.rviz
index f4486f40..c45723d4 100644
--- a/lbr_bringup/config/gazebo.rviz
+++ b/lbr_bringup/config/gazebo.rviz
@@ -67,47 +67,47 @@ Visualization Manager:
Expand Link Details: false
Expand Tree: false
Link Tree Style: Links in Alphabetic Order
- link_0:
+ lbr_link_0:
Alpha: 1
Show Axes: false
Show Trail: false
Value: true
- link_1:
+ lbr_link_1:
Alpha: 1
Show Axes: false
Show Trail: false
Value: true
- link_2:
+ lbr_link_2:
Alpha: 1
Show Axes: false
Show Trail: false
Value: true
- link_3:
+ lbr_link_3:
Alpha: 1
Show Axes: false
Show Trail: false
Value: true
- link_4:
+ lbr_link_4:
Alpha: 1
Show Axes: false
Show Trail: false
Value: true
- link_5:
+ lbr_link_5:
Alpha: 1
Show Axes: false
Show Trail: false
Value: true
- link_6:
+ lbr_link_6:
Alpha: 1
Show Axes: false
Show Trail: false
Value: true
- link_7:
+ lbr_link_7:
Alpha: 1
Show Axes: false
Show Trail: false
Value: true
- link_ee:
+ lbr_link_ee:
Alpha: 1
Show Axes: false
Show Trail: false
@@ -119,7 +119,7 @@ Visualization Manager:
Inertia: false
Mass: false
Name: RobotModel
- TF Prefix: lbr
+ TF Prefix: ""
Update Interval: 0
Value: true
Visual Enabled: true
diff --git a/lbr_bringup/config/hardware.rviz b/lbr_bringup/config/hardware.rviz
index b3a3df75..86a38438 100644
--- a/lbr_bringup/config/hardware.rviz
+++ b/lbr_bringup/config/hardware.rviz
@@ -68,47 +68,47 @@ Visualization Manager:
Expand Link Details: false
Expand Tree: false
Link Tree Style: Links in Alphabetic Order
- link_0:
+ lbr_link_0:
Alpha: 1
Show Axes: false
Show Trail: false
Value: true
- link_1:
+ lbr_link_1:
Alpha: 1
Show Axes: false
Show Trail: false
Value: true
- link_2:
+ lbr_link_2:
Alpha: 1
Show Axes: false
Show Trail: false
Value: true
- link_3:
+ lbr_link_3:
Alpha: 1
Show Axes: false
Show Trail: false
Value: true
- link_4:
+ lbr_link_4:
Alpha: 1
Show Axes: false
Show Trail: false
Value: true
- link_5:
+ lbr_link_5:
Alpha: 1
Show Axes: false
Show Trail: false
Value: true
- link_6:
+ lbr_link_6:
Alpha: 1
Show Axes: false
Show Trail: false
Value: true
- link_7:
+ lbr_link_7:
Alpha: 1
Show Axes: false
Show Trail: false
Value: true
- link_ee:
+ lbr_link_ee:
Alpha: 1
Show Axes: false
Show Trail: false
@@ -120,7 +120,7 @@ Visualization Manager:
Inertia: false
Mass: false
Name: RobotModel
- TF Prefix: lbr
+ TF Prefix: ""
Update Interval: 0
Value: true
Visual Enabled: true
diff --git a/lbr_bringup/config/mock.rviz b/lbr_bringup/config/mock.rviz
index f4486f40..c45723d4 100644
--- a/lbr_bringup/config/mock.rviz
+++ b/lbr_bringup/config/mock.rviz
@@ -67,47 +67,47 @@ Visualization Manager:
Expand Link Details: false
Expand Tree: false
Link Tree Style: Links in Alphabetic Order
- link_0:
+ lbr_link_0:
Alpha: 1
Show Axes: false
Show Trail: false
Value: true
- link_1:
+ lbr_link_1:
Alpha: 1
Show Axes: false
Show Trail: false
Value: true
- link_2:
+ lbr_link_2:
Alpha: 1
Show Axes: false
Show Trail: false
Value: true
- link_3:
+ lbr_link_3:
Alpha: 1
Show Axes: false
Show Trail: false
Value: true
- link_4:
+ lbr_link_4:
Alpha: 1
Show Axes: false
Show Trail: false
Value: true
- link_5:
+ lbr_link_5:
Alpha: 1
Show Axes: false
Show Trail: false
Value: true
- link_6:
+ lbr_link_6:
Alpha: 1
Show Axes: false
Show Trail: false
Value: true
- link_7:
+ lbr_link_7:
Alpha: 1
Show Axes: false
Show Trail: false
Value: true
- link_ee:
+ lbr_link_ee:
Alpha: 1
Show Axes: false
Show Trail: false
@@ -119,7 +119,7 @@ Visualization Manager:
Inertia: false
Mass: false
Name: RobotModel
- TF Prefix: lbr
+ TF Prefix: ""
Update Interval: 0
Value: true
Visual Enabled: true
diff --git a/lbr_bringup/lbr_bringup/ros2_control.py b/lbr_bringup/lbr_bringup/ros2_control.py
index a5a58627..24f01bcf 100644
--- a/lbr_bringup/lbr_bringup/ros2_control.py
+++ b/lbr_bringup/lbr_bringup/ros2_control.py
@@ -122,10 +122,6 @@ def node_robot_state_publisher(
parameters=[
robot_description,
{"use_sim_time": use_sim_time},
- # use robot name as frame prefix
- {
- "frame_prefix": PathJoinSubstitution([robot_name, ""])
- }, # neat hack to add trailing slash, which is required by frame_prefix
],
namespace=robot_name,
**kwargs,
diff --git a/lbr_description/gazebo/lbr_gazebo.xacro b/lbr_description/gazebo/lbr_gazebo.xacro
index 174dc306..78a833fc 100644
--- a/lbr_description/gazebo/lbr_gazebo.xacro
+++ b/lbr_description/gazebo/lbr_gazebo.xacro
@@ -29,20 +29,20 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/lbr_description/ros2_control/lbr_system_interface.xacro b/lbr_description/ros2_control/lbr_system_interface.xacro
index 833af578..9b578f7f 100644
--- a/lbr_description/ros2_control/lbr_system_interface.xacro
+++ b/lbr_description/ros2_control/lbr_system_interface.xacro
@@ -124,43 +124,43 @@
-
-
-
-
-
-
-
-
+
diff --git a/lbr_description/urdf/iiwa14/iiwa14_description.xacro b/lbr_description/urdf/iiwa14/iiwa14_description.xacro
index e53bf380..00eba77b 100644
--- a/lbr_description/urdf/iiwa14/iiwa14_description.xacro
+++ b/lbr_description/urdf/iiwa14/iiwa14_description.xacro
@@ -26,7 +26,7 @@
joint_limits="${joint_limits}"
system_parameters_path="${system_parameters_path}" />
-
+
@@ -47,10 +47,10 @@
-
+
-
-
+
+
-
+
@@ -81,10 +81,10 @@
-
+
-
-
+
+
-
+
@@ -115,10 +115,10 @@
-
+
-
-
+
+
-
+
@@ -149,10 +149,10 @@
-
+
-
-
+
+
-
+
@@ -183,10 +183,10 @@
-
+
-
-
+
+
-
+
@@ -217,10 +217,10 @@
-
+
-
-
+
+
-
+
@@ -251,10 +251,10 @@
-
+
-
-
+
+
-
+
@@ -285,12 +285,12 @@
-
-
+
+
-
+
\ No newline at end of file
diff --git a/lbr_description/urdf/iiwa7/iiwa7.xacro b/lbr_description/urdf/iiwa7/iiwa7.xacro
index 7f89fac7..5f0712ce 100644
--- a/lbr_description/urdf/iiwa7/iiwa7.xacro
+++ b/lbr_description/urdf/iiwa7/iiwa7.xacro
@@ -19,7 +19,7 @@
between world and link_0-->
-
+
diff --git a/lbr_description/urdf/iiwa7/iiwa7_description.xacro b/lbr_description/urdf/iiwa7/iiwa7_description.xacro
index 28e99965..c9234c68 100644
--- a/lbr_description/urdf/iiwa7/iiwa7_description.xacro
+++ b/lbr_description/urdf/iiwa7/iiwa7_description.xacro
@@ -26,7 +26,7 @@
joint_limits="${joint_limits}"
system_parameters_path="${system_parameters_path}" />
-
+
@@ -47,10 +47,10 @@
-
+
-
-
+
+
-
+
@@ -81,10 +81,10 @@
-
+
-
-
+
+
-
+
@@ -115,10 +115,10 @@
-
+
-
-
+
+
-
+
@@ -149,10 +149,10 @@
-
+
-
-
+
+
-
+
@@ -183,10 +183,10 @@
-
+
-
-
+
+
-
+
@@ -217,10 +217,10 @@
-
+
-
-
+
+
-
+
@@ -252,10 +252,10 @@
-
+
-
-
+
+
-
+
@@ -286,12 +286,12 @@
-
-
+
+
-
+
\ No newline at end of file
diff --git a/lbr_description/urdf/med14/med14.xacro b/lbr_description/urdf/med14/med14.xacro
index 9276bf37..df863a1a 100644
--- a/lbr_description/urdf/med14/med14.xacro
+++ b/lbr_description/urdf/med14/med14.xacro
@@ -19,7 +19,7 @@
between world and link_0-->
-
+
diff --git a/lbr_description/urdf/med14/med14_description.xacro b/lbr_description/urdf/med14/med14_description.xacro
index f36889d7..fd78c8da 100644
--- a/lbr_description/urdf/med14/med14_description.xacro
+++ b/lbr_description/urdf/med14/med14_description.xacro
@@ -27,7 +27,7 @@
system_parameters_path="${system_parameters_path}" />
-
+
@@ -48,10 +48,10 @@
-
+
-
-
+
+
-
+
@@ -82,10 +82,10 @@
-
+
-
-
+
+
-
+
@@ -116,10 +116,10 @@
-
+
-
-
+
+
-
+
@@ -150,10 +150,10 @@
-
+
-
-
+
+
-
+
@@ -184,10 +184,10 @@
-
+
-
-
+
+
-
+
@@ -218,10 +218,10 @@
-
+
-
-
+
+
-
+
@@ -252,10 +252,10 @@
-
+
-
-
+
+
-
+
@@ -286,12 +286,12 @@
-
-
+
+
-
+
\ No newline at end of file
diff --git a/lbr_description/urdf/med7/med7.xacro b/lbr_description/urdf/med7/med7.xacro
index 15209761..01df31af 100644
--- a/lbr_description/urdf/med7/med7.xacro
+++ b/lbr_description/urdf/med7/med7.xacro
@@ -19,7 +19,7 @@
between world and link_0-->
-
+
diff --git a/lbr_description/urdf/med7/med7_description.xacro b/lbr_description/urdf/med7/med7_description.xacro
index 00144acf..d7b6abfa 100644
--- a/lbr_description/urdf/med7/med7_description.xacro
+++ b/lbr_description/urdf/med7/med7_description.xacro
@@ -27,7 +27,7 @@
system_parameters_path="${system_parameters_path}" />
-
+
@@ -48,10 +48,10 @@
-
+
-
-
+
+
-
+
@@ -82,10 +82,10 @@
-
+
-
-
+
+
-
+
@@ -116,10 +116,10 @@
-
+
-
-
+
+
-
+
@@ -150,10 +150,10 @@
-
+
-
-
+
+
-
+
@@ -184,10 +184,10 @@
-
+
-
-
+
+
-
+
@@ -218,10 +218,10 @@
-
+
-
-
+
+
-
+
@@ -252,10 +252,10 @@
-
+
-
-
+
+
-
+
@@ -286,12 +286,12 @@
-
-
+
+
-
+
\ No newline at end of file
diff --git a/lbr_moveit_config/iiwa14_moveit_config/config/iiwa14.srdf b/lbr_moveit_config/iiwa14_moveit_config/config/iiwa14.srdf
index f1b96afe..934159c3 100644
--- a/lbr_moveit_config/iiwa14_moveit_config/config/iiwa14.srdf
+++ b/lbr_moveit_config/iiwa14_moveit_config/config/iiwa14.srdf
@@ -10,51 +10,51 @@
-
+
-
-
-
-
-
-
-
+
+
+
+
+
+
+
-
-
-
-
-
-
-
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/lbr_moveit_config/iiwa14_moveit_config/config/joint_limits.yaml b/lbr_moveit_config/iiwa14_moveit_config/config/joint_limits.yaml
index ae4149e9..0ab19715 100644
--- a/lbr_moveit_config/iiwa14_moveit_config/config/joint_limits.yaml
+++ b/lbr_moveit_config/iiwa14_moveit_config/config/joint_limits.yaml
@@ -8,37 +8,37 @@ default_acceleration_scaling_factor: 0.1
# Specific joint properties can be changed with the keys [max_position, min_position, max_velocity, max_acceleration]
# Joint limits can be turned off with [has_velocity_limits, has_acceleration_limits]
joint_limits:
- A1:
+ lbr_A1:
has_velocity_limits: true
max_velocity: 1.4835298641951802
has_acceleration_limits: true
max_acceleration: 10.0
- A2:
+ lbr_A2:
has_velocity_limits: true
max_velocity: 1.4835298641951802
has_acceleration_limits: true
max_acceleration: 10.0
- A3:
+ lbr_A3:
has_velocity_limits: true
max_velocity: 1.7453292519943295
has_acceleration_limits: true
max_acceleration: 10.0
- A4:
+ lbr_A4:
has_velocity_limits: true
max_velocity: 1.3089969389957472
has_acceleration_limits: true
max_acceleration: 10.0
- A5:
+ lbr_A5:
has_velocity_limits: true
max_velocity: 2.2689280275926285
has_acceleration_limits: true
max_acceleration: 10.0
- A6:
+ lbr_A6:
has_velocity_limits: true
max_velocity: 2.3561944901923448
has_acceleration_limits: true
max_acceleration: 10.0
- A7:
+ lbr_A7:
has_velocity_limits: true
max_velocity: 2.3561944901923448
has_acceleration_limits: true
diff --git a/lbr_moveit_config/iiwa14_moveit_config/config/moveit.rviz b/lbr_moveit_config/iiwa14_moveit_config/config/moveit.rviz
index c2cac1a0..9fea5cff 100644
--- a/lbr_moveit_config/iiwa14_moveit_config/config/moveit.rviz
+++ b/lbr_moveit_config/iiwa14_moveit_config/config/moveit.rviz
@@ -66,47 +66,47 @@ Visualization Manager:
Expand Link Details: false
Expand Tree: false
Link Tree Style: Links in Alphabetic Order
- link_0:
+ lbr_link_0:
Alpha: 1
Show Axes: false
Show Trail: false
Value: true
- link_1:
+ lbr_link_1:
Alpha: 1
Show Axes: false
Show Trail: false
Value: true
- link_2:
+ lbr_link_2:
Alpha: 1
Show Axes: false
Show Trail: false
Value: true
- link_3:
+ lbr_link_3:
Alpha: 1
Show Axes: false
Show Trail: false
Value: true
- link_4:
+ lbr_link_4:
Alpha: 1
Show Axes: false
Show Trail: false
Value: true
- link_5:
+ lbr_link_5:
Alpha: 1
Show Axes: false
Show Trail: false
Value: true
- link_6:
+ lbr_link_6:
Alpha: 1
Show Axes: false
Show Trail: false
Value: true
- link_7:
+ lbr_link_7:
Alpha: 1
Show Axes: false
Show Trail: false
Value: true
- link_ee:
+ lbr_link_ee:
Alpha: 1
Show Axes: false
Show Trail: false
@@ -160,47 +160,47 @@ Visualization Manager:
Expand Link Details: false
Expand Tree: false
Link Tree Style: Links in Alphabetic Order
- link_0:
+ lbr_link_0:
Alpha: 1
Show Axes: false
Show Trail: false
Value: true
- link_1:
+ lbr_link_1:
Alpha: 1
Show Axes: false
Show Trail: false
Value: true
- link_2:
+ lbr_link_2:
Alpha: 1
Show Axes: false
Show Trail: false
Value: true
- link_3:
+ lbr_link_3:
Alpha: 1
Show Axes: false
Show Trail: false
Value: true
- link_4:
+ lbr_link_4:
Alpha: 1
Show Axes: false
Show Trail: false
Value: true
- link_5:
+ lbr_link_5:
Alpha: 1
Show Axes: false
Show Trail: false
Value: true
- link_6:
+ lbr_link_6:
Alpha: 1
Show Axes: false
Show Trail: false
Value: true
- link_7:
+ lbr_link_7:
Alpha: 1
Show Axes: false
Show Trail: false
Value: true
- link_ee:
+ lbr_link_ee:
Alpha: 1
Show Axes: false
Show Trail: false
diff --git a/lbr_moveit_config/iiwa14_moveit_config/config/moveit_controllers.yaml b/lbr_moveit_config/iiwa14_moveit_config/config/moveit_controllers.yaml
index 15869edc..ce72820a 100644
--- a/lbr_moveit_config/iiwa14_moveit_config/config/moveit_controllers.yaml
+++ b/lbr_moveit_config/iiwa14_moveit_config/config/moveit_controllers.yaml
@@ -9,12 +9,12 @@ moveit_simple_controller_manager:
joint_trajectory_controller:
type: FollowJointTrajectory
joints:
- - A1
- - A2
- - A3
- - A4
- - A5
- - A6
- - A7
+ - lbr_A1
+ - lbr_A2
+ - lbr_A3
+ - lbr_A4
+ - lbr_A5
+ - lbr_A6
+ - lbr_A7
action_ns: follow_joint_trajectory
default: true
\ No newline at end of file
diff --git a/lbr_moveit_config/iiwa7_moveit_config/config/iiwa7.srdf b/lbr_moveit_config/iiwa7_moveit_config/config/iiwa7.srdf
index 37a9aa08..5ef397ba 100644
--- a/lbr_moveit_config/iiwa7_moveit_config/config/iiwa7.srdf
+++ b/lbr_moveit_config/iiwa7_moveit_config/config/iiwa7.srdf
@@ -10,51 +10,51 @@
-
+
-
-
-
-
-
-
-
+
+
+
+
+
+
+
-
-
-
-
-
-
-
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/lbr_moveit_config/iiwa7_moveit_config/config/joint_limits.yaml b/lbr_moveit_config/iiwa7_moveit_config/config/joint_limits.yaml
index e97eee4e..2a2bc84e 100644
--- a/lbr_moveit_config/iiwa7_moveit_config/config/joint_limits.yaml
+++ b/lbr_moveit_config/iiwa7_moveit_config/config/joint_limits.yaml
@@ -8,37 +8,37 @@ default_acceleration_scaling_factor: 0.1
# Specific joint properties can be changed with the keys [max_position, min_position, max_velocity, max_acceleration]
# Joint limits can be turned off with [has_velocity_limits, has_acceleration_limits]
joint_limits:
- A1:
+ lbr_A1:
has_velocity_limits: true
max_velocity: 1.7104226669544429
has_acceleration_limits: true
max_acceleration: 10.0
- A2:
+ lbr_A2:
has_velocity_limits: true
max_velocity: 1.7104226669544429
has_acceleration_limits: true
max_acceleration: 10.0
- A3:
+ lbr_A3:
has_velocity_limits: true
max_velocity: 1.7453292519943295
has_acceleration_limits: true
max_acceleration: 10.0
- A4:
+ lbr_A4:
has_velocity_limits: true
max_velocity: 2.2689280275926285
has_acceleration_limits: true
max_acceleration: 10.0
- A5:
+ lbr_A5:
has_velocity_limits: true
max_velocity: 2.4434609527920612
has_acceleration_limits: true
max_acceleration: 10.0
- A6:
+ lbr_A6:
has_velocity_limits: true
max_velocity: 3.1415926535897931
has_acceleration_limits: true
max_acceleration: 10.0
- A7:
+ lbr_A7:
has_velocity_limits: true
max_velocity: 3.1415926535897931
has_acceleration_limits: true
diff --git a/lbr_moveit_config/iiwa7_moveit_config/config/moveit.rviz b/lbr_moveit_config/iiwa7_moveit_config/config/moveit.rviz
index c2cac1a0..9fea5cff 100644
--- a/lbr_moveit_config/iiwa7_moveit_config/config/moveit.rviz
+++ b/lbr_moveit_config/iiwa7_moveit_config/config/moveit.rviz
@@ -66,47 +66,47 @@ Visualization Manager:
Expand Link Details: false
Expand Tree: false
Link Tree Style: Links in Alphabetic Order
- link_0:
+ lbr_link_0:
Alpha: 1
Show Axes: false
Show Trail: false
Value: true
- link_1:
+ lbr_link_1:
Alpha: 1
Show Axes: false
Show Trail: false
Value: true
- link_2:
+ lbr_link_2:
Alpha: 1
Show Axes: false
Show Trail: false
Value: true
- link_3:
+ lbr_link_3:
Alpha: 1
Show Axes: false
Show Trail: false
Value: true
- link_4:
+ lbr_link_4:
Alpha: 1
Show Axes: false
Show Trail: false
Value: true
- link_5:
+ lbr_link_5:
Alpha: 1
Show Axes: false
Show Trail: false
Value: true
- link_6:
+ lbr_link_6:
Alpha: 1
Show Axes: false
Show Trail: false
Value: true
- link_7:
+ lbr_link_7:
Alpha: 1
Show Axes: false
Show Trail: false
Value: true
- link_ee:
+ lbr_link_ee:
Alpha: 1
Show Axes: false
Show Trail: false
@@ -160,47 +160,47 @@ Visualization Manager:
Expand Link Details: false
Expand Tree: false
Link Tree Style: Links in Alphabetic Order
- link_0:
+ lbr_link_0:
Alpha: 1
Show Axes: false
Show Trail: false
Value: true
- link_1:
+ lbr_link_1:
Alpha: 1
Show Axes: false
Show Trail: false
Value: true
- link_2:
+ lbr_link_2:
Alpha: 1
Show Axes: false
Show Trail: false
Value: true
- link_3:
+ lbr_link_3:
Alpha: 1
Show Axes: false
Show Trail: false
Value: true
- link_4:
+ lbr_link_4:
Alpha: 1
Show Axes: false
Show Trail: false
Value: true
- link_5:
+ lbr_link_5:
Alpha: 1
Show Axes: false
Show Trail: false
Value: true
- link_6:
+ lbr_link_6:
Alpha: 1
Show Axes: false
Show Trail: false
Value: true
- link_7:
+ lbr_link_7:
Alpha: 1
Show Axes: false
Show Trail: false
Value: true
- link_ee:
+ lbr_link_ee:
Alpha: 1
Show Axes: false
Show Trail: false
diff --git a/lbr_moveit_config/iiwa7_moveit_config/config/moveit_controllers.yaml b/lbr_moveit_config/iiwa7_moveit_config/config/moveit_controllers.yaml
index 15869edc..ce72820a 100644
--- a/lbr_moveit_config/iiwa7_moveit_config/config/moveit_controllers.yaml
+++ b/lbr_moveit_config/iiwa7_moveit_config/config/moveit_controllers.yaml
@@ -9,12 +9,12 @@ moveit_simple_controller_manager:
joint_trajectory_controller:
type: FollowJointTrajectory
joints:
- - A1
- - A2
- - A3
- - A4
- - A5
- - A6
- - A7
+ - lbr_A1
+ - lbr_A2
+ - lbr_A3
+ - lbr_A4
+ - lbr_A5
+ - lbr_A6
+ - lbr_A7
action_ns: follow_joint_trajectory
default: true
\ No newline at end of file
diff --git a/lbr_moveit_config/med14_moveit_config/config/joint_limits.yaml b/lbr_moveit_config/med14_moveit_config/config/joint_limits.yaml
index ae4149e9..0ab19715 100644
--- a/lbr_moveit_config/med14_moveit_config/config/joint_limits.yaml
+++ b/lbr_moveit_config/med14_moveit_config/config/joint_limits.yaml
@@ -8,37 +8,37 @@ default_acceleration_scaling_factor: 0.1
# Specific joint properties can be changed with the keys [max_position, min_position, max_velocity, max_acceleration]
# Joint limits can be turned off with [has_velocity_limits, has_acceleration_limits]
joint_limits:
- A1:
+ lbr_A1:
has_velocity_limits: true
max_velocity: 1.4835298641951802
has_acceleration_limits: true
max_acceleration: 10.0
- A2:
+ lbr_A2:
has_velocity_limits: true
max_velocity: 1.4835298641951802
has_acceleration_limits: true
max_acceleration: 10.0
- A3:
+ lbr_A3:
has_velocity_limits: true
max_velocity: 1.7453292519943295
has_acceleration_limits: true
max_acceleration: 10.0
- A4:
+ lbr_A4:
has_velocity_limits: true
max_velocity: 1.3089969389957472
has_acceleration_limits: true
max_acceleration: 10.0
- A5:
+ lbr_A5:
has_velocity_limits: true
max_velocity: 2.2689280275926285
has_acceleration_limits: true
max_acceleration: 10.0
- A6:
+ lbr_A6:
has_velocity_limits: true
max_velocity: 2.3561944901923448
has_acceleration_limits: true
max_acceleration: 10.0
- A7:
+ lbr_A7:
has_velocity_limits: true
max_velocity: 2.3561944901923448
has_acceleration_limits: true
diff --git a/lbr_moveit_config/med14_moveit_config/config/med14.srdf b/lbr_moveit_config/med14_moveit_config/config/med14.srdf
index f5ef369c..1925c3e5 100644
--- a/lbr_moveit_config/med14_moveit_config/config/med14.srdf
+++ b/lbr_moveit_config/med14_moveit_config/config/med14.srdf
@@ -10,51 +10,51 @@
-
+
-
-
-
-
-
-
-
+
+
+
+
+
+
+
-
-
-
-
-
-
-
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/lbr_moveit_config/med14_moveit_config/config/moveit.rviz b/lbr_moveit_config/med14_moveit_config/config/moveit.rviz
index c2cac1a0..9fea5cff 100644
--- a/lbr_moveit_config/med14_moveit_config/config/moveit.rviz
+++ b/lbr_moveit_config/med14_moveit_config/config/moveit.rviz
@@ -66,47 +66,47 @@ Visualization Manager:
Expand Link Details: false
Expand Tree: false
Link Tree Style: Links in Alphabetic Order
- link_0:
+ lbr_link_0:
Alpha: 1
Show Axes: false
Show Trail: false
Value: true
- link_1:
+ lbr_link_1:
Alpha: 1
Show Axes: false
Show Trail: false
Value: true
- link_2:
+ lbr_link_2:
Alpha: 1
Show Axes: false
Show Trail: false
Value: true
- link_3:
+ lbr_link_3:
Alpha: 1
Show Axes: false
Show Trail: false
Value: true
- link_4:
+ lbr_link_4:
Alpha: 1
Show Axes: false
Show Trail: false
Value: true
- link_5:
+ lbr_link_5:
Alpha: 1
Show Axes: false
Show Trail: false
Value: true
- link_6:
+ lbr_link_6:
Alpha: 1
Show Axes: false
Show Trail: false
Value: true
- link_7:
+ lbr_link_7:
Alpha: 1
Show Axes: false
Show Trail: false
Value: true
- link_ee:
+ lbr_link_ee:
Alpha: 1
Show Axes: false
Show Trail: false
@@ -160,47 +160,47 @@ Visualization Manager:
Expand Link Details: false
Expand Tree: false
Link Tree Style: Links in Alphabetic Order
- link_0:
+ lbr_link_0:
Alpha: 1
Show Axes: false
Show Trail: false
Value: true
- link_1:
+ lbr_link_1:
Alpha: 1
Show Axes: false
Show Trail: false
Value: true
- link_2:
+ lbr_link_2:
Alpha: 1
Show Axes: false
Show Trail: false
Value: true
- link_3:
+ lbr_link_3:
Alpha: 1
Show Axes: false
Show Trail: false
Value: true
- link_4:
+ lbr_link_4:
Alpha: 1
Show Axes: false
Show Trail: false
Value: true
- link_5:
+ lbr_link_5:
Alpha: 1
Show Axes: false
Show Trail: false
Value: true
- link_6:
+ lbr_link_6:
Alpha: 1
Show Axes: false
Show Trail: false
Value: true
- link_7:
+ lbr_link_7:
Alpha: 1
Show Axes: false
Show Trail: false
Value: true
- link_ee:
+ lbr_link_ee:
Alpha: 1
Show Axes: false
Show Trail: false
diff --git a/lbr_moveit_config/med14_moveit_config/config/moveit_controllers.yaml b/lbr_moveit_config/med14_moveit_config/config/moveit_controllers.yaml
index 15869edc..ce72820a 100644
--- a/lbr_moveit_config/med14_moveit_config/config/moveit_controllers.yaml
+++ b/lbr_moveit_config/med14_moveit_config/config/moveit_controllers.yaml
@@ -9,12 +9,12 @@ moveit_simple_controller_manager:
joint_trajectory_controller:
type: FollowJointTrajectory
joints:
- - A1
- - A2
- - A3
- - A4
- - A5
- - A6
- - A7
+ - lbr_A1
+ - lbr_A2
+ - lbr_A3
+ - lbr_A4
+ - lbr_A5
+ - lbr_A6
+ - lbr_A7
action_ns: follow_joint_trajectory
default: true
\ No newline at end of file
diff --git a/lbr_moveit_config/med7_moveit_config/config/joint_limits.yaml b/lbr_moveit_config/med7_moveit_config/config/joint_limits.yaml
index e97eee4e..2a2bc84e 100644
--- a/lbr_moveit_config/med7_moveit_config/config/joint_limits.yaml
+++ b/lbr_moveit_config/med7_moveit_config/config/joint_limits.yaml
@@ -8,37 +8,37 @@ default_acceleration_scaling_factor: 0.1
# Specific joint properties can be changed with the keys [max_position, min_position, max_velocity, max_acceleration]
# Joint limits can be turned off with [has_velocity_limits, has_acceleration_limits]
joint_limits:
- A1:
+ lbr_A1:
has_velocity_limits: true
max_velocity: 1.7104226669544429
has_acceleration_limits: true
max_acceleration: 10.0
- A2:
+ lbr_A2:
has_velocity_limits: true
max_velocity: 1.7104226669544429
has_acceleration_limits: true
max_acceleration: 10.0
- A3:
+ lbr_A3:
has_velocity_limits: true
max_velocity: 1.7453292519943295
has_acceleration_limits: true
max_acceleration: 10.0
- A4:
+ lbr_A4:
has_velocity_limits: true
max_velocity: 2.2689280275926285
has_acceleration_limits: true
max_acceleration: 10.0
- A5:
+ lbr_A5:
has_velocity_limits: true
max_velocity: 2.4434609527920612
has_acceleration_limits: true
max_acceleration: 10.0
- A6:
+ lbr_A6:
has_velocity_limits: true
max_velocity: 3.1415926535897931
has_acceleration_limits: true
max_acceleration: 10.0
- A7:
+ lbr_A7:
has_velocity_limits: true
max_velocity: 3.1415926535897931
has_acceleration_limits: true
diff --git a/lbr_moveit_config/med7_moveit_config/config/med7.srdf b/lbr_moveit_config/med7_moveit_config/config/med7.srdf
index 1b4932a5..63e98c43 100644
--- a/lbr_moveit_config/med7_moveit_config/config/med7.srdf
+++ b/lbr_moveit_config/med7_moveit_config/config/med7.srdf
@@ -10,51 +10,51 @@
-
+
-
-
-
-
-
-
-
+
+
+
+
+
+
+
-
-
-
-
-
-
-
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/lbr_moveit_config/med7_moveit_config/config/moveit.rviz b/lbr_moveit_config/med7_moveit_config/config/moveit.rviz
index c2cac1a0..9fea5cff 100644
--- a/lbr_moveit_config/med7_moveit_config/config/moveit.rviz
+++ b/lbr_moveit_config/med7_moveit_config/config/moveit.rviz
@@ -66,47 +66,47 @@ Visualization Manager:
Expand Link Details: false
Expand Tree: false
Link Tree Style: Links in Alphabetic Order
- link_0:
+ lbr_link_0:
Alpha: 1
Show Axes: false
Show Trail: false
Value: true
- link_1:
+ lbr_link_1:
Alpha: 1
Show Axes: false
Show Trail: false
Value: true
- link_2:
+ lbr_link_2:
Alpha: 1
Show Axes: false
Show Trail: false
Value: true
- link_3:
+ lbr_link_3:
Alpha: 1
Show Axes: false
Show Trail: false
Value: true
- link_4:
+ lbr_link_4:
Alpha: 1
Show Axes: false
Show Trail: false
Value: true
- link_5:
+ lbr_link_5:
Alpha: 1
Show Axes: false
Show Trail: false
Value: true
- link_6:
+ lbr_link_6:
Alpha: 1
Show Axes: false
Show Trail: false
Value: true
- link_7:
+ lbr_link_7:
Alpha: 1
Show Axes: false
Show Trail: false
Value: true
- link_ee:
+ lbr_link_ee:
Alpha: 1
Show Axes: false
Show Trail: false
@@ -160,47 +160,47 @@ Visualization Manager:
Expand Link Details: false
Expand Tree: false
Link Tree Style: Links in Alphabetic Order
- link_0:
+ lbr_link_0:
Alpha: 1
Show Axes: false
Show Trail: false
Value: true
- link_1:
+ lbr_link_1:
Alpha: 1
Show Axes: false
Show Trail: false
Value: true
- link_2:
+ lbr_link_2:
Alpha: 1
Show Axes: false
Show Trail: false
Value: true
- link_3:
+ lbr_link_3:
Alpha: 1
Show Axes: false
Show Trail: false
Value: true
- link_4:
+ lbr_link_4:
Alpha: 1
Show Axes: false
Show Trail: false
Value: true
- link_5:
+ lbr_link_5:
Alpha: 1
Show Axes: false
Show Trail: false
Value: true
- link_6:
+ lbr_link_6:
Alpha: 1
Show Axes: false
Show Trail: false
Value: true
- link_7:
+ lbr_link_7:
Alpha: 1
Show Axes: false
Show Trail: false
Value: true
- link_ee:
+ lbr_link_ee:
Alpha: 1
Show Axes: false
Show Trail: false
diff --git a/lbr_moveit_config/med7_moveit_config/config/moveit_controllers.yaml b/lbr_moveit_config/med7_moveit_config/config/moveit_controllers.yaml
index 15869edc..ce72820a 100644
--- a/lbr_moveit_config/med7_moveit_config/config/moveit_controllers.yaml
+++ b/lbr_moveit_config/med7_moveit_config/config/moveit_controllers.yaml
@@ -9,12 +9,12 @@ moveit_simple_controller_manager:
joint_trajectory_controller:
type: FollowJointTrajectory
joints:
- - A1
- - A2
- - A3
- - A4
- - A5
- - A6
- - A7
+ - lbr_A1
+ - lbr_A2
+ - lbr_A3
+ - lbr_A4
+ - lbr_A5
+ - lbr_A6
+ - lbr_A7
action_ns: follow_joint_trajectory
default: true
\ No newline at end of file
diff --git a/lbr_ros2_control/config/lbr_controllers.yaml b/lbr_ros2_control/config/lbr_controllers.yaml
index c7939d25..f8fc7aad 100644
--- a/lbr_ros2_control/config/lbr_controllers.yaml
+++ b/lbr_ros2_control/config/lbr_controllers.yaml
@@ -38,19 +38,19 @@
/**/force_torque_broadcaster:
ros__parameters:
- frame_id: lbr/link_ee # namespace: https://github.com/ros2/rviz/issues/1103
+ frame_id: lbr_link_ee # namespace: https://github.com/ros2/rviz/issues/1103
sensor_name: estimated_ft_sensor
/**/joint_trajectory_controller:
ros__parameters:
joints:
- - A1
- - A2
- - A3
- - A4
- - A5
- - A6
- - A7
+ - lbr_A1
+ - lbr_A2
+ - lbr_A3
+ - lbr_A4
+ - lbr_A5
+ - lbr_A6
+ - lbr_A7
command_interfaces:
- position
state_interfaces:
@@ -62,11 +62,11 @@
/**/forward_position_controller:
ros__parameters:
joints:
- - A1
- - A2
- - A3
- - A4
- - A5
- - A6
- - A7
+ - lbr_A1
+ - lbr_A2
+ - lbr_A3
+ - lbr_A4
+ - lbr_A5
+ - lbr_A6
+ - lbr_A7
interface_name: position