Skip to content
Snippets Groups Projects
  1. Jul 25, 2013
  2. Jul 24, 2013
  3. Jul 23, 2013
  4. Jul 18, 2013
  5. Jul 17, 2013
  6. Jul 12, 2013
  7. Jul 10, 2013
  8. Jul 09, 2013
  9. Jun 28, 2013
    • Anthony Mallet's avatar
      [wip/jrl-dynamics-urdf] First pass at fixing build system · f2075264
      Anthony Mallet authored
      Add a sample patch illustrating how to get rid of 'rosbuild' and use plain
      'cmake'. This is of course just an example: upstream should decide what to do.
      
      This still does not build as it requires bullet + ros-robot-model, not packaged
      yet.
      f2075264
    • Anthony Mallet's avatar
      [wip/jrl-dynamics-urdf] Minor fix, major TODO · 30265de0
      Anthony Mallet authored
      . Remove inclusion of ros-base/Makefile.common. This file is only for ros
        packages, not packages using ros!
      
      . Fix MASTER_REPOSITORY
      
      . Delete useless 'build' directory creation
      
      . Add a major TODO: this package is currently using rosbuild + some deprecated
        dependencies (e.g. common_rosdeps). rosbuild is not supported by robotpkg
        (this conflics too much with per-package configure/build/install
        strategy). So this package should be converted to plain cmake (or catkin if
        really needed, but since this package does not provide any .msg/.srv, catkin
        is mostly useless and plain cmake + pkg-config will just do).
      30265de0
    • olivier stasse's avatar
      [wip/jrl-dynamics-urdf] Introduces jrl-dynamics-urdf. · 92b1a039
      olivier stasse authored
      Right now fails when trying to compile with catkin.
      Is not able to find ros environment without catkin.
      92b1a039
  10. Jun 26, 2013
  11. Jun 24, 2013
  12. Jun 18, 2013
  13. Jun 11, 2013
  14. Jun 10, 2013
    • Arnaud Degroote's avatar
      [wip/jafar-rtslam] Fix the computing of pkg-config requirements · 21a4ac27
      Arnaud Degroote authored
      It now includes the jafar module selected by options too.
      Bump PKGREVISION (again).
      21a4ac27
    • Arnaud Degroote's avatar
      [wip/jafar-qdisplay] Fix requirement name in pc file · 9c666480
      Arnaud Degroote authored
      Bump PKG_REVISION
      9c666480
    • Anthony Mallet's avatar
      [wip/demo-genom3] Update to 1.1 · 71118c4d
      Anthony Mallet authored
      Changes since 1.0:
       . Update codels to the new pass-by-value interface
       . Change the installed .pc name to match component name.
      71118c4d
    • Anthony Mallet's avatar
      [wip/tcl-genomix] Update to 1.2 · 8c6241d6
      Anthony Mallet authored
      Changes since 1.1:
       . Implement a 'abort' command in $rqstid procedures
       . Fix conversion of dictionaries to json string when strings contain " or \
      8c6241d6
    • Anthony Mallet's avatar
      [wip/genomix] Update to 1.2 · a07c9514
      Anthony Mallet authored
      Changes since 1.1:
       . Implement a 'abort' http request, using abort() from client/c
      a07c9514
    • Anthony Mallet's avatar
      [wip/genom3-ros] Update to 1.5 · 32b7a516
      Anthony Mallet authored
      Changes since 1.4:
       . Implement the new codel interface (pass by value for simple types)
       . Implement new genom_state information
       . Implement abort_activity() in server and abort() in client/c
       . Implement kill() service in server
       . Before quitting, interrupt running activities and wait for completion
       . Fix IDL sequences to .msg mappings and always use unbounded ros arrays
       . Bug fix client/c to correctly handle actionlib goal transitions to 'LOST'
       . Bug fix for json strings containing " or \ in client/c
      32b7a516
    • Anthony Mallet's avatar
      [wip/genom3-pocolibs] Update to 1.3 · d45a294e
      Anthony Mallet authored
      Changes since 1.2:
       . Implement the new codel interface (pass by value for simple types)
       . Implement new genom_state information
       . Implement abort_activity() in server and abort() in client/c
       . Implement kill() service in server
       . Add a pocolibs specific exception so that genom::syserr is used only for
         system errors.
       . Before quitting, interrupt running activities and wait for completion
       . Bug fix when running multiple tasks with mismatched activities
       . Bug fix for copying fixed size IDL sequences
       . Bug fix for json strings containing " or \ in client/c
      d45a294e
    • Anthony Mallet's avatar
      [wip/genom3] Update to 2.99.20 · 09a88374
      Anthony Mallet authored
      Changes since 2.99.19:
       . Changed codels prototypes so that basic types are passed by value instead of
         const reference.
       . Updated the "genom_state" standard port, with a list of running activities
         and timing properties of tasks.
       . Added a standard service for killing a component.
       . Changed the "mappings" templates to generate the mappings on stdout instead
         of in as many files as components.
       . Changed the skeleton template so that components are named with a "-genom3"
         suffix instead of "-genom". This is more consistent with e.g. robotpkg
         packages.
       . Updated IDL to C++ mappings. They should now be complete and stable.
       . Fixed the C mappings for bounded sequences when used in a C++ context.
       . Added an abort() method in the client/c interface, for aborting services via
         a client request id.
       . Renamed the environment variable used to redefine the .gen prepocessor from
         "CPP" to "GENOM_CPP".
       . Added [$type parent] and [$type nested] procedures in the tcl generator
         engine, to access nested types definitions (required for the IDL to C++
         mappings).
       . Added a [dotgen interface] procedure in the tcl generator engine, listing
         existing interfaces in the input file.
       . Added a "+silent" mode to the tcl [engine mode] procedure, that leaves
         stdout uncluttered for template-specific usage.
       . Documented the IDL type manipulation procedures of the tcl generator engine.
       . Documented the IDL to C++ mappings and added missing entries for ports and
         remotes in the IDL to C mappings.
      09a88374
  15. Jun 09, 2013
  16. Jun 05, 2013
  17. May 30, 2013
Loading