Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
Panda Moveit Config
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Guillaume Duret
Panda Moveit Config
Commits
9580da54
Commit
9580da54
authored
3 years ago
by
Robert Haschke
Browse files
Options
Downloads
Patches
Plain Diff
Adapt names: arm -> manipulator, tool -> hand_tcp
parent
cb900ec3
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
config/panda.srdf.xacro
+2
-2
2 additions, 2 deletions
config/panda.srdf.xacro
with
2 additions
and
2 deletions
config/panda.srdf.xacro
+
2
−
2
View file @
9580da54
...
...
@@ -5,7 +5,7 @@
-->
<robot
xmlns:xacro=
"http://www.ros.org/wiki/xacro"
name=
"panda"
>
<xacro:include
filename=
"$(find panda_moveit_config)/config/arm.xacro"
/>
<xacro:arm
name=
"
arm
"
tip_link=
"panda_
tool
"
/>
<xacro:arm
name=
"
manipulator
"
tip_link=
"panda_
hand_tcp
"
/>
<!-- old group name with old end-effector link -->
<xacro:arm
name=
"panda_arm"
tip_link=
"panda_link8"
/>
...
...
@@ -17,7 +17,7 @@
<xacro:hand
/>
<!--END EFFECTOR: Purpose: Represent information about an end effector.-->
<end_effector
name=
"
tool
"
parent_link=
"panda_
tool
"
group=
"hand"
parent_group=
"
arm
"
/>
<end_effector
name=
"
hand_tcp
"
parent_link=
"panda_
hand_tcp
"
group=
"hand"
parent_group=
"
manipulator
"
/>
<!-- old end-effector -->
<end_effector
name=
"hand"
parent_link=
"panda_link8"
group=
"hand"
parent_group=
"panda_arm"
/>
</xacro:if>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment