2024:Strategy: Difference between revisions

From 1511Wookiee
Jump to navigationJump to search
(Created page with "== Strategy Archives == *2023:Strategy *2022:Strategy *2020:Strategy *2019:Strategy *2018:Strategy *2017:Strategy")
 
No edit summary
 
Line 1: Line 1:
== 1/16/24 <span style="font-size: 12pt;" >Swerve drive speeds from various motors in seconds to traverse half field, full field, and full field w/ return</span> ==
{| class="wikitable" style="border-collapse: collapse; width: 100%;"
|-
| style="width: 25%;" | Motor type
| style="width: 25%;" | half field time
| style="width: 25%;" | full field time
| style="width: 25%;" | full w/ return (there and back)
|-
| style="width: 25%;" | swerve original (Neo motor L1)
| style="width: 25%;" | 2.3
| style="width: 25%;" | 4.6
| style="width: 25%;" | 9.2
|-
| style="width: 25%;" | swerve fast (Neo motor L4
| style="width: 25%;" | 1.7
| style="width: 25%;" | 3.4
| style="width: 25%;" | 6.8
|-
| style="width: 25%;" | optimal (Kraken motor)
| style="width: 25%;" | 1.2
| style="width: 25%;" | 2.4
| style="width: 25%;" | 4.8
|}
== <span style="font-size: 12pt;" >Essentially, we need to account for speed up and slow down time with acceleration. These calculations factors that into account. The ramp up and slow down times can be represented by a curve, where the half field is approaching their max speed, and it takes the same amount of time to slow back down to 0. for more specifics at "x" time for example, check "Robot-speed-vs-time-calc-User-friendly" in 2024 analysis and design in Build season</span> ==
==  ==
==  ==
== Strategy Archives ==
== Strategy Archives ==


*[[2023:Strategy]]  
*[[2023:Strategy]]
*[[2022:Strategy]]  
*[[2022:Strategy]]
*[[2020:Strategy]]  
*[[2020:Strategy]]
*[[2019:Strategy]]  
*[[2019:Strategy]]
*[[2018:Strategy]]  
*[[2018:Strategy]]
*[[2017:Strategy]]
*[[2017:Strategy]]

Latest revision as of 18:27, 16 January 2024

1/16/24 Swerve drive speeds from various motors in seconds to traverse half field, full field, and full field w/ return

Motor type half field time full field time full w/ return (there and back)
swerve original (Neo motor L1) 2.3 4.6 9.2
swerve fast (Neo motor L4 1.7 3.4 6.8
optimal (Kraken motor) 1.2 2.4 4.8

Essentially, we need to account for speed up and slow down time with acceleration. These calculations factors that into account. The ramp up and slow down times can be represented by a curve, where the half field is approaching their max speed, and it takes the same amount of time to slow back down to 0. for more specifics at "x" time for example, check "Robot-speed-vs-time-calc-User-friendly" in 2024 analysis and design in Build season

Strategy Archives