Inaccuracy from Low Voltage #2441
Unanswered
NabeelZ-KA
asked this question in
Q&A
Replies: 1 comment 5 replies
-
|
If you are going to build your own PID controller, you might want to use the |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello!!
I'm currently working with PyBricks V2.0.0 for the EV3 for the WRO competition. A high degree of accuracy is needed.
This is the first competition we use PyBricks in, since we usually use EV3-G. In EV3-G, we still faced problems with the robot becoming less accurate, and not moving correctly (moving not straight and not going the full length) over time as the charge decreased. However, this problem has been exasperated with PyBricks, where once the battery is lower than ~8.26 volts it starts going haywire (our maximum for the battery is ~8.41 volts after a full charge). This happens over the span of ~15 minutes and we have to charge again. This is most likely not a programing issue (as stated in a previous thread).
Here is our main movement function for example:
Please, how can we mitigate this?
Beta Was this translation helpful? Give feedback.
All reactions