Skip to content

Commit

Permalink
update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
k-okada committed Apr 17, 2023
1 parent d2d28d2 commit ed2ff05
Show file tree
Hide file tree
Showing 4 changed files with 73 additions and 0 deletions.
3 changes: 3 additions & 0 deletions jsk_pr2eus/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package jsk_pr2eus
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------

0.3.14 (2019-02-11)
-------------------

Expand Down
39 changes: 39 additions & 0 deletions pr2eus/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,45 @@
Changelog for package pr2eus
^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
* Add *enable-roseus-resume* for installing default interruption handlers (`#488 <https://github.com/jsk-ros-pkg/jsk_pr2eus/issues/488>`_)
* add displaying error msg method to controller-action-client in robot-interface.l (`#460 <https://github.com/jsk-ros-pkg/jsk_pr2eus/issues/460>`_)
* .github/workflows/config.yml: enable noetic USE_DEB=true (`#484 <https://github.com/jsk-ros-pkg/jsk_pr2eus/issues/484>`_)
* Enable either-or tuckarm-pose (`#475 <https://github.com/jsk-ros-pkg/jsk_pr2eus/issues/475>`_)
* Allow to set :use-torso in :move-end-pos (`#476 <https://github.com/jsk-ros-pkg/jsk_pr2eus/issues/476>`_)
* disable doc generation if 'catkin bt -vi --cmake-args -DDISABLE_DOCUMENTATION=1' (`#482 <https://github.com/jsk-ros-pkg/jsk_pr2eus/issues/482>`_)
* [pr2eus] Fix typo :cmd-vel-topi -> :cmd-vel-topic (`#480 <https://github.com/jsk-ros-pkg/jsk_pr2eus/issues/480>`_)
* [pr2eus] Add key topic-name to :send-cmd-vel-raw (`#481 <https://github.com/jsk-ros-pkg/jsk_pr2eus/issues/481>`_)
* install pr2-send-joints.l pr2-read-state.l with original permissions (`#478 <https://github.com/jsk-ros-pkg/jsk_pr2eus/issues/478>`_)
* integrate all .github/workflows/*.yml to config.yml, fix permission issue (`#479 <https://github.com/jsk-ros-pkg/jsk_pr2eus/issues/479>`_)
* add dummy_jta_server.py and pr2-ri-jta for example code of (`#460 <https://github.com/jsk-ros-pkg/jsk_pr2eus/issues/460>`_)
* add comments to :move-to (`#470 <https://github.com/jsk-ros-pkg/jsk_pr2eus/issues/470>`_)
* add test code for (pr2) and (instance pr2-robot :init) (instance r2-sensor-robot :init) (`#466 <https://github.com/jsk-ros-pkg/jsk_pr2eus/issues/466>`_)
* add test code for `#461 <https://github.com/jsk-ros-pkg/jsk_pr2eus/issues/461>`_ (`#468 <https://github.com/jsk-ros-pkg/jsk_pr2eus/issues/468>`_)
* Fix wide_stereo camera model parameters (`#426 <https://github.com/jsk-ros-pkg/jsk_pr2eus/issues/426>`_)
* [pr2eus] Fix doc about timeout of :wait-interpolation (`#445 <https://github.com/jsk-ros-pkg/jsk_pr2eus/issues/445>`_)
* Add minjerk-interpolation to :angle-vector and :angle-vector-sequence (`#456 <https://github.com/jsk-ros-pkg/jsk_pr2eus/issues/456>`_)
* [pr2eus] remove j_robotsound advertise (`#450 <https://github.com/jsk-ros-pkg/jsk_pr2eus/issues/450>`_)
* [pr2eus] add provide in pr2-interface.l and pr2-utils.l (`#441 <https://github.com/jsk-ros-pkg/jsk_pr2eus/issues/441>`_)
* fix to support namespace (`#440 <https://github.com/jsk-ros-pkg/jsk_pr2eus/issues/440>`_)
* define methods for interpolation (`#443 <https://github.com/jsk-ros-pkg/jsk_pr2eus/issues/443>`_)
* add pr2-ri-test-namespace.launch to check (`#439 <https://github.com/jsk-ros-pkg/jsk_pr2eus/issues/439>`_)
* Fix bug on joint-move-over-180 with tm :fast (`#422 <https://github.com/jsk-ros-pkg/jsk_pr2eus/issues/422>`_)
* add pr2-ri-test-simple.l to test/pr2-ri-test.launch (`#430 <https://github.com/jsk-ros-pkg/jsk_pr2eus/issues/430>`_)
* Updates to :stop-motion (`#402 <https://github.com/jsk-ros-pkg/jsk_pr2eus/issues/402>`_)
* Fix typo move-to-no-wait -> move-to-wait (`#409 <https://github.com/jsk-ros-pkg/jsk_pr2eus/issues/409>`_)
* [pr2eus] Add correction arg in :move-to-wait (`#418 <https://github.com/jsk-ros-pkg/jsk_pr2eus/issues/418>`_)
* Fix tilt laser mux topic for obstacle observation (`#408 <https://github.com/jsk-ros-pkg/jsk_pr2eus/issues/408>`_)
* [pr2eus] add gain key in :stop-grasp (`#415 <https://github.com/jsk-ros-pkg/jsk_pr2eus/issues/415>`_)
* Fix return value of clear-costmap function (`#396 <https://github.com/jsk-ros-pkg/jsk_pr2eus/issues/396>`_)
* update :go-velocity, :go-pos-unsafe-no-wait for robto without move-base-trajectory-action, add :send-cmd-vel-raw (`#425 <https://github.com/jsk-ros-pkg/jsk_pr2eus/issues/425>`_)
* enable to test navigation in gazebo for pr2-ri-test (`#420 <https://github.com/jsk-ros-pkg/jsk_pr2eus/issues/420>`_)
* Fix confirmation on warningp (`#395 <https://github.com/jsk-ros-pkg/jsk_pr2eus/issues/395>`_)
* Avoid unnecessary convex-hull-3d calculation on :start-grasp (`#398 <https://github.com/jsk-ros-pkg/jsk_pr2eus/issues/398>`_)
* Fix typos in comments about :fast utility in :angle-vector* (`#391 <https://github.com/jsk-ros-pkg/jsk_pr2eus/issues/391>`_)
* Contributors: Aoi Nakane, Guilherme Affonso, Hiro Ishida, Kei Okada, Naoki Hiraoka, Naoto Tsukamoto, Naoya Yamaguchi, Shingo Kitagawa, Shumpei Wakabayashi, Shun Hasegawa, Yuto Uchimi, Taichi Higashide

0.3.14 (2019-02-11)
-------------------
* [pr2eus] add :get-grasp-result methody and :wait key to :start-grasp method (`#386 <https://github.com/jsk-ros-pkg/jsk_pr2eus/issues/386>`_ )
Expand Down
20 changes: 20 additions & 0 deletions pr2eus_moveit/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,26 @@
Changelog for package pr2eus_moveit
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
* Loosen test condition for test-collision-object-publisher (`#484 <https://github.com/jsk-ros-pkg/jsk_pr2eus/issues/484>`_)
* integrate all .github/workflows/*.yml to config.yml, fix permission issue (`#479 <https://github.com/jsk-ros-pkg/jsk_pr2eus/issues/479>`_)
* test check apply_planning_scene before creating collision-object-publisher/*ci* without MoveIt (`#469 <https://github.com/jsk-ros-pkg/jsk_pr2eus/issues/469>`_)
* check apply_planning_scene before creating collision-object-publisher/*ci* (`#446 <https://github.com/jsk-ros-pkg/jsk_pr2eus/issues/446>`_)
* add test code for `#461 <https://github.com/jsk-ros-pkg/jsk_pr2eus/issues/461>`_ (`#468 <https://github.com/jsk-ros-pkg/jsk_pr2eus/issues/468>`_)
* [pr2eus_moveit] Add timeout arg for computing IK and increase timeout for test (`#438 <https://github.com/jsk-ros-pkg/jsk_pr2eus/issues/438>`_)
* Check current collision when trajectory could not be generated (`#448 <https://github.com/jsk-ros-pkg/jsk_pr2eus/issues/448>`_)
* [pr2eus_moveit] evaluate all bodies only when it has bodies (`#442 <https://github.com/jsk-ros-pkg/jsk_pr2eus/issues/442>`_)
* [pr2eus_moveit] Add test for collision-object-publisher (`#431 <https://github.com/jsk-ros-pkg/jsk_pr2eus/issues/431>`_)
* [pr2eus_moveit] fix collision-object-sample.l and :add-object in collision-object-publisher.l (`#423 <https://github.com/jsk-ros-pkg/jsk_pr2eus/issues/423>`_)
* [pr2eus_moveit] add method to delete collision objects by id (`#421 <https://github.com/jsk-ros-pkg/jsk_pr2eus/issues/421>`_)
* [pr2eus_moveit] fix cylinder collision object msg (`#419 <https://github.com/jsk-ros-pkg/jsk_pr2eus/issues/419>`_)
* enable to test navigation in gazebo for pr2-ri-test (`#420 <https://github.com/jsk-ros-pkg/jsk_pr2eus/issues/420>`_)
* [pr2eus_moveit] Add docstring to :angle-vector-motion-plan (`#392 <https://github.com/jsk-ros-pkg/jsk_pr2eus/issues/392>`_)
* need to check both pr2_gazebo and pr2_moveit_config (`#393 <https://github.com/jsk-ros-pkg/jsk_pr2eus/issues/393>`_)

* Contributors: Kei Okada, Koki Shinjo, Naoto Tsukamoto, Naoya Yamaguchi, Shingo Kitagawa, Shumpei Wakabayashi, Shun Hasegawa, Yuto Uchimi

0.3.14 (2019-02-11)
-------------------
* fix typo and add pr2-init in pr2eus-moveit.l for PR2 + moveit (`#382 <https://github.com/jsk-ros-pkg/jsk_pr2eus/issues/382>`_ )
Expand Down
11 changes: 11 additions & 0 deletions pr2eus_tutorials/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@
Changelog for package pr2eus_tutorials
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
* integrate all .github/workflows/*.yml to config.yml, fix permission issue (`#479 <https://github.com/jsk-ros-pkg/jsk_pr2eus/issues/479>`_)
* [pr2eus_tutorials] fix look-at-hand (`#472 <https://github.com/jsk-ros-pkg/jsk_pr2eus/issues/472>`_)
* [pr2eus_tutorials] fix pr2_tabletop.launch for remote PC (`#459 <https://github.com/jsk-ros-pkg/jsk_pr2eus/issues/459>`_)
* [pr2eus_tutorials] Fix publish status (`#464 <https://github.com/jsk-ros-pkg/jsk_pr2eus/issues/464>`_)
* [pr2eus_tutorials] Select grasp position via 2D image (`#437 <https://github.com/jsk-ros-pkg/jsk_pr2eus/issues/437>`_)
* Update pr2eus_tutorials README (`#389 <https://github.com/jsk-ros-pkg/jsk_pr2eus/issues/389>`_)
* [pr2eus_tutorials] add pr2 tabletop demo test and sample (`#387 <https://github.com/jsk-ros-pkg/jsk_pr2eus/issues/387>`_)
* Contributors: Furushchev, Kei Okada, Naoto Tsukamoto, Naoya Yamaguchi, Shingo Kitagawa, Shumpei Wakabayashi, Yuki Furuta
0.3.14 (2019-02-11)
-------------------
* add jsk_interactive_marker (`#349 <https://github.com/jsk-ros-pkg/jsk_pr2eus/issues/349>`_ )
Expand Down

0 comments on commit ed2ff05

Please sign in to comment.