Commit Graph

12 Commits

Author SHA1 Message Date
Lukas Bulwahn 3581b36768 navigation: updating to 1.11.13
This commit also adds cmake-modules to the dependencies of
clear-costmap-recovery, while looking into an build issue of the
intermediate version 1.11.12(!) of navigation.
2014-10-06 17:24:35 +02:00
Lukas Bulwahn 53796fc4b1 making layout indentation use 4 spaces
The description is not indented after line breaks. All other
information, i.e., the dependencies and SRCURI, are indented with
four spaces after line breaks. Shell scripts are indented with
multiples of four spaces.

In recipes-ros, I located and checked for tabulators and spacing
with these bash commands:

egrep '^ [^ ]+' . --exclude *.patch -R
egrep '^  [^ ]+' . --exclude *.patch -R
egrep '^   [^ ]+' . --exclude *.patch -R
egrep '^    [ ]+[^ ]+' . --exclude *.patch -R

While going through the recipes and manually improving the layout,
I also adjusted the descriptions to use maximal 100 characters
per line.
2014-08-19 09:09:47 +02:00
Lukas Bulwahn 30af823e6c navigation: updating to 1.11.11 2014-08-03 06:32:52 +02:00
Lukas Bulwahn 1b82019140 navigation: updating to 1.11.10 2014-06-28 08:23:59 +02:00
Lukas Bulwahn 292dea80c3 navigation: updating to 1.11.9 2014-06-23 09:26:37 +02:00
Lukas Bulwahn f870bdd54b navigation: updating to 1.11.8
The previously applied patch has been included in 1.11.8 and is
removed from the recipe and this repository. Furthermore, the
LIC_FILES_CHKSUMs are adjusted to changes in the package.xml files.
2014-06-02 22:56:58 +02:00
Lukas Bulwahn 66678a7297 amcl: adjusting license string (resolves #250) 2014-05-12 08:05:40 +02:00
Lukas Bulwahn 21f7799ee9 adding Upstream-Status remarks to patches in recipes-ros
This commit further adds a simple fix to the patch for the ros-comm
repository.
2014-04-24 07:03:36 +02:00
Lukas Bulwahn 02912b571c navigation: removing rostest dependency 2014-03-20 08:01:52 +01:00
Lukas Bulwahn debf5e4c6e navigation: updating to 1.11.6
The patches provided upstream are part of 1.11.6 and are removed.
2014-03-17 12:59:57 +01:00
Kristof Robot 1d8895f830 robot-pose-ekf: initial commit 2014-02-26 22:26:33 +01:00
Lukas Bulwahn c899084193 navigation: initial commit
This commit includes all navigation packages except robot_pose_ekf.
The robot_pose_ekf requires bfl, which we could not provide yet.
2013-11-06 06:56:30 +01:00