Skip to content
Snippets Groups Projects
  1. Mar 02, 2015
  2. Feb 20, 2015
  3. Feb 18, 2015
    • Lukas Bulwahn's avatar
      octomap: simplifying recipe · 6eeb185b
      Lukas Bulwahn authored
      
      When I investigated the issue #291 with Kristof's patch applied,
      I noticed that `bitbake octomap` failed.
      
      Due to my inspection, I believe that the inheritance on ros
      was only needed as the ROS_SPN and ROS_SP variables were used in
      the recipe. After simply using the default variables, BPN and BP,
      I removed the inheritance on ros.
      
      Furthermore, as meta-ros only has one recipe for octomap base
      library for now, we do not need to split the recipe definition
      in an include and a recipe file.
      Probably, this was done as premature optimization believing
      that the libraries from the octomap repository, e.g., octovis,
      would be added shortly after.
      
      Testing with `bitbake packagegroup-ros-world` reported no errors.
      
      Signed-off-by: default avatarLukas Bulwahn <lukas.bulwahn@oss.bmw-carit.de>
      6eeb185b
  4. Feb 08, 2015
  5. Jan 31, 2015
  6. Jan 21, 2015
  7. Jan 09, 2015
    • Timo Mueller's avatar
      catkin: Use ros_prefixed paths consistently · 7836f37b
      Timo Mueller authored
      ROS and catkin packages install their assets to paths prefixed by
      ros_prefix. As the recipe was trying to collect the assets for the dev
      package in the wrong locations, the dev package was empty.
      
      To address this we use the ros_prefix consistently across the recipe.
      7836f37b
  8. Dec 11, 2014
  9. Dec 02, 2014
    • Gauthier Monserand's avatar
      roslaunch: Use as documented environment · ba3ff940
      Gauthier Monserand authored
      roscore-default: Removing not supported variable in variable
      roscore-default: Adding PATH, LD_LIBRARY_PATH and PYTHONPATH
      roscore.service: Using /opt/ros/hydro/bin instead of /usr/bin to launch
      roscore
      
      You can now install roslaunch-systemd :
      
      opkg install roslaunch-systemd
      
      and start roscore :
      
      systemctl start roscore
      ba3ff940
  10. Dec 01, 2014
  11. Nov 29, 2014
  12. Nov 17, 2014
  13. Oct 06, 2014
    • Lukas Bulwahn's avatar
      navigation: updating to 1.11.13 · 3581b367
      Lukas Bulwahn authored
      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.
      3581b367
  14. Sep 24, 2014
  15. Sep 08, 2014
Loading