I require your help regarding a problem I’m encountering.
The SunFounder RB-Suf-80 looks promising for my needs. To be sure, please answer the following questions.
Here is my experiment. Four smart cars enter a bottleneck where 2 lanes merge into 1 lane. Each vehicle uses line tracking. They will crash when the obstacle avoiding software is off.
My goal is prevent them from crashing. Let me explain. Think of an inverted Y where two cars are placed side-by-side on each lane. All cars travel north and move forward at the same time and speed. The first two lead cars will crash when they reach the inverted Y, the point where the 3 lines of the Y meet. The following two side-by-side cars will crash into the back of the two lead crashed vehicles.
Question 1. Does RB-Suf-80 smart car come with obstacle avoidance?
Question 2. Does RB-Suf-80 smart car come with line tracking?
Question 3. If the answers to questions 1 and 2 are no, can I add it?
I’ve done some research about this product (RB-Suf-80, SunFounder Smart Video Car for Raspberry Pi 3/2/B+). It seems that this product would be great choice for your experiments!
So, it seems that you don’t get installed software with obstacle avoidance or line tracking but surely you can create it (which basically is a purpose of this kit). Especially if you know Python
As @igor_X stated this kit would definitely work for your project, as it is designed for the Raspberry Pi (which is not included) and contains a camera module you will be able to do many vision-based tasks as object/obstacle detection, you could add a line sensor (which are very inexpensive) to make the line tracking even easier but you could also program the robot to do that task based on the camera readings.