Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
306 commits
Select commit Hold shift + click to select a range
57013bc
[pool]: formatting [ci skip]
costashatz Sep 28, 2020
6cf09da
Merge pull request #100 from resibots/robot_pool
costashatz Sep 28, 2020
4fed328
start working on the placeholders
jbmouret Sep 28, 2020
dfbadae
extend the allowed glyphs
jbmouret Sep 28, 2020
cfa75cf
status bar
jbmouret Sep 28, 2020
c20ce77
trying to fix python (blindly) -- additional methods are missing
jbmouret Sep 28, 2020
e779f55
save the real_time in the scheduler
jbmouret Sep 29, 2020
48cd800
increase the number of characters in the text
jbmouret Sep 29, 2020
9b44569
add Python bindings to new methods in simu for set text
jbmouret Sep 29, 2020
0f53e3c
[gui]: put all debug data into a struct
costashatz Oct 1, 2020
85a75c9
[gui]: fix status bar and re-draw static text everytime
costashatz Oct 1, 2020
76e2a15
working ...
jbmouret Oct 1, 2020
f1c583f
working ...
jbmouret Oct 1, 2020
f2f9cb2
[gui]: status bar shows time and cannot be altered, text panel empty …
costashatz Oct 1, 2020
db00e63
First draft of a Talos class
jbmouret Oct 2, 2020
670be9e
First draft of a Talos class
jbmouret Oct 2, 2020
48155b3
add a talos light class
jbmouret Oct 2, 2020
7e50280
add a talos light class
jbmouret Oct 2, 2020
1732de7
add icub
jbmouret Oct 2, 2020
9e6b47c
add icub
jbmouret Oct 2, 2020
f0b89c2
improve Talos example
jbmouret Oct 2, 2020
91ac1cf
improve Talos example
jbmouret Oct 2, 2020
e501b34
improve the text of the status bar
jbmouret Oct 2, 2020
59e3d1c
tuning the status br
jbmouret Oct 2, 2020
dcb7009
[ci skip]: styling change
costashatz Oct 2, 2020
acfaecd
add a nice background to the status bar
jbmouret Oct 2, 2020
1016dd7
[WIP] torque sensor class
Oct 2, 2020
767cf6d
fix the bug with rescaling of the status bar
jbmouret Oct 2, 2020
b1f1607
[gui]: fix for crashing at end and reducing text
costashatz Oct 2, 2020
a646b7e
[gui]: fix for rectangle under text
costashatz Oct 3, 2020
5e9969f
[gui]: bg rectangle is disabled by default, enabled for status bar
costashatz Oct 3, 2020
ef6368a
[gui]: forgotten color
costashatz Oct 3, 2020
b193b71
Merge pull request #101 from resibots/placeholders
costashatz Oct 3, 2020
fc5277a
[pool]: deadlock fix and nicer reset
costashatz Oct 3, 2020
3c1bc04
Merge pull request #103 from resibots/pool_fix
costashatz Oct 3, 2020
06a955a
motion subspace for joint torque sensor
ibergonzani Oct 5, 2020
6f71ec0
iiwa example with torque sensors
ibergonzani Oct 5, 2020
8c7dbd6
[gui]: fix text display
costashatz Oct 5, 2020
e5cfd31
Merge pull request #105 from resibots/fix_text
costashatz Oct 6, 2020
556b4e3
fix the real time factor + improve scheduler + improve status bar
jbmouret Oct 6, 2020
0664ff9
remove a useless code that I added by mystake
jbmouret Oct 6, 2020
b4cd205
torque actuation iiwa for torque sensor test
ibergonzani Oct 6, 2020
4e9c9d5
starting...
jbmouret Oct 6, 2020
c7ab036
iiwa example to show the text panel bug on mac
jbmouret Oct 6, 2020
8256400
[gui]: minor fix for text/vsync
costashatz Oct 6, 2020
8a5655a
add external force for testing
ibergonzani Oct 6, 2020
1c973b5
[scheduler]: minor things
costashatz Oct 6, 2020
d29e770
separated iiwa examples for torque sensors
ibergonzani Oct 7, 2020
16160a6
adapted the urdf file of the franka robot and added an example of it
dinies Oct 7, 2020
24ea895
removed a printout
dinies Oct 7, 2020
03f4eb9
restored a blank line in iiwa.cpp
dinies Oct 8, 2020
e818f46
make the arm move (and correct indent)
jbmouret Oct 8, 2020
e56596c
put a line back in iiwa
jbmouret Oct 8, 2020
c6ce789
[scheduler]: remove forgotten std::cout
costashatz Oct 8, 2020
ba00faf
Merge pull request #106 from resibots/status_bar
jbmouret Oct 8, 2020
39e3abb
sensor torque comparison with inverse dynamics
ibergonzani Oct 9, 2020
bc15c92
[sensor]: Update joint torque sensor
costashatz Oct 9, 2020
bc064dc
[sensor]: add a test for the torque sensor and minor fix in FT
costashatz Oct 9, 2020
4d24dd0
[robots]: new Franka URDF and minor adaptation of example
costashatz Oct 10, 2020
9f1f732
[waf]: fix minor thing
costashatz Oct 10, 2020
149568a
[gui]: fix too much specularity; now there is a parameter to tune it
costashatz Oct 10, 2020
d745255
[gui/sensor]: started clean-up to simplify API
costashatz Oct 10, 2020
b787199
[tests]: fix sensor test
costashatz Oct 10, 2020
7715642
[cmake]: adapt to new API
costashatz Oct 10, 2020
140b1b4
[clean]: make descriptors not requiring simu as well
costashatz Oct 10, 2020
ed5af28
[clean]: a bit more cleaning and exceptions/asserts
costashatz Oct 10, 2020
3d225f3
Merge pull request #112 from resibots/fix_specularity
costashatz Oct 12, 2020
b41b5fa
Merge pull request #113 from resibots/clean_up_gui_sensor
costashatz Oct 12, 2020
ed48742
[merge] merge with master
jbmouret Oct 12, 2020
44a487e
[merge] merge with master
jbmouret Oct 12, 2020
36c6932
merge with master
jbmouret Oct 12, 2020
1f42c1c
merge with master
jbmouret Oct 12, 2020
b0c19a1
Merge remote-tracking branch 'origin' into torque_sensor
costashatz Oct 12, 2020
128d4bd
[sensor]: fix torque example/test
costashatz Oct 12, 2020
9918055
Merge pull request #110 from resibots/franka_sim
costashatz Oct 12, 2020
f45d474
[examples]: fix compilation of franka
costashatz Oct 12, 2020
56a8ca6
Merge pull request #109 from resibots/torque_sensor
costashatz Oct 14, 2020
0164f98
[gui]: draw shadows correctly
costashatz Oct 15, 2020
5777b5e
[gui]: fix for parallel guis and silencing debug output
costashatz Oct 22, 2020
0c5e3ce
[sensor]: FT sensor stores wrenches
costashatz Oct 28, 2020
3214f8d
[sensor]: IMU returns angular position also (draft version)
costashatz Oct 28, 2020
d348d8d
[python]: adapt to new changes
costashatz Oct 28, 2020
a52ec07
[sensor]: imu improvements
costashatz Oct 28, 2020
7218b7d
Merge pull request #115 from resibots/ft_sensor_improvement
costashatz Oct 28, 2020
ad1aa60
[robot/simu]: friction/restitution parameters available, floor is tre…
costashatz Oct 28, 2020
4ee5443
[robot]: friction coeffs, add to python and new setters
costashatz Oct 28, 2020
e2dc872
[robot]: compatible friction/restitution with older versions of DART
costashatz Oct 29, 2020
87bd362
Merge pull request #117 from resibots/friction_coeffs
costashatz Oct 30, 2020
a9b7dad
[examples]: clean-up, [robot]: better set/get base_pose
costashatz Oct 30, 2020
3b372b2
[utils]: added helper to easily create Eigen vectors from list of num…
costashatz Oct 30, 2020
366e810
[robot]: better helper functions for damping, coulomb friction and sp…
costashatz Oct 31, 2020
4615e11
[test]: adapt to new API and add a few more tests
costashatz Oct 31, 2020
dfbad91
Merge pull request #118 from resibots/cleanup
costashatz Oct 31, 2020
afdb11c
add torque sensors to talos.hpp
jbmouret Nov 2, 2020
b272579
add torque sensors to talos.hpp
jbmouret Nov 2, 2020
e20824e
add torque sensors to Talos
jbmouret Nov 2, 2020
341329f
add torque sensors to Talos
jbmouret Nov 2, 2020
91da02b
Merge branch 'master' into font_size
jbmouret Nov 3, 2020
9a522f3
removed torques sensor from wrists (arm joint 5-7)
ibergonzani Nov 3, 2020
0f38be7
removed torques sensor from wrists (arm joint 5-7)
ibergonzani Nov 3, 2020
797fdba
make it possible to change the font size of the panel & status bar
jbmouret Nov 3, 2020
13f1f73
fix a bug in _enable
jbmouret Nov 3, 2020
762ee50
use double for font size instead of float
jbmouret Nov 4, 2020
0a1dfee
try to fix the pythin CI
jbmouret Nov 18, 2020
25eff6f
Remove the link to the dependencies (esp. assimp) since it seems that…
jbmouret Nov 27, 2020
f19d141
- add the possibility to change the background color (e.g., to white …
jbmouret Dec 8, 2020
a43dd2a
[gui]: final touches for changing font size of text
costashatz Dec 10, 2020
4514bbe
[gui]: final touches for bg color, make checkerboard colors as parame…
costashatz Dec 10, 2020
0732d0d
[waf]: put back checks in magnum_plugins
costashatz Dec 10, 2020
415e817
[python]: fix for new checkerboard arguments
costashatz Dec 10, 2020
e1d3fbb
Merge pull request #119 from resibots/font_size
costashatz Dec 10, 2020
f8819d3
Merge pull request #123 from resibots/background_color
costashatz Dec 11, 2020
5e40e63
Merge pull request #122 from resibots/fix_assimp
costashatz Dec 11, 2020
1850215
[gui]: make text rendering a parameter/default graphics configurations
costashatz Dec 11, 2020
203d247
Merge pull request #124 from resibots/deactivate_text
costashatz Dec 14, 2020
6bbd5c3
[gui]: lights can decide whether they cast shadows or not; one of def…
costashatz Dec 17, 2020
61d21a0
Merge pull request #125 from resibots/shadow_per_light
costashatz Dec 18, 2020
2ce4017
add filename to robot_pool
jbmouret Feb 4, 2021
2058ab1
[magnum]: fix for parallel contexts; requires latest Magnum
costashatz Feb 17, 2021
37448b5
Merge pull request #127 from resibots/filename_pool
costashatz Feb 23, 2021
500b11c
[gui]: disable multiple windowless contexts in Mac as it does not work
costashatz Feb 24, 2021
1ecbca4
Merge pull request #126 from resibots/parallel_context_fix
costashatz Feb 24, 2021
90bbe41
[python]: Add logMap helper functions that DART does not define
costashatz Feb 25, 2021
5176613
Add function for intrinsic camera matrix
kostastsing Mar 8, 2021
9c66b99
Fix in intrinsicMatrix function
kostastsing Mar 8, 2021
8d9fc00
Fix intrinisic matrix function name
kostastsing Mar 8, 2021
ef96ef6
[gui]: camera intrinsic/extrinsic fix
costashatz Mar 9, 2021
e98b98b
[gui]: add point cloud and fix intrinsic/extrinsic camera matrices [n…
costashatz Mar 9, 2021
2f1a287
[gui]: cameras example: make nicer the viz'
costashatz Mar 9, 2021
bdb7f86
[gui]: add python bindings for rgdb/point-cloud
costashatz Mar 10, 2021
62c07dc
[gui]: add a few comments/TODO for future reference/work
costashatz Mar 10, 2021
c6772c6
Merge pull request #129 from kostastsing/camera
costashatz Mar 10, 2021
0c2dccd
[python]: forgotten getters for camera/graphics
costashatz Mar 11, 2021
3b6a742
[gui]: allow for removals of robots
costashatz Mar 12, 2021
9ecbd34
Merge pull request #130 from resibots/remove_gui
costashatz Mar 12, 2021
0c6996e
[simu/robot]: make tf/6d pose consistent
costashatz Mar 12, 2021
8c1905e
Merge pull request #131 from resibots/fix_pose_tf
costashatz Mar 12, 2021
a288953
[robot]: remove forgotten variable
costashatz Mar 12, 2021
80995ce
[python]: base_pose_vec fix [ci skip]
costashatz Mar 23, 2021
73613bd
Updates installation instructions.
matthias-mayr Apr 21, 2021
72b249e
[docs/ci]: improvements
costashatz Apr 27, 2021
45b8344
Merge pull request #132 from matthias-mayr/pr_installation
costashatz Apr 28, 2021
065a2f8
merge with master
jbmouret May 20, 2021
ffbfa6a
merge with master
jbmouret May 20, 2021
9663680
tiago urdf
jbmouret Jul 15, 2021
abb6c85
[robot/simu]: Sanity checks for dimensions of objects/floor
costashatz Sep 7, 2021
9e2d3ed
[robot]: add helper for self collisions
costashatz Sep 7, 2021
b078fe5
[robot]: Avoid ambiguous declarations
costashatz Sep 15, 2021
6416baa
[magnum]: do not use deprecated Magnum functions
costashatz Sep 15, 2021
9c3b4da
[GitHub]: enable CI actions
costashatz Sep 15, 2021
da97ac7
[GitHub]: fix CI script
costashatz Sep 15, 2021
ef052b5
[GitHub]: fix CI script again
costashatz Sep 16, 2021
3e7a552
[GitHub]: fix CI script again
costashatz Sep 16, 2021
343bb51
[GitHub]: try to debug CI script
costashatz Sep 16, 2021
51f39fd
[GitHub]: CI should be fixed
costashatz Sep 16, 2021
321ec39
[GitHub]: make proper selection of compilers
costashatz Sep 16, 2021
7e8f546
[GitHub]: make proper selection of compilers
costashatz Sep 16, 2021
7261930
[CMake/python]: fix fPIC and cmake
costashatz Sep 16, 2021
6818a9b
[GitHub]: fix python
costashatz Sep 16, 2021
36191c1
[README]: Update CI badge
costashatz Sep 16, 2021
719645d
[GitHub]: debug installation of dart
costashatz Sep 16, 2021
1ff1fe6
[GitHub]: fix dartpy installation?
costashatz Sep 16, 2021
d993172
[GitHub]: it will fail
costashatz Sep 16, 2021
c19aa6a
[GitHub]: it will fail again
costashatz Sep 16, 2021
d34a987
[GitHub]: it will fail again again
costashatz Sep 16, 2021
0582db2
[GitHub]: debug
costashatz Sep 16, 2021
0c3f98d
[GitHub]: should work now?
costashatz Sep 16, 2021
ed6b664
[GitHub]: what is going on?
costashatz Sep 16, 2021
0117699
[GitHub]: what is going on?
costashatz Sep 16, 2021
84c4b4c
[GitHub]: hacky way of fixing dartpy
costashatz Sep 16, 2021
fd6432e
[GitHub]: hacky way of fixing dartpy
costashatz Sep 16, 2021
8b966e6
[GitHub]: minor cleaning
costashatz Sep 16, 2021
9cd1654
detach a sensor
jbmouret Sep 20, 2021
e4a32ab
allow to detach a sensor
jbmouret Sep 21, 2021
bb52250
[robots]: Added Unitree A1 robot
costashatz Sep 24, 2021
d3d63c2
[ci]: Add DART periodic building and removal of travis
costashatz Sep 24, 2021
abc04a7
enhanced pd_controller on error computation of angular quantities whe…
dinies Sep 24, 2021
c5aa3e8
Merge pull request #141 from resibots/new_ci
costashatz Sep 24, 2021
5be0176
Merge remote-tracking branch 'origin' into unitree_a1
costashatz Sep 24, 2021
571398c
Merge remote-tracking branch 'origin' into new_magnum
costashatz Sep 24, 2021
38e6560
Merge pull request #140 from resibots/unitree_a1
costashatz Sep 24, 2021
ce7bf57
added constructor flag angular erros, fixed formatting, moved impl of…
dinies Sep 27, 2021
32384fb
removed const to default ctor par
dinies Sep 27, 2021
54a58dd
Merge remote-tracking branch 'origin/master' into pd_ctrl_angular
dinies Sep 27, 2021
8395ccd
changed and in &&
dinies Sep 27, 2021
5de0aef
[Control]: More generic PDControl
costashatz Sep 27, 2021
5b5631c
[scheduler]: Fix for #143
costashatz Sep 28, 2021
ac71c94
Merge pull request #144 from resibots/fix_rt_factor
costashatz Sep 28, 2021
5b3e303
Merge pull request #142 from resibots/pd_ctrl_angular
costashatz Sep 28, 2021
000f155
[descriptors]: completely remove them
costashatz Sep 28, 2021
299dbc8
Merge pull request #146 from resibots/remove_desc
costashatz Sep 28, 2021
e20cd3d
[damages]: remove completely
costashatz Sep 28, 2021
5f8a080
[damage]: fix joint_dof_map
costashatz Sep 28, 2021
94b5134
Fix tests
costashatz Sep 28, 2021
f359dde
Merge pull request #147 from resibots/remove_damages
costashatz Sep 28, 2021
bac92f3
[robot]: fix base/body pose
costashatz Sep 28, 2021
0483f35
Merge pull request #149 from resibots/fix_base_pose
costashatz Sep 28, 2021
01e533e
[BitmaskCollisionFilter]: improve with category and collision mask
costashatz Sep 28, 2021
6aa5f92
Merge pull request #150 from resibots/cat_col_filter
costashatz Sep 28, 2021
851b685
Merge remote-tracking branch 'origin' into robot_classes
costashatz Sep 29, 2021
317a77a
Merge remote-tracking branch 'origin' into robot_classes
costashatz Sep 29, 2021
0d64609
[python]: fix IMU
costashatz Sep 29, 2021
da768ea
[python]: fix IMU
costashatz Sep 29, 2021
167d025
[robot]: Better Robot API for sensors
costashatz Sep 29, 2021
4100123
[robot]: Better Robot API for sensors
costashatz Sep 29, 2021
cb6a00c
Stricter warnings and avoid warnings of external libs
costashatz Sep 29, 2021
de19d6d
[wscript]: Corrade flags available even without corrade
costashatz Sep 29, 2021
9fce88e
Remove all warnings and create macros
costashatz Sep 29, 2021
e1964ea
[pragmas]: differentiate clang/gcc
costashatz Sep 29, 2021
6cd8b7a
[pragmas]: better differentiate clang/gcc
costashatz Sep 29, 2021
881aa5a
[pragmas]: ignore warnings in tests also
costashatz Sep 30, 2021
b98dadc
Fix warnings in tests
costashatz Sep 30, 2021
4acf8fe
added constraint_forces for spd computation with damage
Sep 30, 2021
5815b8f
remove some mac stuffs
jbmouret Sep 30, 2021
0625f2d
Merge branch 'break_sensors' of https://github.com/resibots/robot_dar…
jbmouret Sep 30, 2021
cd93da0
fix minor issues (nullptr, assert)
jbmouret Oct 1, 2021
69b51c8
fix big sur compilation
jbmouret Oct 1, 2021
c658b2e
Merge branch 'master' into tiago
jbmouret Oct 1, 2021
156af8a
stop lying about checking opengl on mac
jbmouret Oct 1, 2021
997eb05
Merge pull request #154 from resibots/bigsur_compilation
costashatz Oct 1, 2021
4a9e7d2
Merge pull request #153 from resibots/break_sensors
costashatz Oct 1, 2021
eebdb22
Merge remote-tracking branch 'origin' into warnings
costashatz Oct 1, 2021
4758935
Minor things
costashatz Oct 1, 2021
a63aa2e
[warnings]: group headers and use #pragma GCC system_header
costashatz Oct 1, 2021
4e62a9d
Merge pull request #152 from resibots/warnings
costashatz Oct 1, 2021
1133f0c
Merge remote-tracking branch 'origin' into new_magnum
costashatz Oct 1, 2021
134f416
Merge pull request #138 from resibots/new_magnum
costashatz Oct 1, 2021
8bb6385
Merge remote-tracking branch 'origin' into robot_classes
costashatz Oct 1, 2021
90667a8
Merge remote-tracking branch 'origin' into robot_classes
costashatz Oct 1, 2021
d1555c6
Merge branch 'master' into tiago
jbmouret Oct 4, 2021
1d2ee51
add tiago robot class
jbmouret Oct 4, 2021
8163c78
Merge branch 'robot_classes' into tiago
jbmouret Oct 4, 2021
a77df06
merge with robot_clases
jbmouret Oct 4, 2021
94bfce1
[CMake]: Fix exporting private flags
costashatz Oct 6, 2021
5f5b70d
[CMake]: Fix exporting private flags
costashatz Oct 6, 2021
e8b1a3e
[corrade]: minor thing
costashatz Oct 6, 2021
4fa3d47
[corrade]: minor thing
costashatz Oct 6, 2021
a151a3b
Merge remote-tracking branch 'origin/fix_flags' into robot_classes
jbmouret Oct 6, 2021
8293340
Merge remote-tracking branch 'origin/fix_flags' into robot_classes
jbmouret Oct 6, 2021
9a46036
fix icub's interface
jbmouret Oct 21, 2021
7088516
fix icub's interface
jbmouret Oct 21, 2021
9010a93
add a robot class for the Franka (Panda)
jbmouret Nov 18, 2021
c430154
add a robot class for the Franka (Panda)
jbmouret Nov 18, 2021
019b052
add a class for each supported robot
jbmouret Nov 18, 2021
7b00b3c
add a class for each supported robot
jbmouret Nov 18, 2021
8b65d12
Merge branch 'robot_classes' into tiago
jbmouret Nov 18, 2021
c5ab591
Fixes for tiago
costashatz Dec 8, 2021
9658c5f
Merge pull request #155 from resibots/tiago
costashatz Dec 8, 2021
753bc12
Fix robot classes
costashatz Dec 8, 2021
6564148
[robot_classes]: Add python bindings
costashatz Dec 9, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file not shown.
63 changes: 63 additions & 0 deletions robots/tiago/tiago_description/meshes/arm/arm_1_collision.dae
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
<?xml version="1.0" encoding="UTF-8"?>
<COLLADA xmlns="http://www.collada.org/2005/11/COLLADASchema" version="1.4.1">
<asset>
<contributor>
<author>VCGLab</author>
<authoring_tool>VCGLib | MeshLab</authoring_tool>
</contributor>
<up_axis>Y_UP</up_axis>
<created>Thu Apr 7 16:05:24 2016</created>
<modified>Thu Apr 7 16:05:24 2016</modified>
</asset>
<library_images/>
<library_materials/>
<library_effects/>
<library_geometries>
<geometry id="shape0-lib" name="shape0">
<mesh>
<source id="shape0-lib-positions" name="position">
<float_array id="shape0-lib-positions-array" count="144">-0.0233805 0.0458868 -0.008 -0.0497177 -0.0134311 0.0187417 0.055 -0.0328774 -0.049 0.055 -0.0328774 -0.015 0.160975 0.0185 0.00585181 0.158511 0.076 0.00876188 0.175541 0.076 -0.0187704 0.176093 0.019 -0.0406678 0.175541 0.076 -0.0432296 0.0724895 0.0175 -0.0381867 0.0796442 0.0185 -0.0553947 0.145 0.0861179 -0.0664869 0.158511 0.076 -0.0707619 0.160529 0.087459 -0.0250202 0.059 0.0589651 -0.053 0.0840397 -0.0165518 0.00960628 0.052 -0.0379219 -0.012 -0.0438526 0.0190167 0.0242634 0.0351583 -0.0515 0.0308095 0.0748004 -0.0264211 -0.053 0.0751007 -0.0239885 -0.0131377 0.052 0.0534118 -0.012 0.0874382 0.0175 0.00752302 0.136626 0.076 0.0196837 0.122556 0.019 0.0209425 0.17412 0.0185 -0.0155243 0.159247 0.0185 -0.0694625 0.128492 0.076 -0.0828826 0.120177 0.019 -0.0827759 0.0944881 0.0733357 -0.0731073 0.0576163 -0.038805 -0.00881482 -0.0515 -1.67638e-08 -0.008 -0.0233805 -0.0458869 -0.008 -0.0441048 -0.0224725 -0.0114641 0.0351583 -0.0515 -0.008 0.055 0.0577859 -0.049 0.0399666 0.0512325 -0.01 7.45058e-09 0.0475 -0.012 0.0773997 0.074 -0.0510736 0.055 0.0577859 -0.015 -0.0328366 0.0396738 0.0232528 0.00980447 -0.0224887 0.038 0.0683718 -0.0310542 0.0327735 0.10084 0.056 0.0150469 0.0740075 0.0559561 0.0239338 0.0791341 0.074827 0.02135 0.037091 0.0515 0.0308095 0.00316839 0.047001 0.0357843</float_array>
<technique_common>
<accessor count="48" source="#shape0-lib-positions-array" stride="3">
<param name="X" type="float"/>
<param name="Y" type="float"/>
<param name="Z" type="float"/>
</accessor>
</technique_common>
</source>
<source id="shape0-lib-normals" name="normal">
<float_array id="shape0-lib-normals-array" count="276">-0.177982 0.984009 -0.00697402 -0.237812 0.963911 0.119669 -0.842692 0.516403 -0.152312 -0.881777 0.466992 -0.0662471 -0.978047 0.152647 0.141853 -0.950193 -0.299279 -0.0869844 -0.751764 -0.656968 0.0569536 -0.411207 -0.754788 0.511082 -0.095449 -0.995434 0 -1 0 0 -1 0 0 0.446385 -0.02614 0.894459 -0.162127 0.061769 0.984835 0.850415 0.00982018 0.526021 0.999953 0.00968373 0 0.863158 -0.0143256 -0.504731 0.850456 -0.00100189 -0.526046 -0.216247 0.956351 -0.196545 0.065948 -0.997356 -0.0305391 0.00474282 -0.999926 -0.0112385 0 -1 0 -0.00855223 -0.999899 0.0113567 -0.0141232 -0.999893 0.00389435 -0.180049 0.907754 -0.378899 0.279434 0.665554 -0.692066 0.504301 0.805219 -0.311934 0.606756 0.794888 0 0.49407 0.813941 0.305605 0.162517 0.931419 0.325649 -0.178979 -0.0331194 -0.983295 0.301967 -0.283018 0.910339 0.73543 -0.03199 0.676845 0 0 -1 -0.165526 0.0968169 -0.981442 -0.00618091 -0.00376259 -0.999974 -0.242341 0.00779085 0.97016 0.523069 -0.851966 0.0235053 0.651873 -0.757202 0.0412976 0.0396076 0.0791539 -0.996075 -0.789873 0.0157884 -0.613068 -0.707107 0 -0.707107 -0.707107 0 -0.707107 0.0487493 -0.998684 -0.0159428 0.94279 -0.126817 -0.308326 0.922089 -0.0792356 0.378779 0.363939 -0.0693228 0.928839 0.851797 0.00852017 0.523803 0.996762 -0.0202403 0.0778132 0.0560462 -0.998309 -0.0154543 0.374352 -0.0161601 -0.927146 0.321605 -0.0486849 -0.945622 -0.27889 0.0388875 -0.959535 -0.555026 -0.11583 -0.823729 0.936758 -0.113741 -0.330981 0.492097 -0.87054 0 0.998358 0.0562222 -0.0109519 0.317224 -0.607902 -0.72789 0.313068 -0.61605 -0.722821 -0.0428769 -0.233021 -0.971526 0.277151 -0.947772 -0.157847 -0.91485 -0.403793 0 -0.17484 0.107142 -0.97875 -0.0663036 0.997689 0.0148149 -0.0153014 -0.159577 -0.987067 -0.707107 0 -0.707107 -0.187042 -0.0346114 -0.981742 -0.570128 0.742718 -0.351174 -0.0937972 0.995453 0.0166146 -0.133751 0.990887 -0.0159198 -0.517545 0.855652 0.00262352 -0.491693 0.869834 -0.0403483 0.0948792 -0.904823 -0.415082 -0.104772 0.921569 0.373808 -0.586359 0.810052 0 0.862078 -0.324001 0.389673 -0.320287 -0.10237 0.941773 -0.362028 0.237165 0.901492 -0.334882 -0.491861 0.803696 0.0595299 -0.190824 0.979817 0.655623 -0.754534 -0.0289339 0.827334 0.00347836 0.5617 0.314026 0.0445401 0.948369 0.0335471 -0.2823 0.958739 0.172172 0.0875677 0.981167 -0.141617 0.989698 0.0210262 0.437407 0.87848 -0.192217 -0.0127854 0.970226 0.241863 -0.354125 -0.0591256 0.933327 0.645887 -0.763421 -0.00423183 0.172044 0.0885305 0.981103 0.134995 0.0746568 0.98803 0.0947248 0.0407612 0.994669</float_array>
<technique_common>
<accessor count="92" source="#shape0-lib-normals-array" stride="3">
<param name="X" type="float"/>
<param name="Y" type="float"/>
<param name="Z" type="float"/>
</accessor>
</technique_common>
</source>
<vertices id="shape0-lib-vertices">
<input semantic="POSITION" source="#shape0-lib-positions"/>
</vertices>
<triangles count="92">
<input offset="0" semantic="VERTEX" source="#shape0-lib-vertices"/>
<input offset="1" semantic="NORMAL" source="#shape0-lib-normals"/>
<p>45 0 11 0 38 0 47 1 0 1 40 1 40 2 0 2 31 2 40 3 31 3 17 3 17 4 31 4 1 4 1 5 31 5 33 5 33 6 32 6 1 6 1 7 32 7 18 7 18 8 32 8 34 8 35 9 2 9 39 9 39 10 2 10 3 10 4 11 5 11 23 11 24 12 23 12 43 12 4 13 6 13 5 13 8 14 6 14 7 14 8 15 7 15 26 15 8 16 26 16 12 16 29 17 38 17 11 17 24 18 9 18 10 18 25 19 10 19 28 19 10 20 25 20 4 20 10 21 4 21 24 21 25 22 28 22 26 22 29 23 11 23 27 23 11 24 12 24 27 24 8 25 12 25 11 25 6 26 8 26 13 26 13 27 5 27 6 27 13 28 23 28 5 28 10 29 19 29 14 29 22 30 43 30 44 30 15 31 22 31 44 31 37 32 21 32 16 32 31 33 37 33 33 33 37 34 16 34 33 34 47 35 17 35 41 35 18 36 30 36 42 36 19 37 20 37 30 37 38 38 10 38 14 38 29 39 10 39 38 39 16 40 21 40 3 40 3 41 21 41 39 41 9 42 24 42 22 42 22 43 20 43 9 43 10 44 9 44 19 44 4 45 23 45 24 45 25 46 6 46 4 46 25 47 7 47 6 47 25 48 26 48 7 48 26 49 27 49 12 49 27 50 26 50 28 50 28 51 29 51 27 51 28 52 10 52 29 52 20 53 22 53 15 53 18 54 34 54 30 54 9 55 20 55 19 55 16 56 30 56 34 56 30 57 16 57 3 57 33 58 16 58 34 58 2 59 19 59 30 59 30 60 3 60 2 60 0 61 37 61 31 61 37 62 0 62 47 62 32 63 33 63 34 63 2 64 35 64 14 64 19 65 2 65 14 65 35 66 38 66 14 66 36 67 37 67 47 67 36 68 47 68 46 68 45 69 38 69 36 69 45 70 36 70 46 70 38 71 21 71 36 71 36 72 21 72 37 72 38 73 35 73 39 73 38 74 39 74 21 74 1 75 41 75 17 75 40 76 17 76 47 76 18 77 41 77 1 77 41 78 18 78 42 78 42 79 30 79 15 79 42 80 15 80 44 80 44 81 43 81 45 81 45 82 43 82 23 82 46 83 44 83 45 83 11 84 45 84 13 84 13 85 8 85 11 85 13 86 45 86 23 86 24 87 43 87 22 87 15 88 30 88 20 88 42 89 44 89 46 89 42 90 46 90 47 90 41 91 42 91 47 91</p>
</triangles>
</mesh>
</geometry>
</library_geometries>
<library_visual_scenes>
<visual_scene id="VisualSceneNode" name="VisualScene">
<node id="node" name="node">
<instance_geometry url="#shape0-lib">
<bind_material>
<technique_common/>
</bind_material>
</instance_geometry>
</node>
</visual_scene>
</library_visual_scenes>
<scene>
<instance_visual_scene url="#VisualSceneNode"/>
</scene>
</COLLADA>
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
63 changes: 63 additions & 0 deletions robots/tiago/tiago_description/meshes/arm/arm_2_collision.dae
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
<?xml version="1.0" encoding="UTF-8"?>
<COLLADA xmlns="http://www.collada.org/2005/11/COLLADASchema" version="1.4.1">
<asset>
<contributor>
<author>VCGLab</author>
<authoring_tool>VCGLib | MeshLab</authoring_tool>
</contributor>
<up_axis>Y_UP</up_axis>
<created>Thu Apr 7 16:05:03 2016</created>
<modified>Thu Apr 7 16:05:03 2016</modified>
</asset>
<library_images/>
<library_materials/>
<library_effects/>
<library_geometries>
<geometry id="shape0-lib" name="shape0">
<mesh>
<source id="shape0-lib-positions" name="position">
<float_array id="shape0-lib-positions-array" count="201">0.0790714 0.0340399 -0.0379478 0.046192 -0.00553625 0.0500064 -0.0415675 0.0308259 -0.00100001 -0.0183665 0.0486484 0.0465322 -0.0254094 0.0453692 -0.000749996 -0.0514682 -0.00741768 -0.000750011 -0.0508986 0.009349 -0.00100001 -0.0519723 -0.00169806 0.0465316 0.0330331 0.0436352 -0.0441172 0.0785 -0.00394362 -0.0513442 0.0539507 0.00106493 -0.051007 0.0790714 -0.0340399 -0.0379478 0.0790714 0.0167009 -0.0484919 0.0450286 0.0281155 -0.0483187 0.00344997 -0.0456581 0.0511011 0.0169369 -0.00498153 0.0553114 0.00945542 -0.0451433 0.0499098 -0.0352768 -0.0291835 0.0511892 -0.0186218 -0.0418253 0.0511892 -0.0455765 -0.0250356 0.0465315 0.0298519 -0.0437929 -0.0401425 0.0381466 -0.037945 -0.0468645 -0.0476787 -0.0207543 -0.000750022 -0.0245497 -0.0458401 -0.000750024 -0.0404998 -0.0326155 -0.000750023 -0.0249186 -0.0456406 0.0465312 -0.036689 -0.0368499 0.0465314 -0.0115641 -0.0506979 -0.000750024 0.0164269 -0.0497038 0.044518 0.0785 -0.0415735 0.0262785 -0.0406583 0.0324177 0.0465318 -0.0312138 0.0415546 0.046532 -0.0428994 0.0172806 0.0507671 -0.0493871 0.0162761 0.0465316 -0.0462488 0.000154256 0.0507669 -0.0082722 -0.00410637 0.0562867 0.0242056 0.049146 -0.0347566 -0.00540838 0.0514671 -0.000999996 0.0785 0.0490393 0.0082545 0.0785 0.0483303 -0.0143132 0.00487919 0.0516377 -0.000468955 0.00737906 0.0456527 0.0505432 0.00120363 0.0457671 0.0511911 0.00121716 0.0457669 0.0511911 -0.00745213 0.0456447 0.0507692 -0.00474284 0.0517832 0.0465324 0.011641 0.0483479 0.0495314 0.0587081 -0.049681 -0.000834584 0.025264 -0.0487912 -0.0333408 0.0790714 -0.048022 -0.0149552 -0.00467943 -0.051535 -0.00100002 0.0785 -0.0490393 0.0082545 -0.0018139 -0.0519568 0.046531 0.0790714 0.0167009 0.0454919 0.0790714 -0.0229441 0.0427801 -0.0276807 0.0364679 0.0511892 -0.0231498 0.0402803 0.0510092 0.00330732 0.0229896 0.0551354 -0.0326132 0.0332251 0.0510057 -0.0383972 0.0249355 0.0511892 0.0815 -0.0114919 0.0428842 0.0815 0.0458478 -0.00149999 0.0815 0.0315876 0.0317301 0.0815 0.0376302 -0.0276914 0.0815 -0.0201911 -0.0426623 0.0815 -0.0437452 -0.0152251 0.0815 -0.0347874 0.028364</float_array>
<technique_common>
<accessor count="67" source="#shape0-lib-positions-array" stride="3">
<param name="X" type="float"/>
<param name="Y" type="float"/>
<param name="Z" type="float"/>
</accessor>
</technique_common>
</source>
<source id="shape0-lib-normals" name="normal">
<float_array id="shape0-lib-normals-array" count="390">0.986959 0.0403473 -0.155831 -0.263588 -0.964209 0.0286838 -0.516238 0.224291 -0.826554 0.217458 0.507151 -0.833973 0.943244 0.172554 -0.283753 0.240389 0.833206 -0.497977 0.644757 0.660917 -0.384028 -0.337319 -0.451676 0.825957 -0.173322 -0.634036 0.75363 -0.555585 -0.152265 0.817399 -0.799085 -0.601125 0.0105697 -0.855474 -0.517769 -0.00884801 -0.61075 0.0878433 0.786936 -0.989757 0.142355 0.0107277 -0.879624 0.475669 0.000895936 -0.916791 0.39832 -0.0288959 0.138309 0.17016 0.975662 0.329958 0.611215 0.719405 0.0395325 0.0255484 0.998892 0.131699 0.0703951 0.988787 0.176938 -0.0622042 0.982254 0.292709 -0.639038 0.711303 0.256463 -0.548704 0.795707 0.180143 -0.0671262 0.981347 0.176581 -0.0739202 0.981507 0.191146 -0.838665 -0.510003 0.950598 -0.235537 -0.202202 0.822645 -0.485785 -0.295412 -0.565569 0.30583 0.765898 -0.0901617 0.0807083 0.992651 -0.280895 0.908668 -0.308903 0.158774 0.908984 -0.385408 -0.503834 0.447712 -0.738718 -0.496118 0.562573 -0.661346 -0.695266 0.718672 -0.0107685 -0.668638 0.743259 -0.0221184 -0.224239 0.974528 -0.0033411 -0.291812 0.956203 -0.0228495 -0.483341 0.875359 0.0112864 -0.321975 0.583095 0.745877 -0.138833 0.60331 0.785329 -0.171666 0.539229 0.824477 0.900282 0.415344 -0.130315 -0.999322 0.0337295 -0.0147346 -0.964211 -0.264248 0.0216858 -0.961766 -0.273279 0.0180163 -0.490202 -0.139286 -0.860408 -0.457211 0.00129173 -0.889358 -0.457688 0.0022916 -0.88911 0.10818 0.336828 -0.935331 -0.316562 0.0120992 -0.948495 -0.269359 0.00686209 -0.963015 -0.0325406 -0.0924961 -0.995181 0.442891 -0.357563 -0.82219 0.231403 -0.391945 -0.890411 0.953493 0.0152003 -0.30103 0.0404478 0.135652 -0.989931 0.0069756 0.101169 -0.994845 -0.0184324 -0.128936 0.991482 0.034448 -0.11419 0.992862 -0.0895181 -0.534816 0.840213 0.211193 -0.371991 0.903892 0.153049 -0.151819 0.976487 0.162576 -0.664851 0.729069 0.204797 -0.600648 0.772839 -0.148241 -0.0412175 0.988092 -0.0840733 -0.110763 0.990284 -0.459303 -0.159195 0.873898 -0.336248 -0.442992 0.831081 -0.503678 -0.378906 0.776363 0.185691 -0.843237 -0.504451 0.182684 -0.847006 -0.499207 -0.478364 -0.52194 -0.70622 -0.496681 -0.250658 -0.83095 -0.501765 -0.303689 -0.809941 -0.319429 -0.853881 -0.410916 -0.473041 -0.570531 -0.671362 -0.350377 -0.936608 0.00121823 -0.598382 -0.80121 -0.00128807 -0.638172 -0.769695 -0.0174963 -0.120754 -0.992681 -0.00152926 -0.125399 -0.972031 -0.198571 0.869572 -0.493805 -0.000235931 0.227344 -0.899687 0.372663 0.144192 -0.962646 0.229177 0.717538 -0.47404 0.510319 0.876844 -0.444178 0.183985 0.957123 -0.283752 0.0583126 -0.481456 0.353684 0.80194 -0.462946 0.478515 0.746126 -0.363697 0.487446 0.793801 -0.555166 0.108564 0.824624 -0.554653 0.283072 0.782452 -0.140758 0.0275164 0.989662 -0.140445 0.0280299 0.989692 -0.012429 0.996762 -0.0794409 0.0348952 0.997992 -0.0528558 -0.0162494 0.999847 -0.00642171 0.914469 0.371861 0.159579 0.323768 0.778651 0.537472 0.151879 0.95305 0.261972 0.692985 0.720596 -0.0226387 0.0347953 0.999386 0.0040295 0.0389681 0.998748 -0.0313773 0.120426 0.17632 0.976939 0.106161 0.179115 0.978084 0.106128 0.197992 0.974441 -0.0448542 0.166432 0.985032 0.00249238 0.17085 0.985294 -0.0504851 0.191586 0.980177 -0.0478063 0.581594 0.812073 -0.0208777 0.599146 0.800368 0.00757414 0.519034 0.85472 0.036369 -0.997241 -0.0647161 0.0293377 -0.997914 -0.0575003 0.0518466 -0.997752 -0.042456 0.0292622 -0.999515 -0.010634 0.0343175 -0.999402 -0.00416909 0.969405 0.0615272 0.237631 0.26877 -0.0657315 0.960959 0.926277 -0.199337 0.319806 -0.0696472 0.129474 0.989134 -0.276693 0.370699 0.88658 -0.0900035 0.0836359 0.992424 -0.0948125 0.0881047 0.991589 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0</float_array>
<technique_common>
<accessor count="130" source="#shape0-lib-normals-array" stride="3">
<param name="X" type="float"/>
<param name="Y" type="float"/>
<param name="Z" type="float"/>
</accessor>
</technique_common>
</source>
<vertices id="shape0-lib-vertices">
<input semantic="POSITION" source="#shape0-lib-positions"/>
</vertices>
<triangles count="130">
<input offset="0" semantic="VERTEX" source="#shape0-lib-vertices"/>
<input offset="1" semantic="NORMAL" source="#shape0-lib-normals"/>
<p>12 0 63 0 64 0 25 1 27 1 52 1 6 2 2 2 8 2 0 3 12 3 8 3 0 4 63 4 12 4 8 5 39 5 0 5 0 6 39 6 63 6 18 7 26 7 25 7 18 8 25 8 52 8 19 9 34 9 7 9 19 10 24 10 26 10 24 11 19 11 22 11 7 12 34 12 33 12 33 13 6 13 7 13 33 14 30 14 2 14 2 15 6 15 33 15 46 16 57 16 53 16 62 17 46 17 53 17 15 18 57 18 35 18 57 19 15 19 53 19 15 20 1 20 53 20 54 21 28 21 29 21 16 22 28 22 54 22 53 23 1 23 54 23 15 24 54 24 1 24 11 25 49 25 21 25 65 26 11 26 64 26 49 27 11 27 65 27 33 28 59 28 30 28 35 29 57 29 59 29 36 30 4 30 37 30 36 31 39 31 8 31 36 32 8 32 2 32 2 33 4 33 36 33 31 34 2 34 30 34 31 35 4 35 2 35 37 36 3 36 45 36 3 37 37 37 4 37 4 38 31 38 3 38 3 39 31 39 56 39 3 40 44 40 45 40 3 41 56 41 44 41 61 42 63 42 39 42 5 43 7 43 6 43 5 44 19 44 7 44 19 45 5 45 22 45 22 46 5 46 21 46 5 47 8 47 21 47 5 48 6 48 8 48 8 49 12 49 13 49 13 50 21 50 8 50 13 51 10 51 21 51 21 52 10 52 9 52 64 53 11 53 9 53 9 54 11 54 21 54 9 55 12 55 64 55 9 56 13 56 12 56 10 57 13 57 9 57 14 58 35 58 18 58 14 59 15 59 35 59 14 60 18 60 52 60 54 61 14 61 16 61 14 62 54 62 15 62 28 63 14 63 52 63 14 64 28 64 16 64 35 65 34 65 17 65 17 66 18 66 35 66 19 67 17 67 34 67 26 68 18 68 17 68 17 69 19 69 26 69 21 70 49 70 20 70 49 71 48 71 20 71 20 72 48 72 24 72 20 73 22 73 21 73 20 74 24 74 22 74 23 75 48 75 27 75 48 76 23 76 24 76 27 77 25 77 23 77 23 78 25 78 26 78 26 79 24 79 23 79 52 80 27 80 50 80 48 81 50 81 27 81 65 82 51 82 49 82 51 83 29 83 28 83 51 84 28 84 52 84 66 85 54 85 29 85 51 86 66 86 29 86 66 87 51 87 65 87 58 88 30 88 59 88 58 89 31 89 30 89 58 90 56 90 31 90 32 91 33 91 34 91 32 92 59 92 33 92 32 93 34 93 35 93 35 94 59 94 32 94 40 95 36 95 37 95 39 96 36 96 40 96 40 97 37 97 45 97 61 98 38 98 62 98 38 99 46 99 62 99 45 100 46 100 38 100 38 101 61 101 39 101 38 102 40 102 45 102 39 103 40 103 38 103 46 104 41 104 57 104 41 105 43 105 57 105 41 106 46 106 43 106 42 107 56 107 57 107 57 108 43 108 42 108 42 109 44 109 56 109 42 110 45 110 44 110 42 111 46 111 45 111 42 112 43 112 46 112 47 113 48 113 49 113 47 114 50 114 48 114 47 115 49 115 51 115 52 116 50 116 47 116 47 117 51 117 52 117 60 118 62 118 53 118 53 119 54 119 60 119 54 120 66 120 60 120 55 121 57 121 56 121 56 122 58 122 55 122 55 123 59 123 57 123 55 124 58 124 59 124 60 125 61 125 62 125 60 126 64 126 63 126 60 127 65 127 64 127 60 128 63 128 61 128 60 129 66 129 65 129</p>
</triangles>
</mesh>
</geometry>
</library_geometries>
<library_visual_scenes>
<visual_scene id="VisualSceneNode" name="VisualScene">
<node id="node" name="node">
<instance_geometry url="#shape0-lib">
<bind_material>
<technique_common/>
</bind_material>
</instance_geometry>
</node>
</visual_scene>
</library_visual_scenes>
<scene>
<instance_visual_scene url="#VisualSceneNode"/>
</scene>
</COLLADA>
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading