Skip to content
Snippets Groups Projects
  1. Oct 10, 2012
  2. Oct 09, 2012
    • Anthony Mallet's avatar
      [wip/ros-common-msgs] Fix actionlib_msgs cmake rules for install target · 0fe34bee
      Anthony Mallet authored
      Install .msg files generated from .action under the correct path.
      0fe34bee
    • Anthony Mallet's avatar
      [wip/ros-genmsg] Add a small patch needed for actionlib generated .msg · 92941b60
      Anthony Mallet authored
      actionlib generated messages are in "build" directory. Without the patch, the
      cmake rules for message generation would install those generated .msg under a
      wrong path.
      
      Simply add an optional parameter to add_message_file() and add_service_file()
      that allows to specify both the source and destination dir of input files,
      instead of considering they are the same. This is only used by actionlib and
      has no side effect on other packages.
      92941b60
    • Anthony Mallet's avatar
      [wip/ros-actionlib] Import ros-actionlib-1.8.7 · 40eca7e4
      Anthony Mallet authored
      The actionlib package provides a standardized interface for interfacing with
      preemptible tasks. Examples of this include moving the base to a target
      location, performing a laser scan and returning the resulting point cloud,
      detecting the handle of a door, etc.
      
      In any large ROS based system, there are cases when someone would like to send
      a request to a node to perform some task, and also receive a reply to the
      request. This can currently be achieved via ROS services.
      
      In some cases, however, if the service takes a long time to execute, the user
      might want the ability to cancel the request during execution or get periodic
      feedback about how the request is progressing. The actionlib package provides
      tools to create servers that execute long-running goals that can be
      preempted. It also provides a client interface in order to send requests to the
      server.
      40eca7e4
    • Anthony Mallet's avatar
      [wip/ros-common-msgs] Import ros-common-msgs-1.8.13 · 3e310dd7
      Anthony Mallet authored
      common_msgs contains messages that are widely used by other ROS packages. These
      includes messages for actions (actionlib_msgs), diagnostics (diagnostic_msgs),
      geometric primitives (geometry_msgs), robot navigation (nav_msgs), and common
      sensors (sensor_msgs), such as laser range finders, cameras, point clouds.
      3e310dd7
    • Anthony Mallet's avatar
    • Anthony Mallet's avatar
      [wip/ros-comm] Import ros-comm-1.8.15 · 85f85b80
      Anthony Mallet authored
      The ros_comm stack contains the ROS middleware/communications packages. This
      packages are collectively known as the ROS "Graph" layer. They provide
      implementations and tools for topics, nodes, services, and parameters. This
      includes the supported ROS client libraries: roscpp, rospy, and roslisp.
      85f85b80
    • Anthony Mallet's avatar
      [wip/ros-genlisp] Remove garbage · e32f71d6
      Anthony Mallet authored
      e32f71d6
    • Anthony Mallet's avatar
    • Anthony Mallet's avatar
      [wip/ros18-base] Fix installation and PLIST of some python packages · f7a45c8a
      Anthony Mallet authored
      Some ros python packages require py-setuptools instead of using vanilla
      distutils. This has the side effect of installing so called EGG_INFO
      directories that behave differently depending on the platform (sometimes the
      directory is zipped, sometimes not). The PLIST may then be broken.
      
      Instead of fighting with this, just use distutils instead of setuptools since
      setuptools does not bring anything useful in robotpkg (does it?). This is done
      via a SUBST stage in setup.py for packages that declare using it.
      
      Affected packages are, so far:
       - ros-gencpp
       - ros-genlisp
       - ros-genpy
      f7a45c8a
    • Anthony Mallet's avatar
      [wip/ros18-base] Factor out some common code in Makefile.common · 1e53ca48
      Anthony Mallet authored
      Factor out the following:
       - PKGNAME with ros- prefix. This is overrided for a few base pkgs only
       - MAINTAINER
       - LICENSE
      
      These can still be overriden on a per pkg basis.
      1e53ca48
    • Arnaud Degroote's avatar
      [wip/trajectory_monitor-genom] Fix PLIST · 8de066a5
      Arnaud Degroote authored
      8de066a5
  3. Oct 08, 2012
  4. Oct 04, 2012
  5. Sep 13, 2012
  6. Sep 12, 2012
  7. Sep 04, 2012
  8. Sep 03, 2012
Loading