Skip to content
Snippets Groups Projects
  1. Jan 13, 2016
  2. Jan 07, 2016
    • Christoph Schultz's avatar
      include contributions from pull request #364 properly · 0f9dd1ed
      Christoph Schultz authored
      This commit adds recipes for rosbridge_suite and its dependencies.
      Its main content is based on the commits of pull request #364 by
      Christoph Schultz.
      
      As maintainer, Lukas Bulwahn just included the contributions
      with a proper commit message, added the new packages to the
      packagegroup-ros-world, and slightly improved the line breaking.
      0f9dd1ed
  3. Dec 17, 2015
  4. Jun 13, 2015
    • Lukas Bulwahn's avatar
      separate resource-retriever and update robot-model · a0cbd6ec
      Lukas Bulwahn authored
      The resource_retriever package's source was moved into
      its own repository, and needs now python-urlgrabber.
      Hence, this commit provides the recipe for python-urlgrabber, moves
      the resource-retriever to its own location, and updates all other
      packages in the robot_model repository.
      a0cbd6ec
  5. Jun 08, 2015
  6. May 27, 2015
  7. Mar 30, 2015
  8. Jan 21, 2015
  9. May 15, 2014
  10. Feb 24, 2014
  11. Nov 26, 2013
  12. Aug 05, 2013
  13. Aug 04, 2013
  14. Aug 02, 2013
  15. Jul 22, 2013
    • Lukas Bulwahn's avatar
      python-nose: replacing duplicate recipe that is in meta-oe by a bbappend file... · cfdcdfd6
      Lukas Bulwahn authored
      python-nose: replacing duplicate recipe that is in meta-oe by a bbappend file to have a native recipe (resolves #66)
      cfdcdfd6
    • 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
  16. Jul 19, 2013
  17. Jul 05, 2013
  18. Jul 01, 2013
  19. Apr 30, 2013
  20. Apr 10, 2013
  21. Mar 04, 2013
  22. Feb 08, 2013
  23. Jan 31, 2013
Loading