Skip to content

Commit a2cf0c1

Browse files
authored
Merge pull request #74 from resibots/urdf_library
Install the URDF files in a system directory and search
2 parents f90a0d1 + 9c6ceba commit a2cf0c1

File tree

257 files changed

+86413
-197
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

257 files changed

+86413
-197
lines changed

cmake/example/example.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ struct StateDesc : public robot_dart::descriptor::BaseDescriptor {
2424
int main()
2525
{
2626
std::srand(std::time(NULL));
27-
auto global_robot = std::make_shared<robot_dart::Robot>("res/models/arm.urdf");
27+
auto global_robot = std::make_shared<robot_dart::Robot>("arm.urdf");
2828

2929
global_robot->fix_to_world();
3030
global_robot->set_position_enforced(true);
File renamed without changes.

robots/icub/icub.urdf

+1,236
Large diffs are not rendered by default.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Blender MTL File: 'None'
2+
# Material Count: 1
3+
4+
newmtl iCub_light_blue
5+
Ns 96.078431
6+
Ka 1.000000 1.000000 1.000000
7+
Kd 0.545185 0.598518 0.746667
8+
Ks 0.250000 0.250000 0.250000
9+
Ke 0.000000 0.000000 0.000000
10+
Ni 1.000000
11+
d 1.000000
12+
illum 2

0 commit comments

Comments
 (0)