Skip to content
Snippets Groups Projects
  1. Mar 10, 2014
    • Anthony Mallet's avatar
      [wip/sysdep] liblzma moved to robotpkg · 5f8c18e8
      Anthony Mallet authored
      5f8c18e8
    • Arnaud Degroote's avatar
      [wip/python33] Readd some lines erroneously removed from PLIST · 1f30500d
      Arnaud Degroote authored
      Bump PKGREVISION
      1f30500d
    • Arnaud Degroote's avatar
      [wip/python33] Be consistent in definition of .so extension accross platforms · 5256de33
      Arnaud Degroote authored
      Moreover, remove duplicate entries between PLIST and PLIST.Linux
      Should fix build on NetBSD
      Bump PKGREVISION
      5256de33
    • Arnaud Degroote's avatar
      [wip/python33] Explicit the dependency on liblzma · 880b04de
      Arnaud Degroote authored
      Bump PKGREVISION
      880b04de
    • Arnaud Degroote's avatar
      [wip/mk/sysdep] Add a sysdep for liblzma · 8622d960
      Arnaud Degroote authored
      liblzma is the XZ-format compression library.
      
      XZ is the successor to the Lempel-Ziv/Markov-chain Algorithm compression
      format, which provides memory-hungry but powerful compression (often
      better than bzip2) and fast, easy decompression.
      
      The native format of liblzma is XZ; it also supports raw (headerless)
      streams and the older LZMA format used by lzma.
      8622d960
    • Arnaud Degroote's avatar
      [wip/python3.3] Upgrade to 3.3.5 · 91524330
      Arnaud Degroote authored
      See Misc/NEWS for a complete list of changes since 3.3.2
      91524330
    • Anthony Mallet's avatar
      [wip/tcl-genomix] Update to 1.3 · 827ef375
      Anthony Mallet authored
      Changes since 1.2:
       . Fix handling of nested http requests
       . Optimize nested http requests by caching the current nesting level
       . Add a "-args" argument to tcl procedures sending requests
       . Fix a few issues regarding incorrect list vs. string usage
       . Handle optional<type> in service arguments / ports
      827ef375
    • Anthony Mallet's avatar
      [wip/genom3-ros] Update to 1.8 · 0dfcdff4
      Anthony Mallet authored
      Changes since 1.7
       . Throw a genom_mwerr (instead of genom_syserr) upon failure when reading
         ports
       . Fix a race condition during daemonization
       . Fix the json {,de}serialization of enums containing an invalid value
       . Fix missing argument in some [$type dereference] calls for 'remote'
         generation
       . Require genom3 >= 2.99.23 for the updated genom_mwerr exception
       . Drop removed .code member from the genom_mwerr exception
       . In client/c, generate json exception encoding code only for public
         exceptions
       . Assert that an enum is valid during the json serialization
       . Omit service-local parameters when building ros messages/services/actions
       . Implement optional<type>
      0dfcdff4
    • Anthony Mallet's avatar
      [wip/genom3-pocolibs] Update to 1.6 · 56529e10
      Anthony Mallet authored
      Changes since 1.5:
       . Fix a race condition during daemonization
       . Fix compatibility with genom3-2.99.20 for 'remote' objects
       . Do not hardcode mangled name of the pocolibs::metadata::component type
       . Fix the json {,de}serialization of enums containing an invalid value
       . Do not generate unused variable / label for tasks without permanent activity
       . Require genom3 >= 2.99.23 for the updated genom_mwerr exception
       . Drop removed .code member from the genom_mwerr exception
       . In client/c, generate json exception encoding code only for public
         exceptions
       . Assert that an enum is valid during the json serialization
       . In client/c, always cleanup comLib mboxes when terminating the last client
       . Fix csLib mailbox "max reply size" computation in the server
       . Implement optional<type>
       . Fix 'port name' vs. 'parameter name' mismatch in activity codels
      56529e10
    • Anthony Mallet's avatar
      [wip/genom3] Update to 2.99.23 · bb2b7bc1
      Anthony Mallet authored
      Changes since 2.99.22:
       . Added a new genom-IDL type "optional< type >"
       . Fixed compatibility issues with tcl-8.6
       . Fixed the definition of the error code in genom_syserr
       . Dropped error code from genom_mwerr exception
       . Fixed a bunch of minor bugs in the parser / code generator.
      bb2b7bc1
  2. Mar 03, 2014
  3. Feb 21, 2014
  4. Feb 20, 2014
  5. Feb 18, 2014
  6. Feb 16, 2014
  7. Feb 12, 2014
  8. Feb 10, 2014
  9. Feb 07, 2014
  10. Feb 05, 2014
  11. 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
    • Arnaud Degroote's avatar
      [wip/morse-pocolibs] Update to 1.2 · 4ef8ae41
      Arnaud Degroote authored
      Changes since 1.1:
      ==================
      
      ``pocolibs`` is now able to export velodyne sensor.
      4ef8ae41
  12. Jan 29, 2014
  13. Jan 15, 2014
  14. Dec 20, 2013
  15. Dec 19, 2013
    • Séverin Lemaignan's avatar
      [wip/chilitags] Update to 1.3.1 · 9e38d64c
      Séverin Lemaignan authored and Anthony Mallet's avatar Anthony Mallet committed
      Changes since 1.3.0:
       . drop the dependency on a C compiler
      
      Added proper dependency requirements on g++/clang++ for C++11.
      9e38d64c
    • Anthony Mallet's avatar
      [wip/genom3] Improve boost thread configuration for the ros/server template · bcc75c18
      Anthony Mallet authored
      Pass all the arguments to configure that ax_boost_thread expects, so that the
      automatic detection of boost_thread is disabled. This this not only
      cleaner/more robust but also fixes the configuration of genom3 components on
      ubuntu-1310, where libboost_* have been moved to a subdirectory of /usr/lib
      and the ax_boost_thread macros fail to find it automatically.
      bcc75c18
    • Aurelie Clodic's avatar
      [wip/jrl-dynamics-urdf] correct typo · 0c2359ad
      Aurelie Clodic authored
      0c2359ad
    • Aurelie Clodic's avatar
      [wip/dynamic-graph-bridge] Release 1.0.0 · fb21c340
      Aurelie Clodic authored
      robotpkg:
      - dynamic-graph-bridge is intended to stay on wip since it depends of realtimetools which is a hydro package managed here as an groovy one (robotpkg does not handle hydro yet)
      - patch-aa has been added because realtime_tools is not handle as a catkin package in robotpkg
      - patch-ab has been added because for standalone use, libros_bridge need to be installed
      
      Release 1.0.0
      -------------
      
       * Install executables.
       * Synchronize cmake submodule.
       * Synchronize cmake submodule.
       * Create files in binary directory instead of source directory.
       * Synchronize cmake submodule.
       * Add a script to publish JointState to TF
       * Add documentation.
       * Call rosInit in command loadUrdf.
       * Add missing dependency to jrl-dynamics-urdf.
       * Merge branch 'groovy'
       * Merge pull request #15 from bcoudrin/groovy
       * Merge pull request #14 from nemogiftsun/master
       * Merge remote-tracking branch 'origin/groovy' into groovy
       * Modify RosRobotModel to derive from sot::Dynamic
       * catkin_migration
       * Merge pull request #13 from nemogiftsun/master
       * fixed this error:floating-point literal cannot appear in a constant-expression
       * added ignore for temp files *~
       * Rename ros_import into ros_publish, and ros_export into ros_subscribe.
       * Rename ros_import into ros_publish, and ros_export into ros_subscribe.
       * Call RosShell runcode instead of parent class
       * Fixes #5
       * Fixes #4
       * add support for unsigned int values import/export (close #2)
       * add support for unsigned int values import/export (close #2)
       * Disable non-standard dependencies for now.
       * Look for Bullet as a system dependency
       * Remove dependency to Bullet
       * Correct link with boost.
       * Add the internal dependencies between the projects.
       * Make sure interpreter is started before advertizing run_command service.
       * Fix bug in computing the parallel joint state.
       * Handle parallel joints.
       * Publish joint-states using the SoT
       * Add a loader to test with rviz the SoT architecture.
       * Update lib installation path (multiarch portability).
       * Synchronize.
       * Fix a pb for inclusion of ROS & python interpreter in ART OpenRTM.
       * Correct the dependencies' flags handling.
       * Synchronize.
       * Adapt ros_interpreter to handle error messages in prologue.
       * Print warning regarding install target using CMake.
       * Add documentation for RosTime, RosExport and RosImport entity classes.
       * Add joint limits in RosRobotModel.
       * Add zmp, com, Jcom computation.
       * Update to match new jrl_dynamics_urdf API.
       * Update documentation.
       * Add prefix to joint_states topic.
       * Rename dgbridge-remote to a more decent name.
       * Remove default data broadcasting.
       * Use boost::posix_time::ptime to convey time between Ros and dynamic-graph.
       * Do not assert when plugging a vector which is too small.
       * Force rpath for all targets.
       * Add missing library in exported lflags.
       * Add RosRobotModel entity.
       * Add missing dependency.
       * Read the joint names in the robot model to fill the joint_states message.
       * Document class RosExport and implement method list.
       * Fix RosImport entity documentation.
       * Document class RosImport and implement method list.
       * Fix webpage in manifest.xml.
       * Do not remove rpath at install.
       * Preserve rpath when instaling libros_bridge.so.
       * Fix installation rules.
       * Fix signed/unsigned comparison warning.
       * Synchronize.
       * Fix exported rpath in manifest.xml.
       * Fix typo in CMakeLists.txt.
       * Fix several compilation and installation issues
       * Synchronize cmake submodule
       * Improve spinner management.
       * Add runCommand method to interpreter.
       * Implement RunCommand service.
       * Add tf_publisher.
       * Pull tf_broadcaster outside of the build directory.
       * Add support for robot hands,
       * Fix type name.
       * Create build subdirectories properly.
       * Publish plan_left_ankle to tf.
       * Make rosInit callable from outside.
       * Update dependencies.
       * Add tf_broadcaster.
       * Fix joint state publisher.
       * Fix topic name.
       * Add support for vector3 and add tf_broadcaster.
       * Add missing files.
       * Share node handle between modules.
       * Fix signal type in RosImport.
       * Add Twist support and clean code.
       * Add Boost dependency.
       * Add support for additional types in RosImport.
       * Make sure we do not publish faster than 100hz.
       * Switch to realtime publisher.
       * Fix comment.
       * Add Ros joint state entity.
       * Fix Ros import class.
       * Teach root level make about the install target.
       * Fix RosExport destructor.
       * Fix Python installation.
       * Handle timestamped types (TransformStamped).
       * Add matrix homogeneous support.
       * Update to new dynamic-graph.
       * Fix naming.
       * Fix manifest now that dynamic graph has its own stack.
       * Fix implementation.
       * Add README file.
       * Add rosinstall file.
       * Clean and implement export entity.
       * Add export node.
       * Make sure ros::init is called before creating the node handle.
       * Bind vector and matrix MAL types.
       * Clean RosImport class.
       * Start implementing dynamic-graph signal export into ROS.
       * Initial commit.
      fb21c340
Loading