Skip to content

Commit 16ee4db

Browse files
committed
Update CHANGELOG.rst
1 parent 19773e1 commit 16ee4db

File tree

5 files changed

+91
-0
lines changed

5 files changed

+91
-0
lines changed

jsk_2015_05_baxter_apc/CHANGELOG.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,12 @@ Changelog for package jsk_2015_05_baxter_apc
2424
* Update CHANGELOG.rst for 0.8.0
2525
* Contributors: Kentaro Wada, Yusuke Niitani
2626

27+
Forthcoming
28+
-----------
29+
* Add arm2str as util and use it
30+
* Adjust kiva pod pose to base
31+
* Contributors: Kentaro Wada
32+
2733
1.5.1 (2016-07-15)
2834
------------------
2935
* 1.5.0

jsk_2016_01_baxter_apc/CHANGELOG.rst

Lines changed: 66 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -406,6 +406,72 @@ Changelog for package jsk_2016_01_baxter_apc
406406
* Update CHANGELOG.rst for 0.8.0
407407
* Contributors: Kei Okada, Kentaro Wada, Shingo Kitagawa, Yusuke Niitani, ban-masa, banmasa, pazeshun
408408

409+
Forthcoming
410+
-----------
411+
* fix error Unknown limb is passed: :arms
412+
* format to pass test work_order_server
413+
* rqt_select_target use service to update work_order
414+
* rosparam pass work_order bin_contents from json
415+
* use class and rospy.timer for work_order_server
416+
* rename work_order.py -> work_order_server.py
417+
* rename node: work_order -> strategic_work_order
418+
* Merge pull request `#1895 <https://github.com/start-jsk/jsk_apc/issues/1895>`_ from knorth55/param-contents
419+
use param to pass bin contents and tote contents
420+
* Merge pull request `#1896 <https://github.com/start-jsk/jsk_apc/issues/1896>`_ from start-jsk/fit-apply-context-to-label-probability
421+
Fit to apply_context_to_label_proba which is merged to jsk_perception
422+
* Add yes_no_button for user input
423+
* Launch rviz for user input in main.launch
424+
* use rosparam to pass bin_contents
425+
* change set_tote_contents_param to json_to_rosparam
426+
* Use yes_no_button panel in rviz for user input
427+
* Slower fold-pose-back initialization for apc task
428+
* Add method to set object segmentation candidates to ri
429+
* Fit to apply_context_to_label_proba which is merged to jsk_perception
430+
* add json utils in util.l
431+
* fix apc2016 simulation for baxter_simulator v1.2
432+
* use arm2str in baxter-interface
433+
* use object_segmentation_3d launch for stow task
434+
* update tote pose
435+
* Set initial target bin to check sanity
436+
* Add checking sanity script for setup_for_pick.launch
437+
* Add rviz config for pick demo
438+
* Remove no need nodes from main.launch
439+
* Use new 3D object segmentaion pipeline with euslisp controller
440+
* Introduce new 3D object segmentation pipeline
441+
As proposed in https://github.com/start-jsk/jsk_apc/issues/1865
442+
* Support non-list arg for ros::set-dynparam
443+
* Add arm2str as util and use it
444+
* Skip verification because of its unreliability
445+
* Calibrate extrinsic parameters of astra cameras
446+
* add astra intrinsic calibration file
447+
* Add args to astra_hand.launch
448+
* Add calibboard stickers
449+
* Calibrate right hand mounted camera depth
450+
Also this updates the rvizconfig
451+
Conflicts:
452+
jsk_2016_01_baxter_apc/launch/include/astra_hand.launch
453+
* add calib-pressure option in main program
454+
* Use nodes to test arm-to-bin motion instead of rosbag
455+
* Publish bin bounding boxes in baxter.launch
456+
This is useful because we can use baxter-interface.l without main.launch or main_stow.lauch.
457+
* CMakeLists.txt: need to set current directory to ROS_PACKAGE_PATH
458+
* Merge pull request `#1871 <https://github.com/start-jsk/jsk_apc/issues/1871>`_ from knorth55/test-stow-work-order
459+
add stow_work_order test
460+
* add stow_work_order test
461+
* add stow_work_order option not to output json
462+
* add ik test in tote for stow task
463+
* Adjust right gripper firmware to gripper-v4
464+
* minor fix for real robot
465+
* use protected/private for variable
466+
* add minjerk class
467+
* include pub/sub within c++ object
468+
* use Object Oriented callback style
469+
* Adjust astra hand
470+
* Adjust calib pressure threshold again
471+
* minjerk and continuous feedback
472+
* depth register works with explicit arg
473+
* Contributors: Kei Okada, Kentaro Wada, Shingo Kitagawa, Yusuke Niitani, pazeshun
474+
409475
1.5.1 (2016-07-15)
410476
------------------
411477
* Get lower pressure threshold in :calib-pressure-threshold

jsk_apc/CHANGELOG.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ Changelog for package jsk_apc
1313
* Update CHANGELOG.rst for 0.8.0
1414
* Contributors: Kentaro Wada
1515

16+
Forthcoming
17+
-----------
18+
1619
1.5.1 (2016-07-15)
1720
------------------
1821
* 1.5.0

jsk_apc2015_common/CHANGELOG.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ Changelog for package jsk_apc2015_common
1616
* Update CHANGELOG.rst for 0.8.0
1717
* Contributors: Kentaro Wada
1818

19+
Forthcoming
20+
-----------
21+
1922
1.5.1 (2016-07-15)
2023
------------------
2124
* 1.5.0

jsk_apc2016_common/CHANGELOG.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,19 @@ Changelog for package jsk_apc2016_common
102102
* Update CHANGELOG.rst for 0.8.0
103103
* Contributors: Kentaro Wada, Shingo Kitagawa, Yusuke Niitani
104104

105+
Forthcoming
106+
-----------
107+
* rqt_select_target use service to update work_order
108+
* reinforce rqt_select_target to show target image
109+
* add rqt_select_target GUI
110+
* rosparam pass work_order bin_contents from json
111+
* Add json for picking demonstration
112+
* Introduce new 3D object segmentation pipeline
113+
As proposed in https://github.com/start-jsk/jsk_apc/issues/1865
114+
* Add mode to display json with --display
115+
* add publish bin bbox test
116+
* Contributors: Kentaro Wada, Shingo Kitagawa
117+
105118
1.5.1 (2016-07-15)
106119
------------------
107120
* reflected new data & organized all RBO format data & changed name of directory

0 commit comments

Comments
 (0)