Skip to content

Commit

Permalink
[MoveIt configs] use joint limits from description
Browse files Browse the repository at this point in the history
  • Loading branch information
fmauch committed Oct 17, 2023
1 parent 0edbc91 commit 7ac22f8
Show file tree
Hide file tree
Showing 14 changed files with 7 additions and 245 deletions.
34 changes: 0 additions & 34 deletions ur10_moveit_config/config/joint_limits.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion ur10_moveit_config/launch/planning_context.launch
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<!-- Load updated joint limits (override information from URDF) -->
<group ns="$(arg robot_description)_planning">
<rosparam command="load" file="$(find ur10_moveit_config)/config/joint_limits.yaml"/>
<rosparam command="load" file="$(find ur_description)/config/ur10/joint_limits.yaml"/>
</group>

<!-- Load default settings for kinematics; these settings are overridden by settings in a node's namespace -->
Expand Down
34 changes: 0 additions & 34 deletions ur10e_moveit_config/config/joint_limits.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion ur10e_moveit_config/launch/planning_context.launch
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<!-- Load updated joint limits (override information from URDF) -->
<group ns="$(arg robot_description)_planning">
<rosparam command="load" file="$(find ur10e_moveit_config)/config/joint_limits.yaml"/>
<rosparam command="load" file="$(find ur_description)/config/ur10e/joint_limits.yaml"/>
</group>

<!-- Load default settings for kinematics; these settings are overridden by settings in a node's namespace -->
Expand Down
34 changes: 0 additions & 34 deletions ur16e_moveit_config/config/joint_limits.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion ur16e_moveit_config/launch/planning_context.launch
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<!-- Load updated joint limits (override information from URDF) -->
<group ns="$(arg robot_description)_planning">
<rosparam command="load" file="$(find ur16e_moveit_config)/config/joint_limits.yaml"/>
<rosparam command="load" file="$(find ur_description)/config/ur16e/joint_limits.yaml"/>
</group>

<!-- Load default settings for kinematics; these settings are overridden by settings in a node's namespace -->
Expand Down
34 changes: 0 additions & 34 deletions ur3_moveit_config/config/joint_limits.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion ur3_moveit_config/launch/planning_context.launch
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<!-- Load updated joint limits (override information from URDF) -->
<group ns="$(arg robot_description)_planning">
<rosparam command="load" file="$(find ur3_moveit_config)/config/joint_limits.yaml"/>
<rosparam command="load" file="$(find ur_description)/config/ur3/joint_limits.yaml"/>
</group>

<!-- Load default settings for kinematics; these settings are overridden by settings in a node's namespace -->
Expand Down
34 changes: 0 additions & 34 deletions ur3e_moveit_config/config/joint_limits.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion ur3e_moveit_config/launch/planning_context.launch
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<!-- Load updated joint limits (override information from URDF) -->
<group ns="$(arg robot_description)_planning">
<rosparam command="load" file="$(find ur3e_moveit_config)/config/joint_limits.yaml"/>
<rosparam command="load" file="$(find ur_description)/config/ur3e/joint_limits.yaml"/>
</group>

<!-- Load default settings for kinematics; these settings are overridden by settings in a node's namespace -->
Expand Down
34 changes: 0 additions & 34 deletions ur5_moveit_config/config/joint_limits.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion ur5_moveit_config/launch/planning_context.launch
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<!-- Load updated joint limits (override information from URDF) -->
<group ns="$(arg robot_description)_planning">
<rosparam command="load" file="$(find ur5_moveit_config)/config/joint_limits.yaml"/>
<rosparam command="load" file="$(find ur_description)/config/ur5/joint_limits.yaml"/>
</group>

<!-- Load default settings for kinematics; these settings are overridden by settings in a node's namespace -->
Expand Down
34 changes: 0 additions & 34 deletions ur5e_moveit_config/config/joint_limits.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion ur5e_moveit_config/launch/planning_context.launch
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<!-- Load updated joint limits (override information from URDF) -->
<group ns="$(arg robot_description)_planning">
<rosparam command="load" file="$(find ur5e_moveit_config)/config/joint_limits.yaml"/>
<rosparam command="load" file="$(find ur_description)/config/ur5e/joint_limits.yaml"/>
</group>

<!-- Load default settings for kinematics; these settings are overridden by settings in a node's namespace -->
Expand Down

0 comments on commit 7ac22f8

Please sign in to comment.