Skip to content

Commit

Permalink
Merge pull request fkanehiro#10 from k-okada/fix_wrl_model
Browse files Browse the repository at this point in the history
Fix wrl model
  • Loading branch information
fkanehiro committed Aug 28, 2014
2 parents 49d4737 + 9bae78e commit 765a82d
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
8 changes: 4 additions & 4 deletions sample/model/RH2/parts/PanTilt/futaba/PanTilt_futaba.wrl
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ DEF HRP1 Humanoid {
momentsOfInertia [ 0.1 0 0 0 0.1 0 0 0 0.1 ]
children [
Inline {
url "parts/PanTilt/futaba/pan_base.wrl"
url "pan_base.wrl"
}
]
}
Expand All @@ -353,7 +353,7 @@ DEF HRP1 Humanoid {
momentsOfInertia [ 0.1 0 0 0 0.1 0 0 0 0.1 ]
children [
Inline {
url "parts/PanTilt/futaba/pan.wrl"
url "pan.wrl"
}
]
}
Expand All @@ -377,7 +377,7 @@ DEF HRP1 Humanoid {
momentsOfInertia [ 0.1 0 0 0 0.1 0 0 0 0.1 ]
children [
Inline {
url "parts/PanTilt/futaba/tilt.wrl"
url "tilt.wrl"
}
]
}
Expand All @@ -396,7 +396,7 @@ DEF HRP1 Humanoid {
frameRate 30
children [
Inline {
url "parts/sensor/URG_Sensor.wrl"
url "../../sensor/URG_Sensor.wrl"
}
]
}
Expand Down
8 changes: 4 additions & 4 deletions sample/model/RH2/parts/PanTilt/robotis/PanTilt_robotis.wrl
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ DEF HRP1 Humanoid {
momentsOfInertia [ 0.1 0 0 0 0.1 0 0 0 0.1 ]
children [
Inline {
url "parts/PanTilt/robotis/pan_base.wrl"
url "pan_base.wrl"
}
]
}
Expand All @@ -374,7 +374,7 @@ DEF HRP1 Humanoid {
momentsOfInertia [ 0.1 0 0 0 0.1 0 0 0 0.1 ]
children [
Inline {
url "parts/PanTilt/robotis/pan.wrl"
url "pan.wrl"
}
]
}
Expand All @@ -398,7 +398,7 @@ DEF HRP1 Humanoid {
momentsOfInertia [ 0.1 0 0 0 0.1 0 0 0 0.1 ]
children [
Inline {
url "parts/PanTilt/robotis/tilt.wrl"
url "tilt.wrl"
}
]
}
Expand All @@ -416,7 +416,7 @@ DEF HRP1 Humanoid {
momentsOfInertia [ 0.1 0 0 0 0.1 0 0 0 0.1 ]
children [
Inline {
url "parts/sensor/URG_Sensor.wrl"
url "../../sensor/URG_Sensor.wrl"
}
]
}
Expand Down
14 changes: 7 additions & 7 deletions sample/model/closedlink3.wrl
Original file line number Diff line number Diff line change
Expand Up @@ -212,13 +212,13 @@ Viewpoint {
orientation 0.5770 0.5775 0.5775 2.0935
}

LinkConnection {
linkName1
linkName2
connectionPoint1
connectionPoint2
axes
}
#LinkConnection {
# linkName1
# linkName2
# connectionPoint1
# connectionPoint2
# axes
#}


#******************************** START ROBOT DEFINITION *********************************
Expand Down

0 comments on commit 765a82d

Please sign in to comment.