Skip to content

Commit 7e96c32

Browse files
committed
3.6.1
1 parent d8f70c4 commit 7e96c32

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.rst

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

5+
3.6.1 (2023-05-18)
6+
------------------
7+
* publishTrajectoryLine(): issue error when no end-effector tips are found (`#129 <https://github.com/ros-planning/moveit_visual_tools/issues/129>`_)
8+
* Fixed possible null-pointer segfault (`#95 <https://github.com/ros-planning/moveit_visual_tools/issues/95>`_)
9+
* Only set active joints (`#84 <https://github.com/ros-planning/moveit_visual_tools/issues/84>`_)
10+
* Use specified color for EndEffector marker (`#96 <https://github.com/ros-planning/moveit_visual_tools/issues/96>`_)
11+
* Contributors: Felix von Drigalski, Henning Kayser, Jochen Sprickerhof, Michael Görner, Robert Haschke, Simon Schmeisser, Stephanie Eng, Tyler Weaver, Vatan Aksoy Tezer, werner291
12+
513
3.6.0 (2020-10-09)
614
------------------
715
* [feature] Unified collision environment used (`#54 <https://github.com/ros-planning/moveit_visual_tools/issues/54>`_)

package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<package format="2">
33
<name>moveit_visual_tools</name>
4-
<version>3.6.0</version>
4+
<version>3.6.1</version>
55
<description>Helper functions for displaying and debugging MoveIt data in Rviz via published markers</description>
66

77
<maintainer email="[email protected]">Dave Coleman</maintainer>

0 commit comments

Comments
 (0)