$search
Classes | |
| struct | LinkInfo |
| class | SelfMask |
| Computing a mask for a pointcloud that states which points are inside the robot. More... | |
Enumerations | |
| enum | { INSIDE = 0, OUTSIDE = 1, SHADOW = 2 } |
The possible values of a mask computed for a point. More... | |
Functions | |
| static shapes::Shape * | constructShape (const urdf::Geometry *geom) |
| static btTransform | urdfPose2btTransform (const urdf::Pose &pose) |
| anonymous enum |
The possible values of a mask computed for a point.
Definition at line 46 of file self_mask.h.
| static shapes::Shape* robot_self_filter::constructShape | ( | const urdf::Geometry * | geom | ) | [static] |
Definition at line 63 of file self_mask.cpp.
| static btTransform robot_self_filter::urdfPose2btTransform | ( | const urdf::Pose & | pose | ) | [inline, static] |
Definition at line 58 of file self_mask.cpp.