Skip to content
Snippets Groups Projects
  1. Jul 22, 2013
  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
Loading