2009:Traction control function: Difference between revisions

From 1511Wookiee
Jump to navigationJump to search
(New page: = Traction control function = === Requirements<br> === #When a wheel or wheels start slipping,  stop the slipping and regain traction #Allow for special cases such as when one or t...)
 
No edit summary
Line 3: Line 3:
=== Requirements<br> ===
=== Requirements<br> ===


#When a wheel or wheels start slipping,&nbsp; stop the slipping and regain traction
#When a wheel or wheels start slipping,&nbsp; stop the slipping and regain traction  
#Allow for special cases such as when one or two wheels is on carpet.
#Allow for special cases such as when one or two wheels is on carpet.


===  ===


=== Assumptions  ===
=== Assumptions  ===


#We know the power values (L&nbsp;drive and R&nbsp;drive) we gave to the motors&nbsp;
#We know the power values (L&nbsp;drive and R&nbsp;drive) we gave to the motors&nbsp;  
#Our only sensor input is the actual motor speed of each of four motors.
#Our only sensor input is the actual motor speed of each of four motors.  
#We do not know robot speed nor direction.
#We do not know robot speed nor direction.


<br>


 
=== Ideas ===
=== Ideas ===


#Compare left-front vs. left-rear wheels.&nbsp;&nbsp;&nbsp; If one wheel is significantly faster than the other,&nbsp; assume it is slipping.&nbsp;&nbsp;&nbsp; Reduce power to the slipping wheel for xxx milliseconds then restore restore full power.&nbsp;&nbsp;&nbsp;&nbsp; Perform same check for right-front vs. right-rear.&nbsp;
#Compare left-front vs. left-rear wheels.&nbsp;&nbsp;&nbsp; If one wheel is significantly faster than the other,&nbsp; assume it is slipping.&nbsp;&nbsp;&nbsp; Reduce power to the slipping wheel for xxx milliseconds then restore restore full power.&nbsp;&nbsp;&nbsp;&nbsp; Perform same check for right-front vs. right-rear.&nbsp;


<br>


 
=== Design ===
=== Design ===

Revision as of 16:14, 14 January 2009

Traction control function

Requirements

  1. When a wheel or wheels start slipping,  stop the slipping and regain traction
  2. Allow for special cases such as when one or two wheels is on carpet.


Assumptions

  1. We know the power values (L drive and R drive) we gave to the motors 
  2. Our only sensor input is the actual motor speed of each of four motors.
  3. We do not know robot speed nor direction.


Ideas

  1. Compare left-front vs. left-rear wheels.    If one wheel is significantly faster than the other,  assume it is slipping.    Reduce power to the slipping wheel for xxx milliseconds then restore restore full power.     Perform same check for right-front vs. right-rear. 


Design