11
Robotics- Basic On/Off Control Considerations

Robotics- Basic On/Off Control Considerations. On/Off Control Forms the basis of most robotics operations Is deceptively simple until the consequences

Embed Size (px)

Citation preview

Page 1: Robotics- Basic On/Off Control Considerations. On/Off Control Forms the basis of most robotics operations Is deceptively simple until the consequences

Robotics- Basic On/Off Control Considerations

Page 2: Robotics- Basic On/Off Control Considerations. On/Off Control Forms the basis of most robotics operations Is deceptively simple until the consequences

On/Off Control

• Forms the basis of most robotics operations

• Is deceptively simple until the consequences are experienced

• Can be frustrating, as we evaluate success based on our own intelligence, experience, and complex use of our senses

Page 3: Robotics- Basic On/Off Control Considerations. On/Off Control Forms the basis of most robotics operations Is deceptively simple until the consequences

What we will examine…

• Software Design for Control, Use of Sensors w/ demonstrations

• On/off control and variations

• Bang/Bang control

• Iterative Estimation

• Continuous control forms

Page 4: Robotics- Basic On/Off Control Considerations. On/Off Control Forms the basis of most robotics operations Is deceptively simple until the consequences

On/off control and variations

• On and off control of(some output)

• Some output

• Motor

• Light

• Sound

• Triggered by some input

• Time

• Sensor input of Physical condition

• Combination

Page 5: Robotics- Basic On/Off Control Considerations. On/Off Control Forms the basis of most robotics operations Is deceptively simple until the consequences

Robot

Problem- Travel to Target

Problems- how to start moving, what direction, how fast and how far to go, and when to stop

Page 6: Robotics- Basic On/Off Control Considerations. On/Off Control Forms the basis of most robotics operations Is deceptively simple until the consequences

Robot

Speed, Time, distance

Robot uses sensors to determine when to stop:touch(contact), light, time, distance

Page 7: Robotics- Basic On/Off Control Considerations. On/Off Control Forms the basis of most robotics operations Is deceptively simple until the consequences

On/off control and variations

• Demonstration

• Problems

• Errors in sensing

• Repeatability

• Changing conditions

• Battery power, motor strength, etc.

• Unknowns in sensed parameters(distance, light conditions & color, etc.)

Page 8: Robotics- Basic On/Off Control Considerations. On/Off Control Forms the basis of most robotics operations Is deceptively simple until the consequences

Bang Bang Control

• Turn on

• Check result

• Decide to turn on or off

• Repeat

Page 9: Robotics- Basic On/Off Control Considerations. On/Off Control Forms the basis of most robotics operations Is deceptively simple until the consequences

Bang Bang Control

Page 10: Robotics- Basic On/Off Control Considerations. On/Off Control Forms the basis of most robotics operations Is deceptively simple until the consequences

Iterative Estimation

• Measure Control variable

• Estimate how much to control

• Turn on and control to estimate

• Repeat….

Page 11: Robotics- Basic On/Off Control Considerations. On/Off Control Forms the basis of most robotics operations Is deceptively simple until the consequences

Continuous Control

• Measure control variable

• Calculate correction

• Turn on and control to correction

• Repeat… (how often, how fast?)