obstacle_patch๏
It describes the patch version, priority, and geometric shape configuration for defining obstacle regions in the environment.
Main Properties๏
Properties:
Name |
Type |
Description |
|---|---|---|
|
|
Patch version. |
|
|
Object defining the obstacle patch properties. |
Object patch๏
Properties:
Name |
Type |
Description |
|---|---|---|
|
|
Patch priority. Minimum value: |
|
|
Defines the geometric shape of the obstacle patch. |
Object shape๏
Properties:
Name |
Type |
Description |
|---|---|---|
|
|
Geometric shape type. Possible values:
- |
|
|
Parameters for cubic shapes. |
|
|
Parameters for spherical shapes. |
|
|
Parameters for homogeneous shapes. |
|
|
Parameters for Gaussian shapes. |
|
|
Parameters for random Gaussian shapes. |
Object cubicParams๏
Properties:
Name |
Type |
Description |
|---|---|---|
|
|
Coordinates of the bottom-left corner. |
|
|
Coordinates of the top-right corner. |
Object sphericalParams๏
Properties:
Name |
Type |
Description |
|---|---|---|
|
|
Center coordinates of the sphere. |
|
|
Radius of the sphere. Minimum value: |
Object homogeneousParams๏
Currently does not contain any specific properties.
Object gaussianParams๏
Currently does not contain any specific properties.
Object randomGaussianParams๏
Currently does not contain any specific properties.
Hierarchical Summary๏
obstacle_patch
โโโ version: string
โโโ patch: object
โโโ priority: integer โฅ 1
โโโ shape:
โโโ type: enum [Homogeneous, Gaussian, Spherical, Cubic, RandomGaussian]
โโโ cubicParams:
โ โโโ bottomLeftCorner: array[number]
โ โโโ topRightCorner: array[number]
โโโ sphericalParams:
โ โโโ center: array[number]
โ โโโ radius: number โฅ 0.0
โโโ homogeneousParams: {}
โโโ gaussianParams: {}
โโโ randomGaussianParams: {}