aboutsummaryrefslogtreecommitdiff
path: root/math/ros-geometry/files
Commit message (Collapse)AuthorAgeFilesLines
* Remove expired ports:Rene Ladan2014-03-286-149/+0
| | | | | | | | | | | | | | | | | | 2014-03-27 audio/pysol-sound-server: Broken, abondonware, use pysolfc 2014-03-27 games/pysol-cardsets: Broken, abondonware, use pysolfc 2014-03-27 games/pysol-music: Broken, abondonware, use pysolfc 2014-03-27 games/pysol: Broken, abondonware, use pysolfc 2014-03-28 devel/ros_tutorials: Depends on expiring devel/ros_comm 2014-03-28 math/ros-geometry: Depends on expiring devel/ros_comm 2014-03-28 devel/ros-nxt: Depends on expiring devel/ros_comm 2014-03-28 devel/ros-rx: Depends on expiring devel/ros_comm 2014-03-28 devel/R-cran-vcd: New port without proper maintainer 2014-03-28 devel/ros-documentation: Depends on expiring devel/ros_comm 2014-03-28 devel/ros-common_msgs: Depends on expiring devel/ros_comm 2014-03-28 devel/ros_comm: Broken for more than 6 months Notes: svn path=/head/; revision=349406
* Fix include file so that devel/ros-laser_pipeline builds with clang.Rene Ladan2011-07-261-0/+11
| | | | Notes: svn path=/head/; revision=278379
* Fix build with clang (third-party component bullet)Rene Ladan2011-07-261-0/+57
| | | | | | | Obtained from: upstream bullet repository, revision 2222 Notes: svn path=/head/; revision=278375
* Make patch-bullet__CMakeLists.txt suitable for upstream.Rene Ladan2011-06-021-11/+8
| | | | Notes: svn path=/head/; revision=274977
* Upgrade the Robot Operating System ports to their 1.4 aka Diamondback versions.Rene Ladan2011-05-315-99/+39
| | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=274902
* The basic geometry and math libraries used in ROS.Rene Ladan2010-11-244-0/+144
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 Notes: svn path=/head/; revision=265095