Author Topic: line following robot to engage 360 degree turn  (Read 3873 times)

0 Members and 2 Guests are viewing this topic.

Offline prologTopic starter

  • Jr. Member
  • **
  • Posts: 9
  • Helpful? 0
line following robot to engage 360 degree turn
« on: January 05, 2008, 12:22:16 AM »
Currently, my robot is using PID algorithm to follow a black line quite smoothly..

The only problem is that the robot is unable to turn 360 degree when it reaches a dead-end.
I think the mechanics is the limiting factor..




What's the best structure to be able to execute 360 turns?
My robot is differential driven, RWD with a ball caster at the front..









Offline dunk

  • Expert Roboticist
  • Supreme Robot
  • *****
  • Posts: 1,086
  • Helpful? 21
    • dunk's robot
Re: line following robot to engage 360 degree turn
« Reply #1 on: January 05, 2008, 08:11:18 AM »
you mean the motors can't turn the bot when one motor is going forward while the other is going backwards?
make your wheel base shorter.
move the drive wheels and the caster closer towards the center of the robot and you should be good.
it's a balance between maneuverability and stability.

dunk.

Offline Admin

  • Administrator
  • Supreme Robot
  • *****
  • Posts: 11,703
  • Helpful? 173
    • Society of Robots
Re: line following robot to engage 360 degree turn
« Reply #2 on: January 20, 2008, 05:28:34 PM »
What happens is when your robot rotates, the sensors swing really fast - hence losing the line.

To reduce that swinging speed, you want the sensors as close to your center of rotation as possible (close to the wheels).

Offline Ro-Bot-X

  • Contest Winner
  • Supreme Robot
  • ****
  • Posts: 1,431
  • Helpful? 25
  • Store: RoBotXDesigns.ca
    • Ro-Bot-X Designs
Re: line following robot to engage 360 degree turn
« Reply #3 on: January 24, 2008, 06:47:31 AM »
You've received good advice, I've got nothing to add eccept: can you post the code?
Check out the uBotino robot controller!