Commit Graph

183 Commits

Author SHA1 Message Date
30bc22a457 Delete codes_for_scrimmage/hazmat/hazmat_main.py 2025-10-23 00:34:40 +00:00
1cb08a0c32 Update codes_for_scrimmage/hazmat/hazmat_main.py
Adding Rishi/Vickram + Adi Mission's
2025-10-23 00:34:14 +00:00
11acca0744 Add codes_for_scrimmage/hazmat/hazmat_main.py 2025-10-23 00:33:01 +00:00
68aff887da Update codes_for_scrimmage/hazmat/hazmat_main.py 2025-10-23 00:29:22 +00:00
1f2a467b9b Update codes_for_scrimmage/hazmat/Heavy_lifting_final.py 2025-10-23 00:28:52 +00:00
b3b0590bb9 Merge pull request 'Organize mission codes for scrimmage. Fixed some coolor detection issues' (#22) from add-folder-structure-for-scrimmage into dev
Reviewed-on: #22
2025-10-22 18:55:29 +00:00
d8f1d47882 Organize mission codes for scrimmage. Fixed some coolor detection issues 2025-10-22 12:37:05 -05:00
e0061dc672 Merge pull request 'dev' (#21) from Johannes/Johannes-dev:dev into dev
Reviewed-on: #21
2025-10-22 00:15:37 +00:00
4496396d0b Update missions/M8_5.py 2025-10-22 00:15:11 +00:00
3ec1aafbeb Update missions/M8_5.py 2025-10-22 00:07:04 +00:00
6c9efe26f9 Update missions/Heavy_lifting_final.py 2025-10-22 00:05:00 +00:00
cf1f8a1995 Update missions/Send_Over_Final.py 2025-10-22 00:04:16 +00:00
2567e8b8d7 Add missions/Send_Over_Final.py 2025-10-21 23:57:13 +00:00
cb79ecbb95 Add missions/Heavy_lifting_final.py 2025-10-21 23:54:55 +00:00
59213ae3f6 Update final/main5.py
Just adjusted my code!!
2025-10-21 00:24:33 +00:00
97963488eb Update test_10_17_2025.py
Rishi, A.K.A me replaced my outdated code with the new one.
2025-10-21 00:21:53 +00:00
b263687c3b dis id vewwy impotent codes
AAAGGGHHHHHHHHHHHHH COLOR SENSORS CAUSE ME PAIN!!!!!!!!!!!
2025-10-20 16:13:13 +00:00
e32c773d58 Merge pull request 'Changed Johannes values' (#20) from johannes-fork-merge into dev
Reviewed-on: #20
2025-10-20 15:49:05 +00:00
50dd00cba6 Changed Johannes values
Old code was:
from pybricks.hubs import PrimeHub
from pybricks.pupdevices import Motor, ColorSensor, UltrasonicSensor, ForceSensor
from pybricks.parameters import Button, Color, Direction, Port, Side, Stop
from pybricks.robotics import DriveBase
from pybricks.tools import wait, StopWatch
from pybricks.tools import run_task, multitask

hub = PrimeHub()

left_motor = Motor(Port.A, Direction.COUNTERCLOCKWISE)
right_motor = Motor(Port.B)

left_arm = Motor(Port.C, Direction.COUNTERCLOCKWISE)
right_arm = Motor(Port.D)

drive_base = DriveBase(left_motor, right_motor, wheel_diameter=68.8, axle_track=180)

drive_base.settings(600,500,300,200)
drive_base.use_gyro(True)

async def main():

    await drive_base.straight(915)
    await drive_base.turn(-90)
    await drive_base.straight(60)
    await left_arm.run_angle(10000,-15000)
    await drive_base.straight(-60)
    await drive_base.turn(85)
    await drive_base.straight(2000)
    
run_task(main())
2025-10-20 15:48:22 +00:00
f3f99f4e94 Merge pull request 'johannes-fork-merge' (#19) from johannes-fork-merge into dev
Reviewed-on: #19
2025-10-20 15:44:54 +00:00
ce4435e7eb Changed line 23 from 420 to 500
johannes did it idk
2025-10-20 15:44:31 +00:00
b8476d4bfc Upload files to "missions" 2025-10-20 15:43:35 +00:00
8bd76e5692 afniawemhcfj8ewa hjciuawefn awenfuiearhi nofuahweof e2q 2025-10-20 15:39:58 +00:00
9c2b3a2ad9 Upload files to "/" 2025-10-20 15:35:14 +00:00
639588e253 Merge pull request 'Add missions/Heavy lifting.py' (#17) from Johannes_Dev into dev
Reviewed-on: #17
2025-10-20 15:34:41 +00:00
48f504cbda Merge pull request 'arcmyx-dev' (#18) from arcmyx-dev into dev
Reviewed-on: #18
2025-10-20 15:34:27 +00:00
51d7255cd0 Add HEAVY_LIFTING_UPD 2025-10-20 00:48:18 +00:00
53d13476a9 Add missions/Heavy lifting.py 2025-10-19 03:02:40 +00:00
c6783889b7 Add missions/Set2.py
Please add the backward part of the code.
2025-10-19 01:51:03 +00:00
9eada9f151 Update RoshoDaGoat.py 2025-10-18 14:53:08 +00:00
79baeca507 Update RoshoDaGoat 2025-10-18 14:52:58 +00:00
8667a66ab1 Add sechs-sieben.py 2025-10-18 14:51:46 +00:00
alkadienePhoton
bcc47c1d1b Merge branch 'dev' of https://codes.fll-65266.org/FLL_65266_LEGO_DYNAMICS/solutions_season_unearthed into dev 2025-10-17 19:36:33 -05:00
alkadienePhoton
e9e40896f2 Merging 2025-10-17 17:25:12 -05:00
bbbfe0078c Add test_10_17_2025.py
um so i was testing the colors and IMMA GO insane so lemme check my lego bin for something that will work.
2025-10-17 21:58:44 +00:00
f69c61e796 Add missions/Sand_mission.py 2025-10-17 20:52:24 +00:00
8061eb71d5 Add missions/Boat_mission.py 2025-10-17 20:51:55 +00:00
5e1f3098f9 Changes after scrimmage run 3 2025-10-11 19:08:38 +00:00
19afacd87b Scrimmage update after run 2
well at least yellow works now.
2025-10-11 18:47:09 +00:00
9b04c18889 Update for contest 2025-10-11 18:22:21 +00:00
1a3abbb4d1 Update twist_scrimmage.py 2025-10-11 18:03:55 +00:00
ae114667f1 Update members/Rishi.txt 2025-10-11 15:27:44 +00:00
8391619c71 Add members/Rishi.txt 2025-10-11 15:24:59 +00:00
d3294bcb0b SCRIMMAGE MERGE!!!
Reviewed-on: #15
yayyyyyyyyyy
TwistScrimmageRelease
2025-10-11 02:30:26 +00:00
d66aecd5eb Update README.md 2025-10-11 02:29:50 +00:00
bbdf0d0e3a Shortened fun sounds 2025-10-11 02:25:18 +00:00
a2ed2c4d26 Merge pull request 'arcmyx-dev' (#14) from arcmyx-dev into dev
Reviewed-on: #14
2025-10-11 02:22:18 +00:00
dd0070d8e2 Update twist_scrimmage.py 2025-10-11 02:16:06 +00:00
9a06677dcc Added comments. Good luck for scrimmage y'all!!! 2025-10-11 01:57:37 +00:00
11e89c6662 THE FINAL THINGY 2025-10-11 01:47:25 +00:00