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
7b9275f6
Commit
7b9275f6
authored
2 years ago
by
Robert Haschke
Browse files
Options
Downloads
Patches
Plain Diff
Unify calls to xacro
parent
a704b4ba
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
launch/planning_context.launch
+2
-2
2 additions, 2 deletions
launch/planning_context.launch
with
2 additions
and
2 deletions
launch/planning_context.launch
+
2
−
2
View file @
7b9275f6
...
@@ -8,10 +8,10 @@
...
@@ -8,10 +8,10 @@
<arg name="robot_description" default="robot_description"/>
<arg name="robot_description" default="robot_description"/>
<!-- Load universal robot description format (URDF) -->
<!-- Load universal robot description format (URDF) -->
<param
if="$(arg load_robot_description)"
name="$(arg robot_description)" command="xacro
hand:=$(arg load_gripper)
'$(find franka_description)/robots/panda_arm.urdf.xacro'
arm_id:=$(arg arm_id)"
/>
<param name="$(arg robot_description)" command="xacro '$(find franka_description)/robots/panda_arm.urdf.xacro'
hand:=$(arg load_gripper) arm_id:=$(arg arm_id)" if="$(arg load_robot_description)"
/>
<!-- The semantic description that corresponds to the URDF -->
<!-- The semantic description that corresponds to the URDF -->
<param name="$(arg robot_description)_semantic" command="
$(find xacro)/
xacro '$(find panda_moveit_config)/config/panda.srdf.xacro' hand:=$(arg load_gripper) arm_id:=$(arg arm_id)"/>
<param name="$(arg robot_description)_semantic" command="xacro '$(find panda_moveit_config)/config/panda.srdf.xacro' hand:=$(arg load_gripper) arm_id:=$(arg arm_id)"
/>
<!-- Load updated joint limits (override information from URDF) -->
<!-- Load updated joint limits (override information from URDF) -->
<group ns="$(arg robot_description)_planning">
<group ns="$(arg robot_description)_planning">
...
...
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