2010-11-24 17:06:52 +01:00
|
|
|
The basic geometry and math libraries used in ROS.
|
|
|
|
|
2011-06-01 00:24:13 +02:00
|
|
|
angles: 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 also functions to calculate things like the shortest
|
|
|
|
angular distance between two joinst space positions of your robot, with the
|
|
|
|
joint motion constrained by joint limits.
|
2010-11-24 17:06:52 +01:00
|
|
|
|
2011-06-01 00:24:13 +02:00
|
|
|
bullet: Contains the Bullet professional free 3D Game Multiphysics Library. The
|
|
|
|
Bullet library provided by this ROS package is slightly different from the
|
|
|
|
official Bullet release.
|
2010-11-24 17:06:52 +01:00
|
|
|
|
2011-06-01 00:24:13 +02:00
|
|
|
eigen: This package contains the Eigen C++ template library for linear algebra.
|
2010-11-24 17:06:52 +01:00
|
|
|
|
2011-06-01 00:24:13 +02:00
|
|
|
KDL: This package contains the Kinematics and Dynamics Library (KDL),
|
|
|
|
distributed by the Orocos Project.
|
2010-11-24 17:06:52 +01:00
|
|
|
|
2011-06-01 00:24:13 +02:00
|
|
|
tf: This package lets you keep track of multiple coordinate frames over time.
|
|
|
|
tf maintains the relationship between coordinate frames in a tree structure
|
|
|
|
buffered in time, and lets the user transform points, vectors, etc between any
|
|
|
|
two coordinate frames at any desired point in time.
|
2010-11-24 17:06:52 +01:00
|
|
|
|
|
|
|
WWW: http://www.ros.org/wiki/geometry
|