2D pose structure, including x and y coordinates and heading angle Note: Although pose is traditionally used for position and orientation, this structure is also used for velocity and accleration by the OTOS driver
More...
2D pose structure, including x and y coordinates and heading angle Note: Although pose is traditionally used for position and orientation, this structure is also used for velocity and accleration by the OTOS driver
◆ __init__()
def qwiic_otos.Pose2D.__init__ |
( |
|
self, |
|
|
|
x = 0.0 , |
|
|
|
y = 0.0 , |
|
|
|
h = 0.0 |
|
) |
| |
Initializes the pose structure.
- Parameters
-
float,optional | x: X value, defaults to 0.0 |
float,optional | y: Y value, defaults to 0.0 |
float,optional | h: Heading value, defaults to 0.0 |
The documentation for this class was generated from the following file: