DVC-Viking-Robotics / Robot-Senses

A collection of hardware interfaces specific to sensors
0 stars 0 forks source link

Need a driver class for the Sparfun RPLIDAR A2M8 proximity detector #2

Open 2bndy5 opened 4 years ago

2bndy5 commented 4 years ago

Here's a link to Sparkfun's list of documents related to this sensor. Notice the GitHub link is for using the sensor in ROS (not what we're using).

2bndy5 commented 4 years ago

Found this library that is written in Python that supports the lidar sensor we have. @tejashah88 the ROS library seems to follow the same exact paradigm that is used in MQTT (publish and subscribe), and involves using callbacks (making porting that library more of a master wizard task).