Definition at line 15 of file helper.py.
◆ __init__()
def ensenso_camera_test.helper.Pose.__init__ |
( |
|
self, |
|
|
|
position, |
|
|
|
orientation |
|
) |
| |
◆ equals()
def ensenso_camera_test.helper.Pose.equals |
( |
|
self, |
|
|
|
other, |
|
|
|
tolerance = 0.002 |
|
) |
| |
Check whether this pose is equal to another one. The poses are
considered equal, when all of the entries are within the given tolerance
of each other.
Definition at line 58 of file helper.py.
◆ from_json()
def ensenso_camera_test.helper.Pose.from_json |
( |
|
cls, |
|
|
|
path |
|
) |
| |
◆ from_message()
def ensenso_camera_test.helper.Pose.from_message |
( |
|
cls, |
|
|
|
message |
|
) |
| |
◆ inverse()
def ensenso_camera_test.helper.Pose.inverse |
( |
|
self | ) |
|
Get the inverse of the pose.
Definition at line 44 of file helper.py.
◆ orientation
ensenso_camera_test.helper.Pose.orientation |
◆ position
ensenso_camera_test.helper.Pose.position |
The documentation for this class was generated from the following file: