-
Notifications
You must be signed in to change notification settings - Fork 237
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
move_group name set to ur_manipulator for every ur_type
- Loading branch information
Felix Durchdewald
authored and
Felix Durchdewald
committed
Dec 12, 2023
1 parent
7b4c968
commit 1ae71fa
Showing
3 changed files
with
7 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,11 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<robot xmlns:xacro="http://wiki.ros.org/xacro" name="$(arg name)"> | ||
|
||
<!-- robot name parameter --> | ||
<xacro:arg name="name" default="ur"/> | ||
<!-- parameters --> | ||
<xacro:arg name="prefix" default="" /> | ||
|
||
<xacro:include filename="$(find ur_moveit_config)/srdf/ur_macro.srdf.xacro"/> | ||
|
||
<xacro:ur_srdf name="$(arg name)" prefix="$(arg prefix)"/> | ||
<xacro:ur_srdf prefix="$(arg prefix)"/> | ||
|
||
</robot> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters