Skip to content
Snippets Groups Projects
  1. Sep 13, 2013
    • Anthony Mallet's avatar
      [wip/move3d-studio] Account for moved gts + xforms dependencies · 372df24e
      Anthony Mallet authored
      While here, sort lines.
      372df24e
    • Anthony Mallet's avatar
      [wip/libmoved] Account for moved gts + xform dependencies · bea80de4
      Anthony Mallet authored
      While here, sort lines.
      bea80de4
    • Benjamin VADANT's avatar
      [wip/move3d-studio] improving Makefile · 975ee2bf
      Benjamin VADANT authored
      975ee2bf
    • Pierrick Koch's avatar
      [wip/gladys] Update to gladys-0.1.4 · 98812070
      Pierrick Koch authored
      Arnaud Degroote (8):
            Use bundled_properties in nav_graph
            [cmake] Tell to pkg-config where is really the gladys library
            Add a getter on the internal graph of nav_graph
            Add a field t to edge structure
            Initial implementation of dstar lite algorithm
            Document a bit dstar
            [test] Fix header of dstar test
            cleanup included file
      
      Cyril Robin (5):
            Fix dependencies
            Getter are const
            Add getters with pointer for huge data structures
            Enum names are public.
            Replace pointers by const ref in getters (safer)
      
      Pierrick Koch (18):
            [python] cleanup
            [robotpkg] add tool for package update
            [weight] add missing references
            Revert "Enum names are public."
            [python] 'N' to view the weight-map
            [python] switch between all region bands
            [doc] add note about contrib in readme
            [doc] Markdown-ify the readme and add license
            [weight] remove last get_*_pt()
            [gdal] add handy method to display a raster
            [nav_graph] get_vertex -> get_vertex_or_create to avoid confusion
            [nav_graph] load if unknown, then weight is max
            [visibility] add visibility_map (wip)
            [cmake] fix gladys.pc shall NOT require GDAL
            cleanup to_string
            [python] decrease path width (5->2px)
            [visibility] some update
            v0.1.4
      98812070
    • Arnaud Degroote's avatar
      [wip/libmove3d-planners] Fix depend.mk · 305410dd
      Arnaud Degroote authored
      Spotted by tho :)
      305410dd
    • Arnaud Degroote's avatar
      [wip/libmove3d-planners] Improve the package · 9c570b84
      Arnaud Degroote authored
      Improve depend.mk
      Fix PLIST
      Bump PKGREVISION
      9c570b84
  2. Sep 12, 2013
  3. Sep 11, 2013
  4. Sep 10, 2013
  5. Sep 05, 2013
  6. Sep 03, 2013
  7. Aug 28, 2013
  8. Aug 27, 2013
  9. Aug 26, 2013
    • Arnaud Degroote's avatar
      [wip/hyper_genom] Upgrade to 0.11 · 83ca62bd
      Arnaud Degroote authored
      Changes since 0.10:
      -------------------
       - Generate automatically part of the glue needed to communicate with
         genom2 module
      83ca62bd
    • Arnaud Degroote's avatar
      [wip/hyper] Upgrade to 0.12 · 4f7f1daa
      Arnaud Degroote authored
      Important changes since 0.11
      -----------------------------
         - test program has been improved, allowing to pass complex constraint to
         the tested agents
         - doc improvements including new tutorials and more advanced documentation
         - compiler extensions interface has been extended, with more control points
      
      At the package level, use PLIST_DYNAMIC_DIRS in the doc case
      4f7f1daa
    • Pierrick Koch's avatar
      [wip/gladys] depend g++>=4.6 · 51d8f00f
      Pierrick Koch authored
      NOTE: don't forget to put a space between "g++" and "=".
      Otherwise make interprets "+=".
      51d8f00f
  10. Aug 23, 2013
  11. Aug 19, 2013
  12. Aug 12, 2013
  13. Aug 05, 2013
  14. Aug 01, 2013
  15. Jul 31, 2013
  16. Jul 30, 2013
  17. Jul 26, 2013
    • Anthony Mallet's avatar
      [wip/genom3] Add a dependency on ros-rospack for ros-* options · b27e9e80
      Anthony Mallet authored
      genom3-ros components and clients indirectly use rospack to generate
      messages. Since the debian packages don't have an RPATH, it is important to
      register the dependency so that robotpkg exports the proper LD_LIBRARY_PATH.
      
      This fixes the build of wip/demo-genom3 with a system ros-fuerte.
      b27e9e80
    • Anthony Mallet's avatar
      [wip/genomix] Update to genomix-1.3 · 99c5744c
      Anthony Mallet authored
      Changes since 1.2:
      . Do not leak the strings returned by clients json_error() function
      . Do not leak the input data structure sent to services
      99c5744c
    • Anthony Mallet's avatar
      [wip/genom3-ros] Update to genom3-ros-1.6 · a1b0b8b4
      Anthony Mallet authored
      Changes since 1.5:
      . Delete genom_ros interface and the genom_ros::error exception
      . Fix exception detail destruction in client/c
      . Implement new "result" function in client/c
      . The "send" function in client/c never blocks (supposedly)
      . Fix linking against -l:library on NetBSD (and a few other)
      . Compute an rpath when linking against ros libraries
      . Update path to gendeps, genaction, genmsg and gensrv for ros-1.9 (groovy)
      . Add a 'Requires' field in the .pc files for the genom C client protocol
        number
      . De-constify clients json_error() return value
      . Fix a memory leak in the C client.
      . Replace local client.h API / .pc files by genom3 common template source
      . Must explicitly mention client/c -uninstalled.pc in BUILT_SOURCE
      . Use a rospack cache local to the build directory
      a1b0b8b4
    • Anthony Mallet's avatar
      [wip/genom3-pocolibs] Update to genom3-pocolibs-1.4 · 77458c0b
      Anthony Mallet authored
      Changes since 1.3:
      . Fix compatibility with genom3-2.99.20 for async codels
      . Delete genom_pocolibs interface and the genom_pocolibs::error exception
      . Fix error detection in connect_port() and connect_remote() services
      . Delete obsolete file
      . Do not hardcode a mangled type name
      . Update exception handling during replies reception in clienþc
      . Implement new "result" function in clienþc
      . Add extern "C" in the generated c/client.h
      . Fix the scheduling of exec tasks according to the permanent activities codels
      . Add a 'Requires' field in the .pc files for the genom C client protocol
        number
      . De-constify clients json_error() return value
      . Fix a few memory leaks in the C client implementation
      . Must explicitly mention clienþc -uninstalled.pc in BUILT_SOURCE
      . Replace local client.h API / .pc files by genom3 common template source
      . Fix "void" exceptions decoding in C client
      77458c0b
Loading