Skip to content
Snippets Groups Projects
  1. Jun 28, 2013
  2. 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
  3. Jun 11, 2013
  4. Jun 10, 2013
  5. Jun 04, 2013
  6. May 31, 2013
  7. 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
  8. May 24, 2013
  9. May 23, 2013
  10. May 22, 2013
  11. May 21, 2013
  12. May 17, 2013
  13. May 15, 2013
  14. May 14, 2013
  15. Apr 11, 2013
  16. Apr 10, 2013
  17. Apr 05, 2013
  18. Apr 04, 2013
    • Stefan Herbrechtsmeier's avatar
      topic-tools: Add rostest to DEPENDS · c8eaa64f
      Stefan Herbrechtsmeier authored
      
      The topic-tools fails during the do_compile step at:
      .../sysroots/x86_64-linux/usr/lib/libboost_thread-mt.so: could not read symbols: File in wrong format
      
      The failure comes from the rostest-native package which delivers a
      header file with boost dependencies and therefore add the relevant
      library to the link path. Add rostest to the DEPENDS to use the
      header and libraries from the cross sysroot and keep the native
      rostest for the binary.
      
      Fixed #51
      
      Signed-off-by: default avatarStefan Herbrechtsmeier <stefan@herbrechtsmeier.net>
      c8eaa64f
Loading