Djeff-209 is my first robot, based on the LMR Start Here robot.
I swapped out the wheels for tracks, and an SRF05 ultrasonic in place of the Sharp IR sensor.
At first, Djeff would try to avoid invisible objects, so I simply added an additional range check before initiating collision avoidance (I was getting "ghost returns" from the SRF05).
Nice my friend,looks like my first robot too…but yours is cleaner and your wires aren’t a mess like mine.
One question…since I’m still learning programming languages. In you code,you didn’t have to declare the pins for your motors as high and low? I was looking for pin4 to pin7 but you’re using A and B. Can you explain please? Thanks and congrat for your robot,I like the servo movements.
Thanks for your fast reply my friend. Yes that’s easier,I didn’t know those were command. I’ve tried your code on my robot,just had to switch the motors wiring. Did you try the Frits clean_navigation code,it works fine to me. Keep up the good work.