Commit 88cfdf7
feat: RoadRunner Extension 1.0.1 (#4)
* add: support for roadrunner
* setup gradle for roadrunner extension
* refactor: update unit test to use JUnit 5 assertions
* add: implement FollowTrajectoryCommand and FollowTurnCommand classes
* define RoadRunner version in gradle.properties and use it in roadrunn…
* refactor: rename FollowTrajectoryCommand and FollowTurnCommand classe…
* add: initialize Turn class with name based on angle
* add: NextFTC Pedro Extension (#1)
* refactor: remove unit and instrumented tests from pedro module
* chore: change group id to dev.nextftc.extensions
* feat: add PedroComponent
* chore: remove unused import in build.gradle.kts
* feat: add FollowPath
* feat: add PedroComponent.gyro
* feat: add PedroDriverControlled
* feat: add Turn and TurnTo
* fix: move files from src/main to src/main/kotlin
* feat: add descriptive name to Turn and TurnTo
- name of Turn is Turn(angle)
- name of TurnTo is TurnTo(angle)
* refactor: change PedroComponent to an object
* fix: make PedroComponent a class again
* fix(pedro): fix gradle
- make displayName and description correct
- use versions.pedro property for version
* refactor: rename Turn to TurnBy
* fix: rename Turn to TurnBy in the command name
---------
Co-authored-by: Zach Harel <zach@zharel.me>
* fix: correct naming in Turn class initialization
Signed-off-by: Zach Harel <zach@zharel.me>
* fix: use proper allowSync property name
Signed-off-by: Zach Harel <zach@zharel.me>
* add: include license information in build.gradle.kts
Signed-off-by: Zach Harel <zach@zharel.me>
* fix: update NextFTC version to 1.0.0
Signed-off-by: Zach Harel <zach@zharel.me>
* fix: replace setDrivePowersFF with setDrivePowers in FollowTrajectory and Turn classes
Signed-off-by: Zach Harel <zach@zharel.me>
add: define abstract setDrivePowers method in NextFTCMecanumDrive
Signed-off-by: Zach Harel <zach@zharel.me>
* fix: update roadrunner version to 1.0.1 in gradle.properties
Signed-off-by: Zach Harel <zach@zharel.me>
---------
Signed-off-by: Zach Harel <zach@zharel.me>
Co-authored-by: Davis Luxenberg <74377508+BeepBot99@users.noreply.github.com>1 parent 6fde9f7 commit 88cfdf7
5 files changed
Lines changed: 6 additions & 4 deletions
File tree
- gradle
- roadrunner/src/main/kotlin/dev/nextftc/extensions/roadrunner
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
| 23 | + | |
22 | 24 | | |
23 | 25 | | |
24 | 26 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
0 commit comments