Skip to content
This repository has been archived by the owner on Jan 6, 2024. It is now read-only.

Use of periodic() Method in Drive Subsystems #79

Open
stulewin opened this issue Mar 13, 2022 · 1 comment
Open

Use of periodic() Method in Drive Subsystems #79

stulewin opened this issue Mar 13, 2022 · 1 comment
Labels
question Further information is requested

Comments

@stulewin
Copy link
Contributor

Now that the subsystems are hooked into the scheduler (new base class implementation), these methods will get called. Currently just making updates to driveOdometry object - but should make sure we understand any side effect and handle them as necessary.

@stulewin stulewin added the question Further information is requested label Mar 13, 2022
@Cal-Hagner
Copy link
Member

Making updates to the driveOdometry during the periodic cycle is actually what we want to make trajectories work properly. This may have been at the root cause of our earlier trajectory issues. I don't really see a point in doing odometry updates in another method.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants