|
| 1 | +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 2 | +Changelog for package moveit_commander |
| 3 | +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 4 | + |
| 5 | +<<<<<<< HEAD |
| 6 | +0.9.4 (2017-02-06) |
| 7 | +------------------ |
| 8 | +* [fix] issue `#373 <https://github.com/ros-planning/moveit/issues/373>`_ for Kinetic (`#377 <https://github.com/ros-planning/moveit/issues/377>`_) (`#385 <https://github.com/ros-planning/moveit/issues/385>`_) |
| 9 | +* [fix] typo in moveit_commander (`#376 <https://github.com/ros-planning/moveit/issues/376>`_) |
| 10 | +* Contributors: Dave Coleman, Shingo Kitagawa |
| 11 | + |
| 12 | +0.9.3 (2016-11-16) |
| 13 | +------------------ |
| 14 | +* [maintenance] Updated package.xml maintainers and author emails `#330 <https://github.com/ros-planning/moveit/issues/330>`_ |
| 15 | +* Contributors: Dave Coleman, Ian McMahon |
| 16 | + |
| 17 | +0.9.2 (2016-11-05) |
| 18 | +======= |
| 19 | +0.7.7 (2017-02-06) |
| 20 | +------------------ |
| 21 | + |
| 22 | +0.7.6 (2016-12-30) |
| 23 | +------------------ |
| 24 | + |
| 25 | +0.7.5 (2016-12-25) |
| 26 | +------------------ |
| 27 | + |
| 28 | +0.7.4 (2016-12-22) |
| 29 | +------------------ |
| 30 | + |
| 31 | +0.7.3 (2016-12-20) |
| 32 | +>>>>>>> 3ac54de0f712315bc8f1603056d54c43886987ca |
| 33 | +------------------ |
| 34 | + |
| 35 | +0.6.1 (2016-04-28) |
| 36 | +------------------ |
| 37 | +* [feat] Add the possibility to choose description file `#43 <https://github.com/ros-planning/moveit_commander/issues/43>`_ |
| 38 | +* [improve] support pyassimp 3.2. Looks like they changed their import path. robot_description should not be hardcoded to allow changing the name of the description file. This is usefull when working with several robots that do not share the same description file. `#45 <https://github.com/ros-planning/moveit_commander/issues/45>`_ |
| 39 | +* [improve] add queue_size option in planning_scene_interface.py `#41 <https://github.com/ros-planning/moveit_commander/issues/41>`_ |
| 40 | +* Contributors: Dave Coleman, Isaac I.Y. Saito, Kei Okada, Michael Görner, buschbapti |
| 41 | + |
| 42 | +0.6.0 (2016-01-30) |
| 43 | +------------------ |
| 44 | +* Merge pull request #38 from 130s/doc/python_if |
| 45 | + [RobotCommander] Fill in in-code document where missing. |
| 46 | +* [moveit_commander/robot.py] Code cleaning; semi-PEP8. |
| 47 | +* Merge pull request #35 from MichaelStevens/set_num_planning_attempts |
| 48 | + adding set_num_planning_attempts to commander interface |
| 49 | +* Merge pull request #30 from ymollard/indigo-devel |
| 50 | + Planning scene improvements + added python wrapper for MoveGroup.asyncExecute() |
| 51 | +* Added python wrapper for MoveGroup.asyncExecute() |
| 52 | +* Allow to clean all objects in a row |
| 53 | +* Allow to attash an existing object without recreating the whole CollisionObject |
| 54 | +* Merge pull request #24 from ymollard/hydro-devel |
| 55 | + Allowed user to change the scale of a mesh |
| 56 | +* Merge pull request #23 from HumaRobotics/hydro-devel |
| 57 | + Fixed arguments removal in python roscpp_initializer |
| 58 | +* Merge pull request #26 from corot/hydro-devel |
| 59 | + Add missing variants of place (PlaceLocation, place anywhere) |
| 60 | +* Added a way to change the size of a mesh when grasping |
| 61 | +* Allowed user to change the scale of a mesh |
| 62 | +* Fixed arguments removal in python roscpp_initializer |
| 63 | +* Contributors: Dave Coleman, Ioan A Sucan, Isaac I.Y. Saito, Michael Stevens, Philippe Capdepuy, Yoan Mollard, corot |
| 64 | + |
| 65 | +0.5.7 (2014-07-05) |
| 66 | +------------------ |
| 67 | +* Merge pull request `#21 <https://github.com/ros-planning/moveit_commander/issues/21>` from pirobot/hydro-devel |
| 68 | + Added set_support_surface_name function to move_group.py |
| 69 | +* Added set_support_surface_name function to move_group.py |
| 70 | +* Contributors: Patrick Goebel, Sachin Chitta |
| 71 | + |
| 72 | +0.5.6 (2014-03-24) |
| 73 | +------------------ |
| 74 | +* Added the calls necessary to manage path constraints. |
| 75 | +* fix joint and link acces on __getattr__ when trying to acces a joint and its paramaters throught |
| 76 | +* Contributors: Acorn, Emili Boronat, Sachin Chitta |
| 77 | + |
| 78 | +0.5.5 (2014-02-27) |
| 79 | +------------------ |
| 80 | +* adding get for active joints |
| 81 | +* Contributors: Acorn, Sachin Chitta |
| 82 | + |
| 83 | +0.5.4 (2014-02-06) |
| 84 | +------------------ |
| 85 | + |
| 86 | +* Install moveit_commander_cmdline.py into package specific directory, not to global bin. |
| 87 | +* Fix typos in comments |
| 88 | + |
| 89 | +0.5.3 (2014-01-03) |
| 90 | +------------------ |
| 91 | +* work around name bug |
| 92 | + move group interface python programs cannot be launched from launch files if |
| 93 | + the __name:= argument is used. This works around the problem and allows using |
| 94 | + launch files to launch python moveit programs. |
| 95 | +* Added Travis Continuous Integration |
| 96 | + |
| 97 | +0.5.2 (2013-09-23) |
| 98 | +------------------ |
| 99 | +* add support for setting joint targets from approximate IK |
| 100 | +* no longer depend on manipulation_msgs |
| 101 | +* expand functionality of MoveGroupInterface |
| 102 | + |
| 103 | +0.5.1 (2013-08-13) |
| 104 | +------------------ |
| 105 | +* make pick() more general |
| 106 | +* use msg serialization |
| 107 | +* use new attach / detach operations |
| 108 | +* fix header for demo code |
| 109 | +* Duration class bug fixed in commander conversion. |
| 110 | + |
| 111 | +0.5.0 (2013-07-18) |
| 112 | +------------------ |
| 113 | +* move msgs to common_msgs |
| 114 | +* fixed ground command |
0 commit comments