Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
T
talos-data
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
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
Stack Of Tasks
talos-data
Commits
1f2e1cd2
Commit
1f2e1cd2
authored
5 years ago
by
Olivier Stasse
Browse files
Options
Downloads
Patches
Plain Diff
Add fixed link.
parent
db8e0d4e
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
urdf/talos_full_common.urdf.xacro
+4
-3
4 additions, 3 deletions
urdf/talos_full_common.urdf.xacro
urdf/torso/torso.urdf.xacro
+9
-0
9 additions, 0 deletions
urdf/torso/torso.urdf.xacro
with
13 additions
and
3 deletions
urdf/talos_full_common.urdf.xacro
+
4
−
3
View file @
1f2e1cd2
...
@@ -22,10 +22,11 @@
...
@@ -22,10 +22,11 @@
<xacro:include
filename=
"$(find talos_data)/urdf/arm/arm.urdf.xacro"
/>
<xacro:include
filename=
"$(find talos_data)/urdf/arm/arm.urdf.xacro"
/>
<xacro:include
filename=
"$(find talos_data)/urdf/sensors/ftsensor.urdf.xacro"
/>
<xacro:include
filename=
"$(find talos_data)/urdf/sensors/ftsensor.urdf.xacro"
/>
<xacro:include
filename=
"$(find talos_data)/urdf/gripper/gripper.urdf.xacro"
/>
<xacro:include
filename=
"$(find talos_data)/urdf/gripper/gripper.urdf.xacro"
/>
<!--
<xacro:if value="$(arg enable_leg_passive)">
-->
<xacro:if
value=
"$(arg enable_leg_passive)"
>
<xacro:include
filename=
"$(find talos_data)/urdf/leg/leg_passive.urdf.xacro"
/>
<xacro:include
filename=
"$(find talos_data)/urdf/leg/leg_passive.urdf.xacro"
/>
<!-- </xacro:if> -->
</xacro:if>
<!-- <xacro:unless value="$(arg enable_leg_passive)">
<xacro:unless
name=
"var_enable_leg_passive"
value=
"$(arg enable_leg_passive)"
/>
<xacro:unless
value=
"${var_enable_leg_passive != 'true'}"
>
<xacro:include
filename=
"$(find talos_data)/urdf/leg/leg.urdf.xacro"
/>
<xacro:include
filename=
"$(find talos_data)/urdf/leg/leg.urdf.xacro"
/>
</xacro:unless>
-->
</xacro:unless>
-->
...
...
This diff is collapsed.
Click to expand it.
urdf/torso/torso.urdf.xacro
+
9
−
0
View file @
1f2e1cd2
...
@@ -105,6 +105,15 @@
...
@@ -105,6 +105,15 @@
</collision>
</collision>
</link>
</link>
<!-- <xacro:if value="$(arg enable_fixed_robot)"> -->
<link
name=
"world"
/>
<joint
name=
"fixed"
type=
"fixed"
>
<parent
link=
"world"
/>
<child
link=
"base_link"
/>
</joint>
<!-- </xacro:if> -->
<joint
name=
"${name}_2_joint"
type=
"revolute"
>
<joint
name=
"${name}_2_joint"
type=
"revolute"
>
<parent
link=
"${name}_1_link"
/>
<parent
link=
"${name}_1_link"
/>
<child
link=
"${name}_2_link"
/>
<child
link=
"${name}_2_link"
/>
...
...
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