-
Notifications
You must be signed in to change notification settings - Fork 559
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[upgrade]upgrade the SDK to 1.6.0, and support RPLIDAR A3
- Loading branch information
kint.zhao
committed
May 22, 2018
1 parent
c67b213
commit eb0d966
Showing
36 changed files
with
4,744 additions
and
1,300 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
<launch> | ||
<node name="rplidarNode" pkg="rplidar_ros" type="rplidarNode" output="screen"> | ||
<param name="serial_port" type="string" value="/dev/ttyUSB0"/> | ||
<param name="serial_baudrate" type="int" value="256000"/><!--A3 --> | ||
<param name="frame_id" type="string" value="laser"/> | ||
<param name="inverted" type="bool" value="false"/> | ||
<param name="angle_compensate" type="bool" value="true"/> | ||
</node> | ||
</launch> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
<launch> | ||
<node name="rplidarNode" pkg="rplidar_ros" type="rplidarNode" output="screen"> | ||
<param name="serial_port" type="string" value="/dev/ttyUSB0"/> | ||
<param name="serial_baudrate" type="int" value="256000"/> | ||
<param name="frame_id" type="string" value="laser"/> | ||
<param name="inverted" type="bool" value="false"/> | ||
<param name="angle_compensate" type="bool" value="true"/> | ||
|
||
</node> | ||
<node name="rplidarNodeClient" pkg="rplidar_ros" type="rplidarNodeClient" output="screen"> | ||
</node> | ||
</launch> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
<!-- | ||
Used for visualising rplidar in action. | ||
It requires rplidar.launch. | ||
--> | ||
<launch> | ||
<include file="$(find rplidar_ros)/launch/rplidar_a3.launch" /> | ||
|
||
<node name="rviz" pkg="rviz" type="rviz" args="-d $(find rplidar_ros)/rviz/rplidar.rviz" /> | ||
</launch> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
<?xml version="1.0"?> | ||
<package> | ||
<name>rplidar_ros</name> | ||
<version>1.5.7</version> | ||
<description>The rplidar ros package, support rplidar A2/A1 </description> | ||
<version>1.6.0</version> | ||
<description>The rplidar ros package, support rplidar A2/A1 and A3</description> | ||
|
||
<maintainer email="[email protected]">Slamtec ROS Maintainer</maintainer> | ||
<license>BSD</license> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -60,5 +60,5 @@ | |
#include <sys/select.h> | ||
#include <time.h> | ||
|
||
#include "arch/linux/timer.h" | ||
#include "timer.h" | ||
|
Oops, something went wrong.