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 |
|||
polygon |
- |
- |
|
Polygon 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. |
Polygon
A 3 dimensional polygon.
Field | Type | Default | Unit |
---|---|---|---|
points |
repeated Vector2 |
- |
- |
The points defining the polygon ground area. The points can be set in a clockwise or counter-clockwise order. |
|||
height |
float |
- |
- |
The height of the polygon. |