- Mar 22, 2012
-
-
Arnaud Degroote authored
Changes since 1.6.1: Introduce new API for Pursuit function (by crobin@laas.fr)
-
- Mar 09, 2012
-
-
Antonio El Khoury authored
Mumps is a sparse linear solver, and could be used for other problems besides numerical optimization.
-
Antonio El Khoury authored
-
Antonio El Khoury authored
-
Antonio El Khoury authored
Robotpkg must look for sequential implementation libraries of Mumps. They are suffixed with _seq.
-
Anthony Mallet authored
- Fix patch-ab for the F_ARITH_SYMBOL definition - Add patch-ac fixing mumps_elapse symbol name definition - Suffix libraries with _seq, as we build only the sequential version (no MPI). - Add version tag to dso - Require gcc-fortran>=4 (f90 compiler).
-
- Mar 08, 2012
-
-
Anthony Mallet authored
Add configure/Makefile scripts, and try to make this robust. This needs testing.
-
- Mar 07, 2012
-
-
Antonio El Khoury authored
-
- Mar 06, 2012
-
-
Antonio El Khoury authored
-
Antonio El Khoury authored
-
Antonio El Khoury authored
* The flags were not taken into account by CMake as they were not set correctly. * The flags are for aggressive optimization, they should be set in robotpkg.conf if needed.
-
Antonio El Khoury authored
-
- Mar 05, 2012
-
-
Arnaud Degroote authored
-
Arnaud Degroote authored
-
Antonio El Khoury authored
* Install missing headers. * Refactor code.
-
- Mar 04, 2012
-
-
Antonio El Khoury authored
-
- Mar 03, 2012
-
-
Arnaud Degroote authored
-
Arnaud Degroote authored
Add a patch to search boost in cmake, as it is a direct dependency, and use the right include_dirs. Register the dependency in the robotpkg framework, and pass the computed boost flags to inner cmake fix PLIST
-
Arnaud Degroote authored
-
- Mar 01, 2012
-
-
Anthony Mallet authored
-
Antonio El Khoury authored
-
- Feb 29, 2012
-
-
Antonio El Khoury authored
MetaPOD is a template-based rigid body dynamics library.
-
- Feb 27, 2012
-
-
Antonio El Khoury authored
This package implements new geometry types in Kineo that can be used in collision checking and proximity queries. New geometries: * Capsule (Cylinder with two half-sphere caps) * Segment
-
- Feb 23, 2012
-
-
Arnaud Degroote authored
-
Arnaud Degroote authored
PKGVERSION is used by the framework so don't use it
-
Arnaud Degroote authored
-
- Feb 07, 2012
-
-
Anthony Mallet authored
-
- Feb 06, 2012
-
-
Anthony Mallet authored
-
Wuwei HE authored
Add license
-
- Feb 01, 2012
-
-
Arnaud Degroote authored
-
Arnaud Degroote authored
Adapt the Makefile patch to create bin and lib in ${PREFIX}. While here, use ${INSTALL} instead of hardcoding install, and try to be DESTDIR compliant
-
Arnaud Degroote authored
-
Arnaud Degroote authored
-
Arnaud Degroote authored
-
- Jan 31, 2012
-
-
Anthony Mallet authored
- Copy DESCR from the archive of the package - Update LICENSE: this software includes some code (how much?) from the bayes++ library, which is released under an MIT license. So better stick to the same license ?
-
Anthony Mallet authored
- Use proper build variables instead of re-defining a custom build rule - Compute necessary CFLAGS/LDFLAGS for dependencies - Disable for Darwin (no real testing infrastructure) - Use INSTALLATION_DIRS instead of manual mkdir - Handle DESTDIR in custom install rule - Pass CC, CFLAGS, LDFLAGS to the package makefiles - Fix hardcoded make program - Add missing dependencies: X11, mesa, glu - patch-aa: use gettimeofday() for all archs. ftime() is obsolete/not standard. Bump PKGREVISION
-
- Jan 27, 2012
-
-
Will He authored
- Add new functionality of on-line trajectory generation and the associated control mode, without no regeneration of path - Add abortMotionSmooth request - Add max timeScale setting
-
- Jan 25, 2012
-
-
Will He authored
fix compilation with boost
-
Will He authored
Low pass filters and Bayesian filters for sensor fusion: vision and forces
-
Séverin Lemaignan authored
Main changes since 3.9: - Plannification with OTP for object exchange. - Stop plannification when new plannification is launched. - Time parameters change for trajectory smoothing. - New request to desactivate collision check between human arm and robot.
-