- fix CI after adding setup tools dependency
- Contributors: Michael Ferguson
- use setuptools (#33) setup from distutils is deprecated and will be removed eventually. It already breaks on Debian testing.
- Contributors: Michael Görner
- fix: Add attached_object_touch_links to pickup (#31)
- Contributors: Kai Waelti
- New cone primitive and box primitive frame fix (#30) * Box primitive frame independent of planning scene * Added cone solid primitive
- Contributors: Kiran Prasad
- add support for objects not in fixed_frame
- Contributors: Michael Ferguson
- various fixes for noetic/python3 (#28)
- Contributors: Michael Ferguson
- update package.xml for python3 support
- Contributors: Michael Ferguson
- use "is None"
- Fixed a comparison and logical statement order issue. (#26)
- fix pyassimp indices bug (#27)
- Contributors: Karl Kangur, Michael Ferguson, Shingo Kitagawa
- Fixed error message when removing attached object. (#25) Co-authored-by: Karl Kangur <karl.kangur@exwzd.com>
- Merge pull request #24 from v4hn/pr-master-python3 python3 compatible API & syntax
- python3 compatible API & syntax
- Contributors: Karl Kangur, Michael Ferguson, v4hn
- add sphere to planning scene interface
- add move_group parameter to MoveGroup class
- Contributors: Michael Ferguson, arwtyxouymz
- enable pyassimp for melodic
- update maintainer email
- Contributors: Michael Ferguson, Shingo Kitagawa
- add missing namespace to apply service
- Contributors: Michael Ferguson
- add namespace functionality on planning_scene_interface.py
- additional cleanup/documentation * use apply_service for colors * rename sentUpdate to sendUpdate, add docs * rename wait param to use_service (the meaning has changed) * remove some spammy logging * don't waitForSync when using service
- Merge pull request #10 from alemme/master adapt the code for the apply service
- added services to add objects to environment and attach them. Following http://docs.ros.org/kinetic/api/moveit_tutorials/html/doc/pr2_tutorials/planning/src/doc/planning_scene_ros_api_tutorial.html#interlude-synchronous-vs-asynchronous-updates
- Contributors: Benjamin-Tan, Lemme, Michael Ferguson
- Merge pull request #9 from mikeferguson/pyassimp_fix pyassimp is broken in 16.04, temporary work around so we can release
- Contributors: Michael Ferguson
- fix error message to have proper function name
- Contributors: Michael Ferguson
- Fix types in move_group_interface
- add planning_scene_diff as optional field
- Contributors: Michael Ferguson, Mikkel Rath Pedersen
- add no-wait behavior for move, pick, and place
- updates for compliance with PEP8
- Contributors: Aaron Blasdel, Michael Ferguson
- better handle removal of objects
- place has no attached_object_touch_links
- Contributors: Michael Ferguson
- fixup planner id
- Contributors: Michael Ferguson
- fix spelling issue in velocity scaling factor
- Contributors: Michael Ferguson
- implement kwargs for pick&place interface
- add max_velocity_scaling_factor as kwarg
- allow overriding allowed_planning_time
- add FakeGroupInterface
- add clear() method to planning scene interface
- Contributors: Michael Ferguson
- add rotate_pose_msg_about_origin
- Contributors: Michael Ferguson
- expose num_attempts through kw_args
- Contributors: Michael Ferguson
- enable removing attached objects
- Contributors: Michael Ferguson
- use kw_args for group interface, add a number of args supported
- a couple of fixes for is_diff
- Contributors: Michael Ferguson
- add scripts for dumping/loading planning scene
- documentation cleanup
- Contributors: Michael Ferguson
- add list and remove object scripts, closes #2
- properly initialize planning scene interface, fixes #1
- add planner_id logic to move group interface
- remove default support name
- fix comment on result type
- add missing import
- upstream the retry logic
- Contributors: Michael Ferguson
- fix bug in mesh generation
- Contributors: Michael Ferguson
- pass full result in pick and place
- Contributors: Michael Ferguson
- fix pyassimp rosdep
- Contributors: Michael Ferguson
- Initial release after forking from moveit_utils
- Contributors: Michael Ferguson