ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
I believe a lot of the transforms stuff isn't in the python library yet. I use transforms3d in the mean time.
2 | No.2 Revision |
The transformations.py module was not included in the migration to tf2: https://github.com/ros/geometry2/issues/222
I believe a lot of the transforms stuff isn't in the python library yet. I suggest you use transforms3d in the mean time. transforms3d: https://pypi.org/project/transforms3d/.