SkoltechRobotics / rplidar

Python module for RPLidar A1 and A2 rangefinder scanners
MIT License
187 stars 126 forks source link

Update rplidar.py there is error in Serial module's function #13

Open me-unpredictable opened 7 years ago

me-unpredictable commented 7 years ago

please change 'in_waiting' function in this line "data_in_buf = self._serial_port.in_waiting " actually Serial module use inWaiting function, without brackets it will throw error. So, write "data_in_buf = self._serial_port.inWaiting() "

jjehl commented 7 years ago

Right, apparently this project is not active. I have already done this work and the implementation of express scan on my fork, now register and active here : https://github.com/Roboticia/RPLidar