-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Roadrunner V1.0] Manual Feedforward Tuner Weird Data #336
Comments
Can you get a robot log please? https://rr.brott.dev/docs/v1-0/tuning/#getting-help |
Alright, we'll look into this (although it's gonna be a couple weeks as the team is taking a break). I do recall that we had the deadwheels sprung in a bit of a weird way, so we'll look into redoing the springing. Our robot sometimes has a slight pull to one direction (which was observed during the tuning). Would that make the I'll let you know in a few weeks when we've tried some of this and attempted a retune. Thanks! |
The robot pulling in a direction shouldn't necessarily affect the encoder readings on something like the angular ramp logger/regression. Noise in those measurements is most likely coming from wheels bouncing up and down/losing contact with the ground or wobbling back and forth perpendicular to the rotation. |
Okay. We attempted to retune after looking at our springing yesterday. It didn't seem like the deadwheels were bouncing, but maybe we just missed it. However, our manual feedforward tuning still didn't look right. Although tuning was cut short of trying more than a few values of kA, none of them seemed any closer. The only difference we observed with that test was when we used the suggested initial value of Unfortunately, we forgot to update to the latest version. We are running |
|
Alright. It appears that all of those issues, and we got past the that part of the tuning. Thank you so much for your help with that issue! But now, we're stuck on We're not super experienced in terms of how the feedforward/feedback works, so we have no idea how to react to the telemetry and the issues the robot is having. When driving back and forth, it has some minor drifts, which we don't quite know how to account for as setting any of the gains to 1 just makes it worse. The main issue is that sometimes the x-position kinda bounces around +-a few inches for a second while moving (thus being way off), or it just drifts over time, leading to the distance traveled in the back and forth eventually increasing to an insane degree. None of this happened with the Any guidance on how we can go about this step? Thanks. |
Usually this means something is wrong (possibly reversed?). Can you send a robot log? |
Hey, Turns out we've been having a deadwheel that was slipping (but hard to identify), which was causing the program to think that the robot was turning, which seemed to completely mess it up. We're going to retune again, and I'll send over some logs if the issues persist. |
(originally from the unofficial FTC Discord)
My team's been tuning roadrunner for the past couple hours, and everything up to this point has been going according to plan. However, upon getting to the
ManualFeedforwardTuner
step, it tells us to adjustkA
until the lines match, but thev0
graph makes no sense. AdjustingkA
doesn't seem to change the graph.Any clue what's going on? We checked and make sure the deadwheels were making good contact (that had been an issue resulting in bad data earlier, but we redid the tuning upon discovering this). Nothing else seems to be an issue, except when running this test, the robot does instantly go from 0 to full power, then when it switches back it goes from full power to reverse full power without any transition. Not too sure if that's supposed to be happening.
Here's our parameters, in case you need them:
The text was updated successfully, but these errors were encountered: