You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To aid autonomous operation, we need a class which sits above the drive subsystem and which has high level methods for driving a given distance and turning a given angle. This must use the IMU or other sensors to provide accurate distance and angle measurement and must support smooth acceleration and deceleration (no sharp discontinuities in motor speed allowed!).
Develop a class interface proposal first then code it. The idea is that this must be general purpose (not tied to a given year's robot design) so that we can reuse it as the core of an autonomous kit-of-software-parts in future seasons. Ideally, we'll tie this in with Ryans CSV path definitions and expand it to support waypoint navigation and advanced control later.
Let's do this one using maths and physics rather than trial and error :-)
The text was updated successfully, but these errors were encountered:
To aid autonomous operation, we need a class which sits above the drive subsystem and which has high level methods for driving a given distance and turning a given angle. This must use the IMU or other sensors to provide accurate distance and angle measurement and must support smooth acceleration and deceleration (no sharp discontinuities in motor speed allowed!).
Develop a class interface proposal first then code it. The idea is that this must be general purpose (not tied to a given year's robot design) so that we can reuse it as the core of an autonomous kit-of-software-parts in future seasons. Ideally, we'll tie this in with Ryans CSV path definitions and expand it to support waypoint navigation and advanced control later.
Let's do this one using maths and physics rather than trial and error :-)
The text was updated successfully, but these errors were encountered: