Shape
A shape that represents a geometrical figure.
Field | Type | Default | Unit |
---|---|---|---|
pose |
- |
- |
|
Position and orientation of the center of the bounding box enclosing the shape. |
|||
box |
- |
- |
|
Box shape |
|||
cone |
- |
- |
|
Cone shape |
|||
cylinder_cone |
- |
- |
|
Cylinder Cone shape |
Box
A 3 dimensional box.
Field | Type | Default | Unit |
---|---|---|---|
dimensions |
- |
- |
|
The X, Y and Z dimension. |
Cone
A 3 dimensional cone.
Field | Type | Default | Unit |
---|---|---|---|
dimensions |
- |
- |
|
The X, Y and Z dimension of the cone. X and Y dimensions of the cone define the ellipsoid at the bottom of the cone. The cone is narrowing along the z direction. |
Cylinder Cone
A 3 dimensional cylinder base and a cone top.
Field | Type | Default | Unit |
---|---|---|---|
dimensions |
- |
- |
|
The X, Y and Z dimension of the cone. X and Y dimensions of the cone define the ellipsoid at the bottom of the cone. The cone is narrowing along the z direction. |
|||
cylinder_height |
float |
- |
- |
The cylinder height in meters. |