Skip to content
Snippets Groups Projects
  1. Jun 24, 2013
  2. Jun 18, 2013
  3. Jun 11, 2013
  4. 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
  5. Jun 09, 2013
  6. Jun 05, 2013
  7. May 30, 2013
  8. May 29, 2013
  9. May 24, 2013
  10. May 22, 2013
  11. May 21, 2013
  12. May 17, 2013
    • Anthony Mallet's avatar
      [wip/demo-genom3] Import demo-genom3-1.0 · 8fc4dfbf
      Anthony Mallet authored
      This is the first attempt at packaging genom3 components.
      Expect some problems...
      8fc4dfbf
    • Anthony Mallet's avatar
      [wip/genom3] Add module.mk for inclusion in a genom3 module · 7dc67db6
      Anthony Mallet authored
      The module.mk file defines the necessary stuff for compiling a genom3
      component. In particular, it defines a list of options corresponding to each
      available template and a PLIST.template common to all components.
      
      Note: building separate binary packages for each template is currently not
      possible in robotpkg. A directory corresponds very much to a single package,
      and adding multi-packages without breaking higher level targets (like checkout,
      package sets or bulk) will be very hard.
      7dc67db6
Loading