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
Guilhem Saurel
talos-data
Commits
310ed0d9
Commit
310ed0d9
authored
8 years ago
by
Hilario Tome
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' of gitlab:robots/tor_robot
parents
d2db979b
356527dc
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
tor_description/urdf/leg/leg.urdf.xacro
+5
-65
5 additions, 65 deletions
tor_description/urdf/leg/leg.urdf.xacro
with
5 additions
and
65 deletions
tor_description/urdf/leg/leg.urdf.xacro
+
5
−
65
View file @
310ed0d9
<?xml version="1.0"?>
<?xml version="1.0"?>
<robot
xmlns:xacro=
"http://ros.org/wiki/xacro"
name=
"tor"
>
<robot
name=
"tor"
xmlns:xacro=
"http://ros.org/wiki/xacro"
>
<!--
<xacro:include
filename=
"$(find tor_description)/urdf/leg/leg.transmission.xacro"
/>
<link name="base_link">
<xacro:property
name=
"leg_reduction"
value=
"1.0"
/>
<inertial>
<xacro:property
name=
"leg_friction"
value=
"0.0"
/>
<origin xyz="0.0 0.0 0.36" rpy="0 0 0"/>
<xacro:property
name=
"leg_damping"
value=
"0.0"
/>
<mass value="34.0" />
<inertia ixx="0.1" ixy="0.0" ixz="0.0" iyy="0.1" iyz="0.0" izz="0.1" />
</inertial>
<visual>
<origin rpy="0 0 0" xyz="0 0 0"/>
<geometry>
<mesh filename="package://tor_description/meshes/torso_dummy.stl" scale="1 1 1"/>
</geometry>
</visual>
<collision>
<origin rpy="0 0 0" xyz="0 0 0.05"/>
<geometry>
<box size="0.1 0.3 0.1"/>
</geometry>
</collision>
</link>
-->
<!--
<link name="torso_link">
<inertial>
<origin xyz="0.0 0.0 0.4" rpy="0 0 0"/>
<mass value="50.0" />
<inertia ixx="0.03" ixy="0.0" ixz="0.0" iyy="0.03" iyz="0.0" izz="0.03" />
</inertial>
<visual>
<origin rpy="0 0 0" xyz="0 0 0.3"/>
<geometry>
<box size="0.1 0.1 0.45"/>
</geometry>
</visual>
<collision>
<origin rpy="0 0 0" xyz="0 0 0.3"/>
<geometry>
<box size="0.1 0.1 0.45"/>
</geometry>
</collision>
</link>
<joint name="torso_fixed_joint" type="fixed">
<parent link="base_link" />
<child link="torso_link" />
<origin xyz="0.0 0.0 0.0" rpy="0 0 0" />
<axis xyz="0 0 1" />
</joint>
-->
<xacro:include
filename=
"$(find tor_description)/urdf/leg/leg.transmission.xacro"
/>
<xacro:property
name=
"leg_reduction"
value=
"1.0"
/>
<xacro:macro
name=
"tor_leg"
params=
"prefix reflect"
>
<xacro:macro
name=
"tor_leg"
params=
"prefix reflect"
>
<xacro:property
name=
"leg_friction"
value=
"0.0"
/>
<xacro:property
name=
"leg_damping"
value=
"0.0"
/>
<link
name=
"leg_${prefix}_1_link"
>
<link
name=
"leg_${prefix}_1_link"
>
<inertial>
<inertial>
...
...
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