Skip to content

Commit c80f524

Browse files
committed
Updated changelogs
1 parent 6ae24cf commit c80f524

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

CHANGELOG.rst

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,30 @@
22
Changelog for package moveit_visual_tools
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

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+
529
3.4.0 (2017-12-27)
630
------------------
731
* Apply current MoveIt clang-format

0 commit comments

Comments
 (0)