-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Testing if scanmode could be used to better detect tires etc. Also testing if the strange "tails" (when there is an object nearby, objects farther away get some measurement nearer or farther than they are (hard to explain in words...)) as mentioned in #7 could be somehow prevented. Quick tests showed very strange behavior: - If using "standard" (4 ksps)-mode and 20 rpm, there are no tails. - Lowering RPM to about 5 the tails appear - If using "express" (8 ksps)-mode and 20 rpm there are no tails - Lowering RPM to 10 the tails appear - Any 16 ksps mode seems to have tails whatever the RPM (can not get more than 20 RPM) Doesn't make much sense. Seems like the RPLIDAR starts to mangle the measured points if "angular resolution" is good enough... But anyway, using "express" (8 ksps)-mode and 20 RPM there are no tails. So maybe use that and forget the strangeness... Scanmode affects sampling rate and max distance (found from https://download.slamtec.com/api/download/rplidar-protocol/2.2?lang=en , page 12): Standard: 4 ksps, 16m Express: 8 ksps, 25m Boost: 16 ksps, 25m Sensitivity: 16 ksps, 25m Stability: 16 ksps, 25m "Sensitivity" mode does not work. "Stability" seems to be 10 ksps so maybe it is the so much advertised "outdoor-mode"(?)
- Loading branch information
1 parent
01bebfb
commit 9f233c8
Showing
4 changed files
with
213 additions
and
143 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
Oops, something went wrong.