Using Python and OpenCV to implement a basic obstacle avoidance and navigation on the rover.
pip install opencv-python
pip install numpy
- Need to design more efficient algorithm to avoid obstacle and predict their positions.
- Need to test the system on Raspberry Pi