Scanse LiDAR
2 mins read.So I spent today helping out with plotting the output of the Scanse LiDAR sensor.
This LiDAR sensor can take readings up to 40 meters, and could be used in projects ranging from self-driving cars to home security systems. I helped out a team by taking the output of the sensor and feeding this into Python with the goal of creating real-time plots. I thought it might be a good opportunity to make a quick ‘n’ dirty video:
The data comes from a C file, and is piped into the Python code below:
We noticed that the plots don’t quite match the environment, so we’ll be applying Kalman filtering to smooth the data. A future implementation will be to calculate the velocity of moving objects in the environment and then connecting this all up to an embedded device.