Skip to content

Commit

Permalink
[release] rplidar_ros release 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kintzhao committed Jul 19, 2018
1 parent e3dac67 commit 1842791
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 5 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,14 @@
Changelog for package rplidar_ros
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
1.7.0 (2018-07-19)
------------------
* Update RPLIDAR SDK to 1.7.0
* support scan points farther than 16.38m
* upport display and set scan mode
* Contributors: kint


1.6.0 (2018-05-21)
------------------
* Release 1.6.0.
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Copyright (c) 2009 - 2014 RoboPeak Team
Copyright (c) 2014 - 2016 Shanghai Slamtec Co., Ltd.
Copyright (c) 2014 - 2018 Shanghai Slamtec Co., Ltd.
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down
3 changes: 2 additions & 1 deletion launch/test_rplidar.launch
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
<param name="frame_id" type="string" value="laser"/>
<param name="inverted" type="bool" value="false"/>
<param name="angle_compensate" type="bool" value="true"/>

<param name="scan_mode" type="string" value="Sensitivity"/>

</node>
<node name="rplidarNodeClient" pkg="rplidar_ros" type="rplidarNodeClient" output="screen">
</node>
Expand Down
2 changes: 1 addition & 1 deletion package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package>
<name>rplidar_ros</name>
<version>1.6.0</version>
<version>1.7.0</version>
<description>The rplidar ros package, support rplidar A2/A1 and A3</description>

<maintainer email="[email protected]">Slamtec ROS Maintainer</maintainer>
Expand Down

0 comments on commit 1842791

Please sign in to comment.