
Re: Where is the best place to put line tracking sensors.
For detecting things like corners, you basically want to start checking the status of all three sensors. If you're using three sensors, this gives you 8 unique conditions to check for. For example, if you're looking at a right corner, like this:
_
|
^
You would want an if statement like