- Jan 23, 2012
-
-
Florent Lamiraux authored
-
Anthony Mallet authored
- Delete stackoftasks from toplevel SUBDIR - Comment out an include of delete stackoftasks file in wip/sot-gui. Should wip/sot-gui be removed too?
-
- Jan 21, 2012
-
-
Florent Lamiraux authored
-
- Jan 19, 2012
-
-
Séverin Lemaignan authored
-
- Jan 18, 2012
-
-
Antonio El Khoury authored
* depend.mk: Add missing backslash.
-
Anthony Mallet authored
Pass cmake variables for glib-2.0 package. Note: the libmove3d cmakefile should probably use pkg-config for glib-2.0, instead of hardcoding a list of "standard" paths where to look for headers...
-
Arnaud Degroote authored
Bump PKGREVISION
-
Arnaud Degroote authored
-
Anthony Mallet authored
While here, reorder some statements to match what the documentation suggests.
-
- Jan 17, 2012
-
-
Anthony Mallet authored
-
Anthony Mallet authored
-
Antonio El Khoury authored
-
- Jan 16, 2012
-
-
Xavier Broquere authored
-
Xavier Broquere authored
-
Arnaud Degroote authored
-
Arnaud Degroote authored
Use Boost_SYSTEM_LIBRARY_RELEASE instead of Boost_SYSTEM_LIBRARY to compute the name of the library because Boost_SYSTEM_LIBRARY can contain a list of library path with the associated configuration (debug, release ...)
-
- 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
-