How to convert a Pose to PyKDL Frame in python (and vice versa)
In ROS1 I used tf_conversions.posemath
, toMsg
and fromMsg
. I'm porting my code to ROS2 and I can't seem to find the Python3 module tf_conversions
. If the module existing, what is the debian package to install (Ubuntu 20.04/Galactic)? If not, is there a different module/API available?