Skip to content
Snippets Groups Projects
  1. Jul 22, 2013
    • Lukas Bulwahn's avatar
      genpy: updated to hydro release version · 55b4e30b
      Lukas Bulwahn authored
      To update to the hydro release version, the genpy patch required
      some minor adjustments.
      55b4e30b
    • Lukas Bulwahn's avatar
      genlisp: updated to hydro release version · cad74da7
      Lukas Bulwahn authored
      To update the hydro release version, the genlisp required some
      minor adjustments.
      cad74da7
    • Lukas Bulwahn's avatar
      gencpp: updated to hydro release version · 808b3415
      Lukas Bulwahn authored
      To update to the hydro release version, the gencpp patch required
      some minor adjustments.
      808b3415
    • Lukas Bulwahn's avatar
      genmsg: updated to hydro release version · 5fe80144
      Lukas Bulwahn authored
      To update to the hydro release version, the genmsg patch required
      some minor adjustments.
      5fe80144
    • Lukas Bulwahn's avatar
    • Lukas Bulwahn's avatar
      c94e6cb9
    • Lukas Bulwahn's avatar
      adjusting dependencies of native recipes · 0e0fc08e
      Lukas Bulwahn authored
      To compile nodelet-topic-tools, we must provide a working
      dynamic-reconfigure in the native sysroot. This requires
      some adjustments to the native versions of the required
      python modules.
      
      In particular, the following tasks ran successfully for this
      commit:
      
      This command tests compiling rospack-native:
      rm bitbake.lock cache/ sstate-cache/ tmp-eglibc/ -rf && bitbake rospack-native
      
      This command tests compiling roslib-native:
      rm bitbake.lock cache/ sstate-cache/ tmp-eglibc/ -rf && bitbake roslib-native
      
      As nodelet-topic-tools uses rospack-native and roslib-native to
      some extent (dependency: rospack-native -> roslib-native ->
      dynamic-reconfigure-native -> nodelet-topic-tools), this command
      tests running rospack-native and roslib-native:
      rm bitbake.lock cache/ sstate-cache/ tmp-eglibc/ -rf && bitbake nodelet-topic-tools
      
      This command tests compiling rospack and roslib:
      rm bitbake.lock cache/ sstate-cache/ tmp-eglibc/ -rf && bitbake rospack
      rm bitbake.lock cache/ sstate-cache/ tmp-eglibc/ -rf && bitbake roslib
      
      All these command run with this commit without errors, and
      future commits to these files should keep them run without
      errors or justify modifications with better tests.
      
      A minor open issue related to rospack is issue #116
      (cf. https://github.com/bmwcarit/meta-ros/issues/116).
      
      This commit incorporates feedback from Stefan Herbrechtsmeier.
      0e0fc08e
  2. Jul 15, 2013
  3. Jul 11, 2013
  4. Jul 05, 2013
  5. Jul 01, 2013
  6. Jun 28, 2013
  7. Jun 13, 2013
    • Lukas Bulwahn's avatar
      rostest: rostest depends on rostest-native (resolves #83) · af1550ab
      Lukas Bulwahn authored
      The rostest package requires that the rostest executable can be
      found by cmake's find during configure. Hence, rostest depends on
      rostest-native.
      To implement this, rostest and rostest-native are defined with
      different dependencies.
      
      This commit resolves issue #83.
      af1550ab
  8. Jun 11, 2013
  9. Jun 10, 2013
  10. Jun 04, 2013
  11. May 31, 2013
  12. May 29, 2013
    • Lukas Bulwahn's avatar
      nodelet: initial commit · 07227849
      Lukas Bulwahn authored
      The nodelet package.xml also lists the dependency on uuid, but the
      recipe seems to work without.
      It uses the SRC_URI from its ros repository (instead of the ros-gbp
      repository), because in the commit
      30306b6b, we agreed to use the ros
      location instead of the ros-gbp location uniformly.
      07227849
    • Lukas Bulwahn's avatar
      pluginlib: initial commit · 2079d9e2
      Lukas Bulwahn authored
      The pluginlib is used by the nodelet package.
      2079d9e2
    • Lukas Bulwahn's avatar
      class-loader: initial commit · a57731c3
      Lukas Bulwahn authored
      The class-loader is used by the pluginlib.
      a57731c3
    • Lukas Bulwahn's avatar
      console-bridge: initial commit · 73da61d3
      Lukas Bulwahn authored
      The console-bridge is a cmake installation, but not a catkin package.
      In its current state, the recipe compiles and installs, but the
      class_loader package fails and complains with
      
      |   catkin_package() CATKIN_DEPENDS on 'console_bridge', which has been found
      |   in
      |   '(...)/build/tmp-eglibc/sysroots/qemux86-64/usr/share/console_bridge/cmake/console_bridge-config.cmake',
      |   but it is not a catkin package
      
      This commit provides the current state for further discussion and
      joint investigation.
      73da61d3
    • Lukas Bulwahn's avatar
      bond-core: adding all recipes of the bond_core repository · 74840ea4
      Lukas Bulwahn authored
      This commit adds the recipes for packages bond, bondcpp, smclib
      and bondpy. The first three packages are required for the nodelet
      package.
      74840ea4
    • Koen Kooi's avatar
      rostest: add missing dependency on python-nose · 29fe8f1b
      Koen Kooi authored
      
      | CMake Warning at /build/v2012.12/build/tmp-angstrom_v2012_12-eglibc/sysroots/x86_64-linux/usr/share/catkin/cmake/test/nosetests.cmake:90 (message):
      |   nosetests not found, Python tests can not be run (try installing package
      |   'python-nose')
      
      Signed-off-by: default avatarKoen Kooi <koen@dominion.thruhere.net>
      29fe8f1b
    • Lukas Bulwahn's avatar
      using ROS_BP more thoroughly · d532b8c6
      Lukas Bulwahn authored
      This commit uses ROS_BP in the recipes after ROS_BP was set right in
      the commit 0d07506b.
      d532b8c6
  13. May 24, 2013
Loading