Skip to content
Snippets Groups Projects
  1. Mar 30, 2015
    • Lukas Bulwahn's avatar
      razor-imu-9dof: updating to 1.1.0 · be6640c1
      Lukas Bulwahn authored
      In version 1.1.0, razor-imu-9dof depends on dynamic-reconfigure.
      be6640c1
    • Lukas Bulwahn's avatar
      40c4945b
    • Lukas Bulwahn's avatar
      catkin: including root path in library search (addresses #291) · beb46774
      Lukas Bulwahn authored
      On the meta-ros issue tracker, the issue #291 reports a
      linking problem with rosconsole if ROS Hydro is also installed
      on the host system. Kristof investigated in that, and published
      a patch [1] on September 27th, 2014, which resolved the rosconsole
      issue, but showed issues with urdfdom.
      
      After reading through the discussion of issue #291, I started
      initial testing with Kristof's patch. After testing Kristof's
      patch, I also investigated the urdfdom problem, and came up with
      the solution to revert the part of his patch, which moved
      `-DCMAKE_INSTALL_PREFIX:PATH='${ros_prefix}'` to ros.bbclass.
      
      Initially, I believed that the issue that was addressed with
      the second part of Kristof's patch, has been resolved with
      commit 7e2eb25e. However,
      the issue remains, but is only reproducible with the Ubuntu
      saucy distribution.
      
      On my first local setup, I could reproduce the issue #291 with
      rosconsole on commit 47eab426.
      After applying this commit, the issue with rosconsole did not
      occur anymore on a clean fresh build.
      `bitbake packagegroup-ros-world` did not show any other further
      issues.
      
      On my second local setup, on a newly-installed Ubuntu 12.04
      (precise) system, I checked that the proposed commit resolves
      some linking problems to boost, with some latest
      OpenEmbedded-Core repository and the poky-dizzy distribution.
      A detailed report of the investigation of this second local
      setup is at my Github Gist [2].
      
      In the first review of the pull request #318, Kristof noticed
      that on an Ubuntu 13.10 (saucy), an issue with message-filters
      still occurs. I could not reproduce this and other reported
      errors on the Ubuntu 12.04 system, so I believe certain errors
      only appear on certain Ubuntu distributions, which makes them
      difficult to pinpoint. Therefore, we decided to defer the
      resolution of this problem with Ubuntu 13.10.
      
      To adjust to the concurrent work in pull request #319, during
      the rebasing, the patch has been moved from the catkin directory
      to the files directory.
      
      Kristof remains the author of the applied patch, as I have not
      modified the patch. I have put myself as this author's commit,
      as I take the responsibility of the modifications compared to
      Kristof's original work and I have tested this commit in my
      test setting.
      
      [1] https://github.com/KristofRobot/meta-ros/commit/9ff76ffb7a5aaa076a89a378e92d41adbfeb9b38
      [2] https://gist.github.com/bulwahn/a8d5b7c27550b399f866
      
      
      
      Signed-off-by: default avatarLukas Bulwahn <lukas.bulwahn@oss.bmw-carit.de>
      
      catkin: move to files directory (fixup)
      beb46774
  2. Mar 09, 2015
  3. Mar 02, 2015
  4. Feb 20, 2015
  5. 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
  6. Feb 08, 2015
  7. Jan 31, 2015
  8. Jan 21, 2015
  9. 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
  10. Dec 11, 2014
  11. 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
  12. Dec 01, 2014
  13. Nov 29, 2014
  14. Nov 17, 2014
Loading