Skip to content
Snippets Groups Projects
  1. 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
  2. Jan 29, 2014
  3. Jan 15, 2014
  4. Dec 20, 2013
  5. 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
  6. Dec 18, 2013
  7. Dec 16, 2013
  8. Dec 13, 2013
    • Anthony Mallet's avatar
      [wip/genomix] Update to 1.4 · 13525c45
      Anthony Mallet authored
      Changes since 1.3:
       . Update the heuristics used to load a client file
       . Update last-resort search path for C client plugins
      13525c45
    • Anthony Mallet's avatar
      [wip/genom3-ros] Update to 1.7 · 1a402ff4
      Anthony Mallet authored
      Changes since 1.6:
       . Fix the generation of serialization methods in presence of 'native' types
       . Fix a typo in the client/c pkgconfig file (wrong middleware name)
       . Install client/c headers and libraries in a middleware-specific location
       . Fix serialization for arrays of structured types
       . Fix ROS_PACKAGE_PATH setting
       . Properly quote exception detail when reporting a JSON unknown exception
       . Fix deserialization of void exceptions in the C client
      1a402ff4
    • Anthony Mallet's avatar
      [wip/genom3-pocolibs] Update to 1.5 · ad911d77
      Anthony Mallet authored
      Changes since 1.4:
       . Use the "right" method to decode client abort result
       . Install client/c headers and libraries in a middleware-specific location
       . Create a static function for converting a generic string into JSON
       . Properly quote exception detail when reporting a JSON unknown exception
      ad911d77
    • Anthony Mallet's avatar
      [wip/genom3] Update to 2.99.22 · 395e15fe
      Anthony Mallet authored
      Changes since 2.99.21:
       . Support an "extern" parameter in tcl procedure [$component types], returning
         the list of public types of the components interface.
       . Fix version in the genom3.pc file (use @PACKAGE_VERSION@ in instead of
         @VERSION@).
       . Install C client libraries and headers in a middleware-dependent location,
         so that multiple builds can be installed inside the same prefix. .pc files
         are "middlewarized" too, so PKG_CONFIG_PATH must be tuned.
       . Fix skeleton codels Makefile for -l c++ option.
      395e15fe
  9. Dec 12, 2013
  10. Dec 11, 2013
    • Arnaud Degroote's avatar
      [wip/mrpt] Introduce MRPT 1.0.2 · e42e0394
      Arnaud Degroote authored
      Mobile Robot Programming Toolkit provides developers with portable and
      well-tested applications and libraries covering data structures and
      algorithms employed in common robotics research areas, in particular
      vision, slam, and reactive navigation. It is open source, released under
      the BSD license.
      e42e0394
  11. Dec 06, 2013
    • Anthony Mallet's avatar
      [wip/ros-realtime-tools] Relax ros dependency to ros>=groovy · 2fd0f4a8
      Anthony Mallet authored
      The package compiles with ros==groovy. However, ros-groovy does not contain
      this package, and the ros-realtime-tools dependency will not be met when
      PREFER.ros==system.
      
      It is also not currently possible to set a specific PREFER.ros-realtime-tools
      default to robotpkg or system automatically depending on the ros version to be
      used. So binary packages depending on this one won't built because of the unmet
      dependency.
      
      While here, fix a typo in PREFER.ros-realtime-tools and fix files permissions.
      2fd0f4a8
  12. Dec 04, 2013
    • Anthony Mallet's avatar
      [wip/ros-realtime-tools] Fix some glitches · bb22a82a
      Anthony Mallet authored
      - Wrap long lines in DESCR
      - Fix HOMEPAGE (actually drop it, since the default in
        meta-pkgs/ros-base/Makefile.common is fine).
      - Shorten ROS_COMMENT to ~60 chars
      - Drop useless dependency on tinyxml
      - Fix typos in depend.mk
      - Add a ros>=hydro requirement in the Makefile, since this package is not
        available in groovy. This is currently a show stopper, because robotpkg
        supports only groovy with PREFER.ros=robotpkg, so this package cannot build
        ATM.
      bb22a82a
    • Aurelie Clodic's avatar
      [wip/ros-realtime-tools] Release 1.8.2 · 2fd1ab22
      Aurelie Clodic authored
      First robotpkg release.
      
      This package contains a set of tools that can be used from a hard realtime thread, without breaking the realtime behavior. The tools currently only provides the realtime publisher,
      which makes it possible to publish messages to a ROS topic from a realtime thread.
      2fd1ab22
  13. Nov 29, 2013
  14. Nov 26, 2013
  15. Nov 19, 2013
  16. Nov 15, 2013
  17. Nov 14, 2013
  18. Nov 07, 2013
    • Aurelie Clodic's avatar
      [math/jrl-dynamics-urdf] · 6d54ca1d
      Aurelie Clodic authored
      change in robotpkg:
             - upgrade PLIST (add missing end line)
             - add include ros-rospack, urdfdom and urdfdom-headers
      
      v2.0.1
      Add urdfdom_headers needed by tests/
      6d54ca1d
Loading