We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8aca7a commit d5ebf72Copy full SHA for d5ebf72
CHANGELOG.rst
@@ -2,6 +2,12 @@
2
Changelog for package ros2_numpy
3
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4
5
+2.0.12 (2024-11-11)
6
+-------------------
7
+* Adds support for LaserScan messages (`#12 <https://github.com/Box-Robotics/ros2_numpy/pull/12>`_)
8
+* Contributors: Aniketh Seelam
9
+
10
11
2.0.11 (2024-06-25)
12
------------------
13
* Removed dependency on nose
package.xml
@@ -4,7 +4,7 @@
<package format="3">
<name>ros2_numpy</name>
<!-- MAJOR is 2 for ROS2 version -->
- <version>2.0.11</version>
+ <version>2.0.12</version>
<description>A collection of conversion functions for extracting numpy arrays from messages</description>
<author email="[email protected]">Eric Wieser</author>
0 commit comments