This repository was archived by the owner on Feb 3, 2023. It is now read-only.
Update build scripts#457
Merged
Merged
Conversation
…kapiLib into task/RGB/update_build_scripts
Codecov Report
@@ Coverage Diff @@
## develop #457 +/- ##
===========================================
- Coverage 88.92% 88.72% -0.20%
===========================================
Files 140 140
Lines 5878 5878
===========================================
- Hits 5227 5215 -12
- Misses 651 663 +12 |
Octogonapus
added a commit
that referenced
this pull request
Nov 10, 2020
* Update kernel to 3.3.1 * Update build scripts (#457) * Update build scripts * Poke CI * Use recursive submodule checkout * Poke CI * Use previous checkout behavior * Run test on PR * Adding color, distance, rotation sensors (#459) * Adding color, distance, rotation sensors Allows chassis builder to reference new RotationSensor * Updated to camel-case per coding conventions Updated documentation. Attempted to re-format comments, but clang-format broke locally for me * Cleaned up comments * Remove contributing changes * Fix various things * Fix rotation sensor file name * Fix messy range docs * Fix getSelectedOutput return value * Address review comments about docs and const qualifiers * Optionally disable gestures when constructing the optical sensor * Remove unnecessary virtual qualifiers * Reverse RotationSensor without reversing the port * Fix non-std uint8_t Co-authored-by: Octogonapus <firey45@gmail.com> * Add building instructions to CONTRIBUTING.md. Thanks to @dcieslak19973 * Version bump Co-authored-by: dcieslak19973 <dcieslak@hotmail.com>
This file contains hidden or 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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description of the Change
Motivation
Possible Drawbacks
Verification Process
Applicable Issues