|
2 | 2 | Changelog for package moveit_visual_tools
|
3 | 3 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
4 | 4 |
|
| 5 | +Forthcoming |
| 6 | +----------- |
| 7 | +* Add Markdown ROS Buildfarm badges for Melodic |
| 8 | +* Fixing melodic branch with tf2 updates (`#34 <https://github.com/ros-planning/moveit_visual_tools/issues/34>`_) |
| 9 | +* Additional visualization (`#31 <https://github.com/ros-planning/moveit_visual_tools/issues/31>`_) |
| 10 | + * adding a visualization for publishing a box with width, height, and depth |
| 11 | + * adding additional publishCollisionCuboid method overloads |
| 12 | + * changing x,y,z to width, depth, height |
| 13 | +* Fixup CMakeLists and package.xml (`#30 <https://github.com/ros-planning/moveit_visual_tools/issues/30>`_) |
| 14 | +* Triggering UPDATE_GEOMETRY is sufficient, dont spinOnce |
| 15 | + - triggering UPDATE_SCENE leads to sending a full planning scene including all meshes. For all use-cases in this lib UPDATE_GEOMETRY is sufficient and sends only diffs |
| 16 | + - calling ros::spinOnce() in random places messes up the event queue (e.g. joint state updates being processed in gui thread instead of the async spinner thread) |
| 17 | +* Fix API compatibility by providing a default empty list of end-effector joints |
| 18 | +* Allow setting joint values for end-effector marker |
| 19 | + currently end-effector markers are based on the default robot state (ie all zero), |
| 20 | + this allows passing a vector of doubles for all active joint in the end-effector group |
| 21 | + Passing a new set of joint values will invalidate the cache but for our use-case this is |
| 22 | + neglectible and could be optimized later |
| 23 | +* Moved boost::shared_ptr to std for tf2 |
| 24 | +* Converted to use tf2 moveit interfaces |
| 25 | +* Fix broken CI for Melodic |
| 26 | +* Fix Continuous Integration |
| 27 | +* Contributors: Dave Coleman, Ian McMahon, Mike Lautman, Simon Schmeisser |
| 28 | + |
5 | 29 | 3.4.0 (2017-12-27)
|
6 | 30 | ------------------
|
7 | 31 | * Apply current MoveIt clang-format
|
|
0 commit comments