Commit graph

9 commits

Author SHA1 Message Date
Rene Ladan
2dda84175e Fix include file so that devel/ros-laser_pipeline builds with clang. 2011-07-26 21:24:51 +00:00
Rene Ladan
eea970e2ad Fix build with clang (third-party component bullet)
Obtained from:	upstream bullet repository, revision 2222
2011-07-26 20:45:15 +00:00
Rene Ladan
648262ce4d Make patch-bullet__CMakeLists.txt suitable for upstream. 2011-06-02 13:46:59 +00:00
Rene Ladan
50e35629b5 Update to 1.4.2
Changes: http://ros.org/wiki/geometry/ChangeList/1.4/
2011-06-01 17:44:47 +00:00
Rene Ladan
da287c3a37 Upgrade the Robot Operating System ports to their 1.4 aka Diamondback versions.
Detailed changelists are available on the WWW sites.

Port changes:
- distribution files are now fetched from upstream servers instead of
  using local copies from my server
- Python files are now always compiled (to .pyc and .pyo) and use Python 2.7
- devel/ros is now split in to devel/ros, devel/ros-documentation,
  devel/ros-rx, and devel-ros-comm to allow more lightweight installations
- Connect latter 3 ports to the build
2011-05-31 22:24:13 +00:00
Rene Ladan
4b8625ac6c Update port names of ros-common_msgs and ros-geometry in (dependent) Makefiles. 2011-05-03 20:54:20 +00:00
Rene Ladan
d69b1cae15 Fix arguments to ${FIND} so that temporary directories are deleted again
before installing.

Submitted by:	QAT
2010-11-29 16:42:54 +00:00
Rene Ladan
b7c33a6710 - Use WRKSRC instead of WRKDIR in the MAKE environment to point to the
build directory
- No need to make scripts in */src/* executable
- Don't move libraries to PREFIX/lib but symlink them there, some Python
  modules depend on the libraries in their original location
- Sort pkg-plist
- Bump PORTREVISION
2010-11-29 15:29:36 +00:00
Rene Ladan
d441d95202 The basic geometry and math libraries used in ROS.
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.

bullet:
Contains version 2.76 of the Bullet professional free 3D Game Multiphysics
Library. The Bullet library provided by this ROS package is slightly different
from the official Bullet release.

eigen:
This package contains version 2.0.15 of the Eigen C++ template library for
linear algebra.

KDL:
This package contains a recent version of the Kinematics and Dynamics Library
(KDL), distributed by the Orocos Project. For stability reasons, this package
is currently locked to revision 31715, but this revision will be updated on a
regular basis to the latest available KDL trunk.

tf:
tf is a package that lets the user 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.

WWW: http://www.ros.org/wiki/geometry
2010-11-24 16:06:52 +00:00