This commit is contained in:
Jacob Perron 2022-01-14 18:17:12 -08:00
parent bfe1c494fd
commit bfe15c8dd4
2 changed files with 7 additions and 1 deletions

View File

@ -2,6 +2,12 @@
Changelog for package laser_geometry
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2.3.0 (2022-01-14)
------------------
* Fix building on running on Windows Debug (`#82 <https://github.com/ros-perception/laser_geometry/issues/82>`_)
* Update python code and tests for ros2 (`#80 <https://github.com/ros-perception/laser_geometry/issues/80>`_)
* Contributors: Chris Lalancette, Jonathan Binney
2.2.2 (2021-05-11)
------------------
* Export sensor_msgs, tf2, and rclcpp as dependencies

View File

@ -4,7 +4,7 @@
schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="2">
<name>laser_geometry</name>
<version>2.2.2</version>
<version>2.3.0</version>
<description>
This package contains a class for converting from a 2D laser scan as defined by
sensor_msgs/LaserScan into a point cloud as defined by sensor_msgs/PointCloud