Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
robotpkg-wip
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
Gepetto
robotpkg-wip
Commits
5c623420
Commit
5c623420
authored
5 years ago
by
Olivier Stasse
Browse files
Options
Downloads
Patches
Plain Diff
[wip/tiago-data] Release v1.0.2
Add TIAGO urdf without wheels. Update PLIST
parent
3dff469a
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
tiago-data/Makefile
+1
-2
1 addition, 2 deletions
tiago-data/Makefile
tiago-data/PLIST
+4
-1
4 additions, 1 deletion
tiago-data/PLIST
tiago-data/distinfo
+3
-4
3 additions, 4 deletions
tiago-data/distinfo
tiago-data/patches/patch-aa
+0
-33
0 additions, 33 deletions
tiago-data/patches/patch-aa
with
8 additions
and
40 deletions
tiago-data/Makefile
+
1
−
2
View file @
5c623420
...
...
@@ -3,14 +3,13 @@
#
ORG
=
stack-of-tasks
VERSION
=
1.0.
0
VERSION
=
1.0.
2
PKGBASE
=
tiago-data
DISTNAME
=
${
VERSION
}
PKGNAME
=
${
PKGBASE
}
-
${
VERSION
}
ROSNAME
=
$(
subst -,_,
${
PKGBASE
})
WRKSRC
=
${
WRKDIR
}
/
${
ROSNAME
}
-
${
VERSION
}
DIST_SUBDIR
=
${
PKGBASE
}
PKGREVISION
=
1
CATEGORIES
=
wip
...
...
This diff is collapsed.
Click to expand it.
tiago-data/PLIST
+
4
−
1
View file @
5c623420
@comment Tue A
pr 30 18:56
:0
4
CEST 2019
@comment Tue A
ug 27 04:34
:0
8
CEST 2019
lib/pkgconfig/tiago_data.pc
share/roscontrol_sot_talos/config/sot_talos_params_control_mode.yaml
share/roscontrol_sot_talos/config/sot_talos_params_control_mode_effort.yaml
share/tiago_data/Media/materials/scripts/markers.material
share/tiago_data/Media/materials/textures/aruco-26_8cm.png
share/tiago_data/Media/materials/textures/aruco-582_8cm.png
...
...
@@ -55,6 +57,7 @@ share/tiago_data/package.xml
share/tiago_data/robots/show.launch
share/tiago_data/robots/tiago.urdf.xacro
share/tiago_data/robots/tiago_steel.urdf
share/tiago_data/robots/tiago_steel_without_wheels.urdf
share/tiago_data/robots/tiago_titanium.urdf
share/tiago_data/robots/upload.launch
share/tiago_data/urdf/arm/arm.transmission.xacro
...
...
This diff is collapsed.
Click to expand it.
tiago-data/distinfo
+
3
−
4
View file @
5c623420
SHA1 (tiago-data/1.0.0.tar.gz) = b1a528c212de6d972607138869c8e4d1977855e5
RMD160 (tiago-data/1.0.0.tar.gz) = 1141f351b4d9b7bbe6f526aa87dfac994c151fe8
Size (tiago-data/1.0.0.tar.gz) = 5309877 bytes
SHA1 (patch-aa) = e71d2c9b4c579440fdb702f3b457a1146dbf2726
SHA1 (tiago-data/1.0.2.tar.gz) = f8e9d8ce07ebc1a6f80d48d620e998e0bb733002
RMD160 (tiago-data/1.0.2.tar.gz) = 88ba189c3ddeee3549ae1a48a7f7122c5b22e08c
Size (tiago-data/1.0.2.tar.gz) = 5317922 bytes
This diff is collapsed.
Click to expand it.
tiago-data/patches/patch-aa
deleted
100644 → 0
+
0
−
33
View file @
3dff469a
--- robots/tiago_steel.urdf
+++ robots/tiago_steel.urdf
@@ -562,12 +562,12 @@
<dynamics damping="100"/>
<safety_controller k_position="0" k_velocity="10" soft_lower_limit="-0.005" soft_upper_limit="0.005"/>
</joint>
- <joint name="wheel_right_joint" type="fixed">
+ <joint name="wheel_right_joint" type="revolute">
<parent link="suspension_right_link"/>
<child link="wheel_right_link"/>
<origin rpy="-1.57079632679 0 0" xyz="0 -0.2022 0"/>
<axis xyz="0 0 1"/>
- <limit effort="6.0" velocity="10.152284264"/>
+ <limit effort="6.0" velocity="10.152284264" lower="-inf" upper="inf"/>
</joint>
<transmission name="wheel_right_trans">
<type>transmission_interface/SimpleTransmission</type>
@@ -630,12 +630,12 @@
<dynamics damping="100"/>
<safety_controller k_position="0" k_velocity="10" soft_lower_limit="-0.005" soft_upper_limit="0.005"/>
</joint>
- <joint name="wheel_left_joint" type="fixed">
+ <joint name="wheel_left_joint" type="revolute">
<parent link="suspension_left_link"/>
<child link="wheel_left_link"/>
<origin rpy="-1.57079632679 0 0" xyz="0 0.2022 0"/>
<axis xyz="0 0 1"/>
- <limit effort="6.0" velocity="10.152284264"/>
+ <limit effort="6.0" velocity="10.152284264" lower="-inf" upper="inf"/>
</joint>
<transmission name="wheel_left_trans">
<type>transmission_interface/SimpleTransmission</type>
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