|
upkie
11.0.0
Open-source wheeled biped robots
|
| SE3 get_transform | ( | self, | |
| str | source, | ||
| str | dest | ||
| ) |
Get the SE3 transform from a source frame to a destination frame.
The returned transform T satisfies: dest_point = T * source_point.
| source | Name of the source link frame. |
| dest | Name of the destination link frame. |