-
Notifications
You must be signed in to change notification settings - Fork 390
Expand file tree
/
Copy pathpackage.xml
More file actions
24 lines (21 loc) · 983 Bytes
/
package.xml
File metadata and controls
24 lines (21 loc) · 983 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<package>
<name>angles</name>
<version>1.9.10</version>
<description>This package provides a set of simple math utilities to work
with angles. The utilities cover simple things like
normalizing an angle and conversion between degrees and
radians. But even if you're trying to calculate things like
the shortest angular distance between two joinst space
positions of your robot, but the joint motion is constrained
by joint limits, this package is what you need. The code in
this packge is stable and well tested. There are no plans for
major changes in the near future.</description>
<author email="hsu@osrfoundation.org">John Hsu</author>
<maintainer email="isucan@willowgarage.com">Ioan Sucan</maintainer>
<license>BSD</license>
<url>http://ros.org/wiki/angles</url>
<buildtool_depend version_gte="0.5.68">catkin</buildtool_depend>
<export>
<architecture_independent/>
</export>
</package>