angles
angles copied to clipboard
ROS2 Foxy Python angles? API Docs is 404
installing ros2-foxy-angles does not expose a Python angles module (perhaps because setup.py refers to catkin?)
ros2 foxy API Doc is 404. When Python is supported suggest the API Doc include:
- place <exec_depends>angles</exec_depends> in package.xml
- run rosdep install -i --from-path src in your ros2 workspace root
- code example:
import angles
field_of_view_radians = angles.from_degrees(25.0)
Check out #37
This looks great on getting it merged. Will this only be released for rolling plus, or will it be back ported to Foxy?
Thanks for the reminder. I've just done a Foxy release, so it will be in the next sync.