Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[MoveIt configs] use joint limits from description #668

Draft
wants to merge 1 commit into
base: noetic-devel
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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