You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
[0.2.2] - 2020-08-03
[Added][ros] Implemented same transformation function (do_transform_point,do_transform_pose) interface from tf2_geometry_msgs to bypass python3/PyKDL requirements
[Added][math] Conversion from transformation matrix to array.
[Added] Test for ros methods
[Added][tools] A function convert_word_list_to_num_str that converts a list of literal numbers ('four two') to number string ('42').
Changed
[Changed] Switch to manually declaring the exposed methods in __init__.py.
[Changed] Added ROS dependencies to github actions to allow ROS testing