Skip to content

Commit

Permalink
Prepare release (Slamtec#16)
Browse files Browse the repository at this point in the history
* Change maintainer and update changelog

Signed-off-by: Hunter L. Allen <[email protected]>

* 2.0.0
  • Loading branch information
allenh1 authored Jul 15, 2020
1 parent b21f607 commit 1b3cbb9
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 2 deletions.
42 changes: 42 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,48 @@ Changelog for package rplidar_ros
* [improvement] Print warning messages when deprecated APIs are called; imporve angular accuracy for ultra capsuled scan points
* Contributors: tony,kint

2.0.0 (2020-07-15)
------------------
* Update SDK to Version 0.12.0 (`#14 <https://github.com/allenh1/rplidar_ros/issues/14>`_)
* Register the rclcpp component
* Update RPLIDAR SDK to version 1.12.0
* Update ROS 2 parameters and use node's clock instance (`#9 <https://github.com/allenh1/rplidar_ros/issues/9>`_)
* Update ROS 2 parameters and use node's clock instance
* Fix scan_mode listing output
* Stop motors and exit when set_scan_mode() call fails
* Fix compilation with eloquent (`#6 <https://github.com/allenh1/rplidar_ros/issues/6>`_)
* Use Composition node with launch files (`#4 <https://github.com/allenh1/rplidar_ros/issues/4>`_)
* Composable nodes (`#3 <https://github.com/allenh1/rplidar_ros/issues/3>`_)
* Begin implementation of composable rplidar_ros::rplidar_node
* Declare composition node library in CMake, as well as continue the port
* Get to a compiling state
* Add start/stop motor callbacks + more driver setup
* Add publish loop for scans
* Add composition node
* Lint
* Port rviz and launch files to ROS2 (`#2 <https://github.com/allenh1/rplidar_ros/issues/2>`_)
* Port non-rviz launch files to ROS2
* Compatibility with rviz2
* revert whitespace changes
* Port the remaining launch files to ROS2
* Revert more whitespace changes
* Fix luanch and rviz install path indent level
* Ros2 port (`#1 <https://github.com/allenh1/rplidar_ros/issues/1>`_)
ROS 2 port
* Port CMakeLists.txt
* Port package.xml
* Port client.cpp
* Port node.cpp
Fix compilation
* Support TCP
* upgrade sdk 1.10.0
* upgrade sdk 1.9.0
[new feature] support baudrate 57600 and 1382400, support HQ scan response
[bugfix] TCP channel doesn't work
[improvement] Print warning messages when deprecated APIs are called; imporve angular accuracy for ultra capsuled scan points
* [bugfix]modify scan_mode at test_rplidar.launch and test_rplidar_a3.launch
* Contributors: Dan Rose, Hunter L. Allen, WubinXia, kint

1.7.0 (2018-07-19)
------------------
* Update RPLIDAR SDK to 1.7.0
Expand Down
5 changes: 3 additions & 2 deletions package.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
<?xml version="1.0"?>
<package format="3">
<name>rplidar_ros</name>
<version>1.10.0</version>
<version>2.0.0</version>
<description>The rplidar ros package, support rplidar A2/A1 and A3/S1</description>

<maintainer email="[email protected]">Slamtec ROS Maintainer</maintainer>
<maintainer email="[email protected]">Hunter L. Allen</maintainer>
<author email="[email protected]">Slamtec ROS Maintainer</author>
<license>BSD</license>

<buildtool_depend>ament_cmake_auto</buildtool_depend>
Expand Down

0 comments on commit 1b3cbb9

Please sign in to comment.