-
Notifications
You must be signed in to change notification settings - Fork 1
Description
I stumbled upon this library whilst looking for code to study for my windows-powered rover which I'm planning to enhance by fitting my Sweep.
I'm a huge fan of RX and also thought it was a great fit this type of library. I'm still researching and very new to processing scan data in a way to be useful for this type of application.
I'm going to study both the theory and this code to see how I could put together a collision detection routine and turn this into motor control instructions.
I figured that I could relate the direction of travel of the rover + distance of the centre of the sweep to the boundaries of the rover to the scan point data to be able to determine if there's anything in its way and simply stop as a first pass.
Any thoughts or views would be greatly appreciated.
As a stretch goal I could then consider post-processing the scan data to establish shapes / edges and try to move around the object in range.