- Merge pull request #38 from 130s/doc/python_if [RobotCommander] Fill in in-code document where missing.
- [moveit_commander/robot.py] Code cleaning; semi-PEP8.
- Merge pull request #35 from MichaelStevens/set_num_planning_attempts adding set_num_planning_attempts to commander interface
- Merge pull request #30 from ymollard/indigo-devel Planning scene improvements + added python wrapper for MoveGroup.asyncExecute()
- Added python wrapper for MoveGroup.asyncExecute()
- Allow to clean all objects in a row
- Allow to attash an existing object without recreating the whole CollisionObject
- Merge pull request #24 from ymollard/hydro-devel Allowed user to change the scale of a mesh
- Merge pull request #23 from HumaRobotics/hydro-devel Fixed arguments removal in python roscpp_initializer
- Merge pull request #26 from corot/hydro-devel Add missing variants of place (PlaceLocation, place anywhere)
- Added a way to change the size of a mesh when grasping
- Allowed user to change the scale of a mesh
- Fixed arguments removal in python roscpp_initializer
- Contributors: Dave Coleman, Ioan A Sucan, Isaac I.Y. Saito, Michael Stevens, Philippe Capdepuy, Yoan Mollard, corot
- Merge pull request #21 <moveit#21> from pirobot/hydro-devel Added set_support_surface_name function to move_group.py
- Added set_support_surface_name function to move_group.py
- Contributors: Patrick Goebel, Sachin Chitta
- Added the calls necessary to manage path constraints.
- fix joint and link acces on __getattr__ when trying to acces a joint and its paramaters throught
- Contributors: Acorn, Emili Boronat, Sachin Chitta
- adding get for active joints
- Contributors: Acorn, Sachin Chitta
- Install moveit_commander_cmdline.py into package specific directory, not to global bin.
- Fix typos in comments
- work around name bug move group interface python programs cannot be launched from launch files if the __name:= argument is used. This works around the problem and allows using launch files to launch python moveit programs.
- Added Travis Continuous Integration
- add support for setting joint targets from approximate IK
- no longer depend on manipulation_msgs
- expand functionality of MoveGroupInterface
- make pick() more general
- use msg serialization
- use new attach / detach operations
- fix header for demo code
- Duration class bug fixed in commander conversion.
- move msgs to common_msgs
- fixed ground command