-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to control motor pwm or moving of RPLIDAR A1 in matlab #7
Comments
Hello,
|
Thank you for your comment! StartMotorRPLIDAR() and StopMotorRPLIDAR() function in hardwarex_with_3rd_support file are working. Thank you for your help again |
Hello, I used StartMotorRPLIDAR() and StopMotorRPLIDAR() functions well |
Maybe before the Hardware-MATLAB/test_rplidar.m Lines 7 to 16 in e4512bc
bStartScanModeAtStartup to 0 in RPLIDAR0.txt you need to uncomment those lines. Maybe you will need to follow a similar logic after the StartMotorRPLIDAR() ...
|
Thank you, it works well with no errors. but i have one more question. |
I just added |
Hello, I 'm using RPLIDAR A1 for project in matlab 2019b
but there are two problem using it.
How can i control RPLIDAR A1 pwm another way?( I couldn't understand well ismet55555's issue)
The code is when MX-64 move, next get points of PRLIDAR by using GetScanDataResponsePRLIDAR(), From the beginning it just get next data after first 360 number of data, not the data after MX-64 move.
I just thought it could solve by making this operate like RPLIDAR scan just once 360points and MX-64 move repeatedly.
Is there any way to control RPLIDAR stop and turn agian in matlab?
The text was updated successfully, but these errors were encountered: