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
54263efc
Commit
54263efc
authored
3 years ago
by
Robert Haschke
Browse files
Options
Downloads
Patches
Plain Diff
Define "manipulator" group only if hand:=true
parent
b645ff68
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
config/panda.srdf.xacro
+3
-2
3 additions, 2 deletions
config/panda.srdf.xacro
with
3 additions
and
2 deletions
config/panda.srdf.xacro
+
3
−
2
View file @
54263efc
...
@@ -5,14 +5,15 @@
...
@@ -5,14 +5,15 @@
-->
-->
<robot
xmlns:xacro=
"http://www.ros.org/wiki/xacro"
name=
"panda"
>
<robot
xmlns:xacro=
"http://www.ros.org/wiki/xacro"
name=
"panda"
>
<xacro:include
filename=
"$(find panda_moveit_config)/config/arm.xacro"
/>
<xacro:include
filename=
"$(find panda_moveit_config)/config/arm.xacro"
/>
<xacro:arm
name=
"manipulator"
tip_link=
"panda_hand_tcp"
/>
<!-- panda_arm group: eef frame aligned to robot's flanche -->
<!-- old group name with old end-effector link -->
<xacro:arm
name=
"panda_arm"
tip_link=
"panda_link8"
/>
<xacro:arm
name=
"panda_arm"
tip_link=
"panda_link8"
/>
<xacro:arg
name=
"hand"
default=
"false"
/>
<xacro:arg
name=
"hand"
default=
"false"
/>
<!--Add the hand if people request it-->
<!--Add the hand if people request it-->
<xacro:if
value=
"$(arg hand)"
>
<xacro:if
value=
"$(arg hand)"
>
<!-- manipulator group: eef frame aligned to hand -->
<xacro:arm
name=
"manipulator"
tip_link=
"panda_hand_tcp"
/>
<xacro:include
filename=
"$(find panda_moveit_config)/config/hand.xacro"
/>
<xacro:include
filename=
"$(find panda_moveit_config)/config/hand.xacro"
/>
<xacro:hand
/>
<xacro:hand
/>
...
...
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