-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# PR Summary PR Link: INSERT-LINK-HERE Issue Link: INSERT-LINK-HERE ### Description Adds code from last day of worlds that wasnt pushed. ### Reviewers - Required: @MaxxWilson or @melissajcruz --- ### Changelog - Adds a bt node that signifies the end of the auton. - Adds parameter for the starting intake position. - Fixes runtime error where ros parameters were being registered multiple times by BT nodes. - changes various auton parameters in ros config ### Reviewer Guide - Requires no input, just updating final values from last day of worlds ### Testing #### Automatic - Default tests #### Manual - Should run correctly with hardware launch ### Checklist - [ ] Confirmed all tests pass on a clean build - [ ] Added reviewers in Github - [ ] Posted PR Summary to Discord PR's Channel - [ ] Ran uncrustify on any modified C++ files - [ ] Ran Colcon Lint for any modified CMakeLists.txt or Package.xml --------- Co-authored-by: Swerve Robot <[email protected]>
- Loading branch information
1 parent
874c7c9
commit 5bcf42a
Showing
15 changed files
with
226 additions
and
131 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -116,7 +116,7 @@ set(NODES | |
swipeTail | ||
intakeCmd | ||
climb | ||
# autoDone | ||
autoDone | ||
) | ||
|
||
foreach(NODE ${NODES}) | ||
|
Oops, something went wrong.