- Jan 13, 2012
-
-
Arnaud Degroote authored
-
- Jan 12, 2012
-
-
Arnaud Degroote authored
-
- Jan 10, 2012
-
-
Arnaud Degroote authored
Given the continuous control trajectory provided by the navigation module (MPC avoidObs), the MPC controller is aimed at cheking if the control trajectory is still valid and admissible for the robotic system (respects its motion constraints) and computing a command to provide as input of the robotic system.
-
Arnaud Degroote authored
MPC_avoidObs genom is a module encapsulating several reactive navigation algorithm including: - A trajectory selection approach : a reactive navigation method allowing to navigate in a unknown environment by computing at each time step a set of candidate trajectories and selecting the best one - A trajectory following with obstacle avoidance approach : a reactive method trying to follow a reference trajectory while avoiding unforseen obstacles
-
Arnaud Degroote authored
The MPC planner module provides several tools to plan, record and apply geometric transformations over a discrete trajectory. The current version to not include any global motion planning approach of the MPC library as the current experiments have been focused on exloring an unknown environment or repeating a learnt trajectory. However, it provides any I/O tools to load, save, and modify a recorded trajectory.
-
Arnaud Degroote authored
The MPC dem treatment is aimed at preprocessing the data elevation map given by the DTM genom module to provide a representation of the environment understandable by the navigation algorithms. It can compute slope maps, classify the environment into free or obstacle, and compute distance to obstacles maps.
-
Arnaud Degroote authored
MPC is a set of libraries designed for outdoor robot navigation. It contains several reactive and deliberative navigation algorithms.
-
- Jan 09, 2012
-
-
Arnaud Degroote authored
While here, add the correct headings
-
- Jan 06, 2012
-
-
Xavier Broquere authored
This module is compatible with the Logitech Cordless RumblePad 2 joystick.
-
- Jan 03, 2012
-
-
Matthieu Warnier authored
-
- Dec 28, 2011
-
-
Arnaud Degroote authored
In particular, avoid to install *.orig or *.rej file, generated by patch(1).
-
Arnaud Degroote authored
In particular, avoid to install *.orig or *.rej file, generated by patch(1).
-
Arnaud Degroote authored
-
- Dec 26, 2011
-
-
Arnaud Degroote authored
nearbyint is not supported on some plateform, in particular NetBSD, so use lrint, which is in this case more appropriate.
-
Arnaud Degroote authored
-
Arnaud Degroote authored
-
- Dec 21, 2011
-
-
Arnaud Degroote authored
To compute the backtrace, we use the execinfo API, which is available by default only on Linux + Glibc. So, desactive the associated code on platform != linux
-
Arnaud Degroote authored
Some dependencies are required by the package but were marked as optional FindBoost.cmake is a mess, it detects correctly boost_libs with BOOST_ROOT defined, but not with BOOST_LIBRARYDIR or any other variant, so go with BOOST_ROOT for moment ...
-
Arnaud Degroote authored
Still need to compute correctly HRI one, but it requires spark :)
-
Arnaud Degroote authored
-
Arnaud Degroote authored
-
- Dec 20, 2011
-
-
Arnaud Degroote authored
Bump PKGREVISION
-
Arnaud Degroote authored
-
- Dec 15, 2011
-
-
Arnaud Degroote authored
While here, reorder dependencies
-
Matthieu Herrb authored
-
- Dec 13, 2011
-
-
Anthony Mallet authored
Add patch-aa passing necessary CFLAGS for the build of libfe.la
-
- Dec 12, 2011
-
-
Anthony Mallet authored
-
- Dec 11, 2011
-
-
Anthony Mallet authored
-
Anthony Mallet authored
-
Anthony Mallet authored
-
- Nov 25, 2011
-
-
Anthony Mallet authored
gmake-3.82 does not like space in archive members
-
- Nov 24, 2011
-
-
Xavier Broquere authored
Lastwave is a signal processing oriented command language. see http://www.cmap.polytechnique.fr/~bacry/LastWave/ for details.
-
- Nov 16, 2011
-
-
Matthieu Herrb authored
-
Matthieu Herrb authored
-
Matthieu Herrb authored
-
Matthieu Herrb authored
-
Matthieu Herrb authored
replaces http:// with git:// by default
-
Matthieu Herrb authored
-
- Nov 14, 2011
-
-
Arnaud Degroote authored
-
- Nov 08, 2011
-
-
Jim Mainpri authored
New OTP (object transfer point) algorithms New option 'hri_costspace' that links with libmove3d-planners
-