From 1448939d31cda1938f50af12204c8a006f6141d8 Mon Sep 17 00:00:00 2001 From: Isaac Isao Saito <130s@lateeye.net> Date: Wed, 5 Mar 2014 14:47:38 +0900 Subject: [PATCH] Update CHANGELOG.rst for 1.0.13 --- hironx_moveit_config/CHANGELOG.rst | 6 ++++++ hironx_ros_bridge/CHANGELOG.rst | 11 +++++++++++ rtmros_hironx/CHANGELOG.rst | 10 ++++++++++ 3 files changed, 27 insertions(+) diff --git a/hironx_moveit_config/CHANGELOG.rst b/hironx_moveit_config/CHANGELOG.rst index 4f5df5a7..65cd569a 100644 --- a/hironx_moveit_config/CHANGELOG.rst +++ b/hironx_moveit_config/CHANGELOG.rst @@ -2,6 +2,12 @@ Changelog for package hironx_moveit_config ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +Forthcoming +----------- +* Applying an important change suggest by moveit developers (same as https://github.com/tork-a/rtmros_nextage/issues/46). +* (hironx_moveit_config) Add run_depend on moveit_planners to avoid the error happens on RViz Moveit plugin without. +* Contributors: Isaac Isao Saito + 1.0.12 (2014-02-26) ------------------- * (moveit_rviz.launch) Enable to respawn rviz diff --git a/hironx_ros_bridge/CHANGELOG.rst b/hironx_ros_bridge/CHANGELOG.rst index 2bf59b0f..e988c6bf 100644 --- a/hironx_ros_bridge/CHANGELOG.rst +++ b/hironx_ros_bridge/CHANGELOG.rst @@ -2,6 +2,17 @@ Changelog for package hironx_ros_bridge ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +Forthcoming +----------- +* Add comment to clarify necessary build_depend. +* quick hack for missing python-tk on hrpsys/waitInput.py +* disable test-hironx-ros-bridge for now +* Comform to python file naming scheme so that test files run from travis +* use pkg-config --variable=idl_dir openhrp3.1 to specify openhrp3 directory +* support corbaport arguments +* Enable rostest +* Contributors: Isaac Isao Saito, Kei Okada + 1.0.12 (2014-02-26) ------------------- * Adding and improving unit test files. diff --git a/rtmros_hironx/CHANGELOG.rst b/rtmros_hironx/CHANGELOG.rst index b663e786..253152e9 100644 --- a/rtmros_hironx/CHANGELOG.rst +++ b/rtmros_hironx/CHANGELOG.rst @@ -2,6 +2,16 @@ Changelog for package rtmros_hironx ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +Forthcoming +----------- +* Applying an important change suggest by moveit developers (same as https://github.com/tork-a/rtmros_nextage/issues/46). +* (hironx_moveit_config) Add run_depend on moveit_planners to avoid the error happens on RViz Moveit plugin without. +* Add comment to clarify necessary build_depend. +* Enable rostest +* disable test-hironx-ros-bridge for now +* Comform to python file naming scheme so that test files run from travis +* Contributors: Kei Okada, Isaac Isao Saito + 1.0.12 (2014-02-26) ------------------- * Adding and improving unit test files.