Replies: 1 comment 5 replies
-
I'm glad to hear it is working well! This is a good problem to have 😄
I would personally not make things any more complex than they need to be, especially not for show. You might have heard about the The Zen of Python, which is advice for real Python. I've added the arrows here for the ones that seem especially relevant here:
It would seem nicer to challenge yourself to go to the next level. How can you design your robot to complete all missions reliably? Is it possible to do multiple missions in one go? Are there ways for the robot to verify that it has completed missions correctly? Is there a way to do this with sensors? Can you make your robot safely abort a mission if it gets stuck to save time? |
Beta Was this translation helpful? Give feedback.
-
Our team has a question about the gyro sensor. This is our first year using Pybricks block coding. In the past with the Lego platform, we used to create MyBlocks with math to make the gyro drive straight and turn. In pybricks, is it really just as simple as using the "use gyro" block? Or would we get better accuracy by still using some type of math block? We are also concerned about our coding being too simple for FLL judging if we aren't using any math blocks.
Beta Was this translation helpful? Give feedback.
All reactions