Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
72 commits
Select commit Hold shift + click to select a range
817b1ee
start searching files
jbmouret Jun 2, 2020
39a7f31
get the prefix from waf
jbmouret Jun 3, 2020
a8b9ea5
install the urdf in the prefix/share
jbmouret Jun 3, 2020
78a130e
change a dir and remove comment in wscript
jbmouret Jun 3, 2020
0865216
fix paths (but still a problem in test_robot.cpp?
jbmouret Jun 3, 2020
acb7026
fix the path for python
jbmouret Jun 4, 2020
6a83a1f
move the iiwa to is own directory (to make some space for other robot…
jbmouret Jun 4, 2020
670ee5d
forgot to change a path in python/ci.py
jbmouret Jun 4, 2020
567403e
start adding the talos (not working yet)
jbmouret Jun 4, 2020
e1db968
Merge branch 'master' into urdf_library
jbmouret Jun 4, 2020
11c2dac
working on talos
jbmouret Jun 4, 2020
254eca8
add the talos robot
jbmouret Jun 4, 2020
9bb4744
remove upload_talos.launch
jbmouret Jun 4, 2020
0f49197
allow relative paths for urdf packages (meshes)
jbmouret Jun 4, 2020
0296784
fix a typo when searching in system paths for URDF files
jbmouret Jun 4, 2020
e0094f4
search for packages (and not only for urdf)
jbmouret Jun 4, 2020
e7884ea
move the Robot class in a robot directory/namespace
jbmouret Jun 5, 2020
3522783
merge with master
jbmouret Jun 5, 2020
2248931
move res to robots (simpler) and fix all the paths + search <current_…
jbmouret Jun 8, 2020
422d785
move res to robots (simpler) and fix all the paths + search <current_…
jbmouret Jun 8, 2020
2b94f30
fix an include problem in python
jbmouret Jun 8, 2020
68d3cce
fix an include problem in python
jbmouret Jun 8, 2020
742054a
merge with the control_mode branch
jbmouret Jun 8, 2020
cee0399
merge with the control_mode branch
jbmouret Jun 8, 2020
f0f76d2
add a config.hpp file with the version and the directories
jbmouret Jun 8, 2020
e9e9dd2
add a config.hpp file with the version and the directories
jbmouret Jun 8, 2020
05127fe
move Robot.{hpp,cpp} back to the main directory
jbmouret Jun 8, 2020
5cf9887
move Robot.{hpp,cpp} back to the main directory
jbmouret Jun 8, 2020
0b8a570
add the patch level
jbmouret Jun 8, 2020
1294fff
add the patch level
jbmouret Jun 8, 2020
29c8fec
merge with master
jbmouret Jun 8, 2020
c84d719
merge with master
jbmouret Jun 8, 2020
fa3c39e
add robot->model_filename() to get the urdf used by the simulation (u…
jbmouret Jun 9, 2020
804b5d0
add robot->model_filename() to get the urdf used by the simulation (u…
jbmouret Jun 9, 2020
4e76084
fixed a bug in model_filename (C++ can be tricky sometimes)
jbmouret Jun 9, 2020
6643ef4
fixed a bug in model_filename (C++ can be tricky sometimes)
jbmouret Jun 9, 2020
87ae733
improve the talos example
jbmouret Jun 9, 2020
6234520
improve the talos example
jbmouret Jun 9, 2020
22ef11b
add an icub example + urdf
jbmouret Jun 9, 2020
9bcaa8b
add an icub example + urdf
jbmouret Jun 9, 2020
649c525
fix install problem with res/robots vs robots/
jbmouret Jun 10, 2020
0bc9dad
fix install problem with res/robots vs robots/
jbmouret Jun 10, 2020
3f35834
merge with master
jbmouret Jun 10, 2020
edc2cb1
merge with master
jbmouret Jun 10, 2020
f59da28
[urdf_lib]: fixes for tests, examples and small cleaning
costashatz Jun 10, 2020
fbd2036
[urdf_lib]: fixes for tests, examples and small cleaning
costashatz Jun 10, 2020
d5c9a30
[urdf_lib]: minor fixes, better set_color_mode
costashatz Jun 10, 2020
9f5938a
[urdf_lib]: minor fixes, better set_color_mode
costashatz Jun 10, 2020
3c18100
[robot]: undo the styling changes
costashatz Jun 10, 2020
3ee81bc
[robot]: undo the styling changes
costashatz Jun 10, 2020
2f617f2
merge
jbmouret Jun 10, 2020
5740507
[robot]: do not alter the actuator type of zero-dof joints
costashatz Jun 13, 2020
9ae6fb1
[robot]: fix test
costashatz Jun 14, 2020
2777913
[magnum]: fix for artifacts in shadows; it can have peter panning, bu…
costashatz Jun 18, 2020
e3982c6
[talos]: replace black with dark gray, better example
costashatz Jun 18, 2020
8f6ff03
Merge branch 'urdf_library' of https://github.com/resibots/robot_dart…
jbmouret Jun 18, 2020
2d4b1bc
[simu]: propagate graphics freq to graphics object
costashatz Jun 19, 2020
e20436b
Merge remote-tracking branch 'origin' into urdf_library
costashatz Jul 13, 2020
a9bedda
Merge branch 'urdf_library' of https://github.com/resibots/robot_dart…
jbmouret Jul 17, 2020
5a46ed1
our Talos has red grippers!
jbmouret Jul 17, 2020
6563c1a
add the GLB files for talos (need to remove the DAE now)
jbmouret Jul 20, 2020
b0b4342
[talos example]: remove uneeded debug
costashatz Jul 22, 2020
7b83049
[examples]: minor things
costashatz Jul 22, 2020
5454d17
[icub]: fix collision meshes
costashatz Jul 22, 2020
e73bb84
[icub]: remove gazebo tags from URDF
costashatz Jul 22, 2020
91435ca
[icub]: fix some inertia properties in URDF
costashatz Jul 22, 2020
4343f92
add glb for iCub
jbmouret Jul 22, 2020
172034e
[icub]: URDF fix for lap belt visual
costashatz Jul 22, 2020
08e8830
change the hands of icub
jbmouret Jul 22, 2020
3601636
Merge branch 'urdf_library' of https://github.com/resibots/robot_dart…
jbmouret Jul 22, 2020
7a7f6f0
change the hands of icub, again
jbmouret Jul 22, 2020
9c6ceba
[iiwa]: make it consistent with other robots
costashatz Jul 23, 2020
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
2 changes: 1 addition & 1 deletion cmake/example/example.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ struct StateDesc : public robot_dart::descriptor::BaseDescriptor {
int main()
{
std::srand(std::time(NULL));
auto global_robot = std::make_shared<robot_dart::Robot>("res/models/arm.urdf");
auto global_robot = std::make_shared<robot_dart::Robot>("arm.urdf");

global_robot->fix_to_world();
global_robot->set_position_enforced(true);
Expand Down
File renamed without changes.
1,236 changes: 1,236 additions & 0 deletions robots/icub/icub.urdf

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Blender MTL File: 'None'
# Material Count: 1

newmtl iCub_light_blue
Ns 96.078431
Ka 1.000000 1.000000 1.000000
Kd 0.545185 0.598518 0.746667
Ks 0.250000 0.250000 0.250000
Ke 0.000000 0.000000 0.000000
Ni 1.000000
d 1.000000
illum 2
Loading