Skip to content
Snippets Groups Projects
  1. Mar 09, 2015
  2. Mar 03, 2015
  3. Mar 02, 2015
  4. Feb 20, 2015
  5. Feb 18, 2015
    • KristofRobot's avatar
      Merge pull request #316 from bulwahn/master-next · ee404cf2
      KristofRobot authored
      work on octomap and README.md
      ee404cf2
    • Lukas Bulwahn's avatar
      37913b13
    • 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
  6. Feb 10, 2015
  7. Feb 08, 2015
  8. Jan 31, 2015
  9. Jan 21, 2015
  10. Jan 10, 2015
  11. 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
Loading