ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

Is there an Angles package for ROS 2?

asked 2019-08-22 17:07:29 -0500

zipp39 gravatar image

updated 2019-08-22 19:39:35 -0500

Geoff gravatar image

In ros 1, there was a useful package called angles.

I was wondering if this was still in ROS 2 Dashing?

I cannot find it with ros2 pkg find or in the share directory.

Was this package replaced by something else?

Thanks!

edit retag flag offensive close merge delete

2 Answers

Sort by ยป oldest newest most voted
1

answered 2019-08-22 17:55:22 -0500

tfoote gravatar image

Angles is released into dashing. ros2 pkg find and your share directory will only indicate packages that you have installed on your system.

The best place to look for packages is on index.ros.org I found it here:

https://index.ros.org/p/angles/github...

If you're using debian packages you can install it with sudo apt-get install ros-dashing-angles

edit flag offensive delete link more

Comments

I'm always running into this sort of "is there an x package for ros2". I always try to search my package manager to see if it has an 'x' lookin' package availabe, e.g. for for finding ros-dashing-angles on ubuntu you can use sudo apt-cache search angles

johnconn gravatar image johnconn  ( 2019-08-23 13:24:08 -0500 )edit
0

answered 2019-08-22 17:55:39 -0500

alsora gravatar image

Yes, the angles package is available in ROS2.

It's a separate branch named ros2in the same repository of the ROS code https://github.com/ros/angles/tree/ma...

Note that it has not been updated in a while, but it was working fine with ROS2 Crystal.

edit flag offensive delete link more

Question Tools

2 followers

Stats

Asked: 2019-08-22 17:07:29 -0500

Seen: 1,047 times

Last updated: Aug 22 '19