Introduction to Open Loop Control
Introduction to open loop control in FTC
What is Open Loop Control?
Open loop control simply means giving a specific output without checking it based on our input. A basic example of this is that of a time-based autonomous:
Another example of open loop control is that of an intake which runs continuously:
As you can see, open loop control is an incredibly simple way to get your robot performing actions. Unfortunately, this method has a few critical downfalls for certain systems:
Cannot reject disturbances
Cannot overcome contact from other robots
Energy inefficient
Motors must run at maximum power to utilize their maximum torque potential
Consistency will vary as battery voltage changes.
These downfalls really only matter for certain types of systems. For example, your intake doesn't really need to reject disturbances from the outside world like your drivetrain does. This means that choosing Open Loop Control vs Closed Loop Control is decided with personal preference and the design requirements of your system.
Practice Exercises
Try running the first example on your team's drivetrain
How consistent is it?
Does the distance vary with the battery voltage?
Try to think of how to improve upon this method and implement those to see if it works!
Last updated
Was this helpful?