rplidar_arduino icon indicating copy to clipboard operation
rplidar_arduino copied to clipboard

RoboPeak RPLIDAR driver for Arduino and Arduino-compatible devices

Results 19 rplidar_arduino issues
Sort by recently updated
recently updated
newest added

RPLidar::begin() was declared to return bool when it actually returns void. This can lock up some microcontrollers.

I met the error when i compile the code ,what should i do? ![Uploading QQ截图20160424111132.png…]() ![Uploading QQ截图20160424111132.png…]()

I have tried the simple_connect example with Arduino Mega. Because I can't use Arduino UNO for checking results. Here, I have tried to use Serial1 for checking lidar data, but...

Hi. I want to connect RPLIDAR with arduino leonardo. So I tried to use below code. ``` #include // You need to create an driver instance RPLidar lidar; #define RPLIDAR_MOTOR...

so the thing is working its turning but which baud raid I need to use to see the result because now there are only "?" marks

- 40% sampling speed improvement by avoiding time check on every byte in waitPoint(...) - Migrated to SoftSerial from HardwareSerial - Tested on Arduino Leonardo and Pro Micro with RPLidar...

Hallo Hello I need your help please I work with ardouino Mega 250 and RPLidar A1 during compilation my said this error knowing that I try to add the yib...

i following robopeak example "simple_connent" but that protocol send measuring samples very little ⸮P⸮%⸮ angle : 40.36, distance : 217.50 angle : 34.48, distance : 227.25 angle : 36.42, distance...

my hardware serial pin 0 and 1 have already been used,so what can I do to use the software serial?

Hello, I'm using Arduino UNO with RPLIDAR A1 and Stepper motor. I'm trying to run both together and get the output in this way: Step no: Angle: Distance: Step no:...