Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jtayped/fll-programs
🤖 This is the program that my team used to classify for the finals in Torremolinos, allowing us to compete within the 1% of teams in Spain.
https://github.com/jtayped/fll-programs
first-lego-league
Last synced: about 1 month ago
JSON representation
🤖 This is the program that my team used to classify for the finals in Torremolinos, allowing us to compete within the 1% of teams in Spain.
- Host: GitHub
- URL: https://github.com/jtayped/fll-programs
- Owner: jtayped
- Created: 2022-03-30T17:58:53.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-04-05T17:56:02.000Z (9 months ago)
- Last Synced: 2024-04-05T18:46:27.522Z (9 months ago)
- Topics: first-lego-league
- Language: Python
- Homepage:
- Size: 35.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FLL-Programs
CARGO CONNECT 2021-22 "EPIC LEGO BULLS" ROBOT_GAMEThis is an FLL program made by the "Epic Lego Bulls" robot team from the province of Lleida.
With this program "loop.py" we can do 385 points on average, which classified us for the finals in Torremolinos.
__________________________________________________________________________________________________________NOTES:
All of the speed values in the functions are converted to negative numbers, this is because our robot's
motors are turned so a negative speed makes the robot go forward the same thing as going backwards.Some of the target_angles are adjusted for error, very common in run3 because the compliment is extremely
front heavy.In the loop for the robot game, the IFs are stacked, this is due to the firmware of the robot, it can't
do ANDs or ORs, apart from that it can't use threading.Some of the functions specified in the Movement class are not used, but our team tested them extensively
in simulations (https://gears.aposteriori.com.sg/).
__________________________________________________________________________________________________________I hope this has helped you understand the code a bit more because this year is the first year we have ever
programmed in Python with our robot. I'd like to wish the best of luck to all the teams that compete this
year!