Skip to content
Snippets Groups Projects
  1. Mar 18, 2016
    • Arnaud Degroote's avatar
      [wip/py-morse] Upgrade to 1.4 · 52dd649a
      Arnaud Degroote authored and Matthieu Herrb's avatar Matthieu Herrb committed
      Changes since 1.3:
      ==================
      
      - Robots created in loop are handled smartly. They are still usable as
        previously, but it is also possible to access them using the list foos (if
        your robot name is foo) (#358).
      - Streams are now created lazily, fixing control with large number of robots /
        sensors (#626).
      52dd649a
  2. May 19, 2015
  3. Aug 14, 2014
    • Pierrick Koch's avatar
      [py-morse] add patch 1.2.2 · ccd5b3f3
      Pierrick Koch authored
      git diff --no-prefix HEAD..1.2.1 bindings > patch-aa
      
      fix missing chunk in asynchat patch
      fix asyncore.loop unsafe socket_map
      ccd5b3f3
  4. Jul 03, 2014
  5. Mar 12, 2014
  6. Feb 12, 2014
    • Anthony Mallet's avatar
      Update MASTER_REPOSITORY_OPENROBOTS · 1b0c75de
      Anthony Mallet authored
      Update all package using MASTER_REPOSITORY_OPENROBOTS so that they now use
      MASTER_REPOSITORY_OPENROBOTS_TRAC. This is to account for the upcoming
      git.openrobots.org migration.
      1b0c75de
  7. Jan 31, 2014
    • Arnaud Degroote's avatar
      [wip/py-morse] Update to 1.2 · 481fe7a9
      Arnaud Degroote authored
      Changes since 1.1
      =================
      
      API addition
      ++++++++++++
      
      - Add two methods ``sleep`` and ``time`` to handle time-related request. These
        methods are equivalent to the one provided by the ``Time`` module, but
        considers properly the simulated time. It is recommended to use these
        methods over ``Time`` one.
      481fe7a9
  8. Sep 16, 2013
    • Arnaud Degroote's avatar
      [wip/py-morse] Upgrade to morse 1.1 · 83f717c3
      Arnaud Degroote authored
      Changes since 1.0:
      ------------------
      
      The Python bindings for MORSE have been completely rewritten and is now
      much more efficient (based on *asynchat* API). However, it is mostly an
      internal rewrite, and the interface does not change.
      
      Changes at the package level:
      -----------------------------
      
      Remove *.py{c,o} entries from PLIST
      83f717c3
  9. Apr 02, 2013
  10. Mar 13, 2013
  11. Mar 12, 2013
  12. Mar 01, 2013
    • Arnaud Degroote's avatar
      [wip/py-morse] Update to 1.0 · e082d219
      Arnaud Degroote authored
      Changes since 0.6:
      
      The Python bindings for MORSE have been completely rewritten, now
      supporting a modern asynchronous interface (based on Python 3.2
      *futures*). It is also deemed as feature complete: it supports discovery
      of the simulation components, synchronous/asynchronous service
      invocation (including service cancellation) and synchronous/asynchronous
      read/write of datastream (#216).
      
      TODO: use ../../simulator/morse/Makefile.common
      e082d219
  13. Jan 10, 2013
  14. Oct 31, 2012
Loading