angles icon indicating copy to clipboard operation
angles copied to clipboard

ROS2 Foxy Python angles? API Docs is 404

Open slowrunner opened this issue 4 years ago • 3 comments

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)

slowrunner avatar Jul 14 '21 14:07 slowrunner

Check out #37

DLu avatar Feb 21 '22 15:02 DLu

This looks great on getting it merged. Will this only be released for rolling plus, or will it be back ported to Foxy?

mr337 avatar Jul 08 '22 20:07 mr337

Thanks for the reminder. I've just done a Foxy release, so it will be in the next sync.

gbiggs avatar Jul 10 '22 23:07 gbiggs