Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Humanoid Path Planner
hpp-model-urdf
Commits
05e72807
Commit
05e72807
authored
Jun 05, 2014
by
Florent Lamiraux
Browse files
Use Object oriented Bounding Boxes instead of Rectangle Swept Spheres
for bounding volume hierarchy.
parent
e0ce0a3c
Changes
1
Hide whitespace changes
Inline
Side-by-side
include/hpp/model/urdf/parser.hh
View file @
05e72807
...
...
@@ -59,7 +59,7 @@ namespace hpp
typedef
DevicePtr_t
RobotPtrType
;
typedef
Joint
JointType
;
typedef
Body
BodyType
;
typedef
fcl
::
BVHModel
<
fcl
::
RSS
>
PolyhedronType
;
typedef
fcl
::
BVHModel
<
fcl
::
OBB
>
PolyhedronType
;
typedef
boost
::
shared_ptr
<
PolyhedronType
>
PolyhedronPtrType
;
typedef
Transform3f
MatrixHomogeneousType
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment