|
boost::shared_ptr< fcl::CollisionGeometry > | fcl |
| The actual cloud of points representing the collision mesh of the object after scaling.
|
|
Eigen::Vector4d | meshColor |
| RGBA color value of the mesh.
|
|
std::string | meshPath |
| Absolute path to the mesh file.
|
|
Eigen::Vector3d | meshScale |
| Scaling vector applied to the fcl object.
|
|
std::string | meshTexturePath |
| Absolute path to the mesh texture file.
|
|
std::string | name |
| Name of the geometry object.
|
|
bool | overrideMaterial |
| Decide whether to override the Material.
|
|
FrameIndex | parentFrame |
| Index of the parent frame. More...
|
|
JointIndex | parentJoint |
| Index of the parent joint.
|
|
SE3 | placement |
| Position of geometry object in parent joint frame.
|
|
|
std::ostream & | operator<< (std::ostream &os, const GeometryObject &geomObject) |
|
Definition at line 76 of file fcl.hpp.
Index of the parent frame.
Parent frame may be unset (set to -1) as it is mostly used as a documentation of the tree, or in third-party libraries. The URDF parser of Pinocchio is setting it to the proper value according to the urdf link-joint tree. In particular, anchor joints of URDF would cause parent frame to be different to joint frame.
Definition at line 88 of file fcl.hpp.
The documentation for this struct was generated from the following file: