Skip to content
Snippets Groups Projects
  1. Jan 21, 2015
  2. 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
  3. Sep 05, 2014
  4. Jun 23, 2014
  5. Apr 24, 2014
  6. Mar 17, 2014
  7. Mar 08, 2014
    • Kristof Robot's avatar
      catkin: adding pkgutil run dependency · 66e2ad66
      Kristof Robot authored
      Resolves import error in __init__.py files derived from catkin/cmake/templates/__init__.py.in template,
      e.g. in tf:
        File "/usr/lib/python2.7/site-packages/tf/__init__.py", line 7, in <module>
          from pkgutil import extend_path
      ImportError: No module named pkgutil
      66e2ad66
  8. Mar 04, 2014
  9. Mar 03, 2014
  10. Oct 11, 2013
  11. Sep 23, 2013
    • Lukas Bulwahn's avatar
      removing native packages and dependencies · aa2ce283
      Lukas Bulwahn authored
      The native packages are not required anymore, because the needed
      python scripts during compile time are also provided by the
      cross-compiled packages and the python scripts are platform
      independent. Only the catkin package is provided as native package.
      aa2ce283
  12. Sep 22, 2013
  13. Aug 26, 2013
  14. Aug 05, 2013
  15. Aug 01, 2013
  16. Jul 22, 2013
  17. Jul 15, 2013
  18. Jul 01, 2013
  19. Jun 28, 2013
  20. Apr 10, 2013
  21. Apr 04, 2013
  22. Mar 14, 2013
  23. Feb 28, 2013
  24. Feb 15, 2013
  25. Feb 01, 2013
  26. Jan 31, 2013
  27. Jan 30, 2013
Loading