Definition at line 216 of file se3.py.
◆ __init__()
def se3.SE3.__init__ |
( |
|
self, |
|
|
* |
args |
|
) |
| |
Constructor
- by rotation matrix and translation vector,
- by homogeneous matrix
- without argument: return identity matrix
Definition at line 217 of file se3.py.
◆ __getitem__()
def se3.SE3.__getitem__ |
( |
|
self, |
|
|
|
index |
|
) |
| |
◆ __mul__()
def se3.SE3.__mul__ |
( |
|
self, |
|
|
|
other |
|
) |
| |
Operator *
other argument is either
- an instance of SE3 or,
- an instance of R3.
Definition at line 264 of file se3.py.
◆ __str__()
def se3.SE3.__str__ |
( |
|
self | ) |
|
Output as a string
Definition at line 241 of file se3.py.
◆ inverse()
def se3.SE3.inverse |
( |
|
self | ) |
|
◆ multiplyByR3()
def se3.SE3.multiplyByR3 |
( |
|
self, |
|
|
|
other |
|
) |
| |
◆ multiplyBySE3()
def se3.SE3.multiplyBySE3 |
( |
|
self, |
|
|
|
other |
|
) |
| |
◆ toMatrix()
def se3.SE3.toMatrix |
( |
|
self | ) |
|
◆ rotation
◆ translation
The documentation for this class was generated from the following file:
sot-tools
Author(s): Mehdi Benallegue, Francois Keith, Florent Lamiraux, Thomas Moulard, Olivier Stasse, Jorrit T'Hooft
autogenerated on Wed Aug 2 2023 02:35:13