Skip to content
Snippets Groups Projects
  1. May 30, 2013
  2. May 29, 2013
  3. May 24, 2013
  4. May 22, 2013
  5. May 21, 2013
  6. 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
    • Anthony Mallet's avatar
      [wip/genom3-ros] Update to 1.3 · 53ff0f34
      Anthony Mallet authored
      Changes since 1.2:
       - Add a plist target for the client/ros template, listing installed files
       - Fix parallel builds
      53ff0f34
  7. May 16, 2013
  8. May 15, 2013
  9. May 14, 2013
  10. May 13, 2013
    • Anthony Mallet's avatar
      [wip/tcl-genomix] Udpate to 1.1 · f4d25735
      Anthony Mallet authored
      Changes since 1.0:
       . Let "genomix load" accept additional arguments that are passed to the client
       . Consider the case where a service does not send a "sent" state
       . Fix 'reload' command
       . Allow service arguments to be passed as a flat list
       . Update history after interactively scanning arguments
      f4d25735
    • Anthony Mallet's avatar
      [wip/genomix] Update to 1.1 · 7d6dfd29
      Anthony Mallet authored
      Changes since 1.0:
       . Update "load" request syntax for passing arbitrary arguments to client
         init()
       . Try to open a "plugin.sö if dlopen'ing "plugin" fails
       . Implement C client API 20130319 ("exceptions")
       . Fix two error messages using strerror(3) instead of dlerror(3)
      7d6dfd29
    • Anthony Mallet's avatar
      [wip/genom3-ros] Update to 1.2 · 092278f2
      Anthony Mallet authored
      Changes since 1.1:
       . Fix "after" statements that depend on an activity
       . Fix local codel parameters passing when they don't match service param
         dir.
       . Fix detection of errors during automatic template regeneration
       . Implement service-local parameters
       . Handle exceptions as defined in genom3-2.99.17
       . Fix error detection in the Makefile rule generating the md5 sum for
         services
       . Disable actionlib status updates when goal status does not change
       . Add proper locking in client/c because of potential concurrency
       . Destroy things in a more logical order when terminating.
       . Fix a race in client/c when returning exception details
       . Log the current timestamp of messages in server debug mode
       . Do not start a service before incompatible ones are interrupted
       . Do not use 'feedback' in ros actions to transmit the internal request id
       . Handle remote server shutdown in client/c
       . Replace custom 'typeutils' file by procedures from genom3 2.99.19
       . Rework the synchronisation processus to use a SIGUSR1 signal
       . Block SIGUSR{1,2} and SIGCHLD for codel writer purpose
      092278f2
    • Anthony Mallet's avatar
      [wip/genom3-pocolibs] Update to 1.2 · 7eb96d31
      Anthony Mallet authored
      Changes since 1.1:
       . Fix "after" statements that depend on an activity
       . Fix local codel parameters passing when they don't match service's param
         dir.
       . Implement service-local parameters
       . Handle exceptions as defined in genom3-2.99.17
       . Fix a strcat(3) on a potentially uninitialized buffer in json serialization
       . Update code generation for 'remotes' so that it deals with exceptions
       . Fix a race in pocolibs_doevent() from client/c
       . Fix returned exception after codel interruption and tidy exec codels code
       . Replace custom 'typeutils' file by procedures from genom3 2.99.19
       . Rework the synchronisation processus to use a SIGUSR1 signal
       . Block SIGUSR{1,2} and SIGCHLD for codel writer purpose
      7eb96d31
Loading