Skip to content
Snippets Groups Projects
  1. Jun 13, 2015
    • Lukas Bulwahn's avatar
      ros-comm: updating to 1.11.13 · 18c30e07
      Lukas Bulwahn authored
      This commit:
      - removes std-srvs and rosgraph-msgs recipes, as their sources
      now are located in the ros_comm_msgs repository.
      - adds a recipe for the new roslz4 package, which rosbag-storage
      depends on.
      - removes the patch that has been merged upstream.
      18c30e07
  2. Mar 02, 2015
  3. Jan 21, 2015
  4. Dec 02, 2014
    • Gauthier Monserand's avatar
      roslaunch: Use as documented environment · ba3ff940
      Gauthier Monserand authored
      roscore-default: Removing not supported variable in variable
      roscore-default: Adding PATH, LD_LIBRARY_PATH and PYTHONPATH
      roscore.service: Using /opt/ros/hydro/bin instead of /usr/bin to launch
      roscore
      
      You can now install roslaunch-systemd :
      
      opkg install roslaunch-systemd
      
      and start roscore :
      
      systemctl start roscore
      ba3ff940
  5. Sep 05, 2014
  6. Aug 19, 2014
    • Lukas Bulwahn's avatar
      addressing obvious flaw in commit 53796fc4 · a15125d8
      Lukas Bulwahn authored
      In commit 53796fc4, bitbake fails at parsing. It slipped through,
      as I did not invoke any testing before submitting 53796fc4. This
      commit resolves the obvious shortcoming.
      a15125d8
    • Lukas Bulwahn's avatar
      making layout indentation use 4 spaces · 53796fc4
      Lukas Bulwahn authored
      The description is not indented after line breaks. All other
      information, i.e., the dependencies and SRCURI, are indented with
      four spaces after line breaks. Shell scripts are indented with
      multiples of four spaces.
      
      In recipes-ros, I located and checked for tabulators and spacing
      with these bash commands:
      
      egrep '^ [^ ]+' . --exclude *.patch -R
      egrep '^  [^ ]+' . --exclude *.patch -R
      egrep '^   [^ ]+' . --exclude *.patch -R
      egrep '^    [ ]+[^ ]+' . --exclude *.patch -R
      
      While going through the recipes and manually improving the layout,
      I also adjusted the descriptions to use maximal 100 characters
      per line.
      53796fc4
  7. Aug 18, 2014
    • Lukas Bulwahn's avatar
      improving formatting after automated style check · 8249cc8d
      Lukas Bulwahn authored
      After running oe-stylize.py on all recipes in recipes-ros, this
      commit improves the formatting of some recipes.
      
      To achieve this, I executed these commands in recipes-ros:
      find . -name *.bb | sed 's#\(.*\)#./oe-stylize.py \1 > \1_sanitized#' | sh
      find . -name *.bb | sed 's#\(.*\)#diff -Naur \1 \1_sanitized#' | sh > diffs
      
      Then, I manually inspected the diffs file, and improved the
      recipes.
      
      For the DESCRIPTION line in the addressed recipes, the line width
      of 100 characters was chosen, as the LIC_FILES_CHKSUM line and
      SRC_URI line usually are also around about 100 characters long.
      Hence, choosing a shorter line width, e.g. 80 characters, would
      have only created more line breaks, but not reduced the need to
      use a file viewer with which 100 characters line width can be
      displayed. For the github file and diff viewer and most editors
      on reasonably-sized screens, 100 character line width is no
      problem.
      8249cc8d
  8. Jun 23, 2014
  9. May 27, 2014
  10. Apr 25, 2014
  11. Apr 24, 2014
  12. Mar 20, 2014
  13. Mar 17, 2014
  14. Mar 08, 2014
  15. Mar 04, 2014
  16. Jan 20, 2014
  17. Oct 11, 2013
  18. Sep 24, 2013
  19. Sep 23, 2013
    • Lukas Bulwahn's avatar
      removing optional rostest dependencies · 9879db3a
      Lukas Bulwahn authored
      When CATKIN_ENABLE_TESTING is deactivated, the ROS packages do not
      require the rostest package.
      This commit includes a number of patches to be submitted in the
      upstream repositories and removes the rostest dependencies from
      the recipes.
      9879db3a
    • 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
  20. Sep 22, 2013
  21. Aug 26, 2013
  22. Aug 02, 2013
  23. Jul 24, 2013
  24. Jul 22, 2013
  25. Jul 11, 2013
  26. 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
  27. May 29, 2013
  28. May 21, 2013
  29. May 17, 2013
  30. Apr 11, 2013
Loading