Skip to content

Commit

Permalink
2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobperron committed Oct 24, 2019
1 parent 73b8687 commit 674d159
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,29 @@
Changelog for package interactive_markers
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

2.0.1 (2019-10-23)
------------------
* Fix test flakes by waiting for pub/sub discovery (`#55 <https://github.com/ros-visualization/interactive_markers/issues/55>`_)
* Add parameters for QoS of update and feedback topics (`#54 <https://github.com/ros-visualization/interactive_markers/issues/54>`_)
* Port Python implementation to ROS 2 (`#53 <https://github.com/ros-visualization/interactive_markers/issues/53>`_)
* Move Python files to their own directory
* Install Python via ament_cmake_python
* Make Python implementation ROS 2 compatible
* Use docstrings
* Minor refactor of callback logic
* Guard against None values and KeyError's
* Change insert() signature to take keyword arguments
* Rename variables for clarity (e.g. 'cb' -> 'callback')
* Fix PEP 257 errors
* Remove unused setup.py
* Enable flake8 tests and fix errors
* Improve performance
* Clear pending updates after applying all of them
* Don't rely on user to apply any pose updates
* Expose QoSProfile a parameter
* Add Python implementation dependencies to package.xml
* Contributors: Jacob Perron

2.0.0 (2019-09-26)
------------------
* Add missing visibility macros (`#51 <https://github.com/ros-visualization/interactive_markers/issues/51>`_)
Expand Down
2 changes: 1 addition & 1 deletion package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</description>
<maintainer email="william@osrfoundation.org">William Woodall</maintainer>
<license>BSD</license>
<version>2.0.0</version>
<version>2.0.1</version>

<author>David Gossow</author>

Expand Down

0 comments on commit 674d159

Please sign in to comment.