-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This release fixes issues with and improves the autonomous selector. More information can be found in the change log.
- Loading branch information
Showing
19 changed files
with
220 additions
and
103 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
--- | ||
name: Bug report | ||
about: Report a bug in robodash | ||
title: 'Bug: ' | ||
labels: bug | ||
assignees: unwieldycat | ||
|
||
--- | ||
|
||
**Bug description** | ||
Description of what the bug is. | ||
|
||
**Expected behavior** | ||
Description of what you expected to happen. | ||
|
||
**Steps to reproduce** | ||
Steps to reproduce the behavior, including any necessary code. |
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 |
---|---|---|
@@ -0,0 +1,14 @@ | ||
--- | ||
name: Enhancement | ||
about: Suggest a new feature or idea | ||
title: 'Enhancement: ' | ||
labels: enhancement | ||
assignees: unwieldycat | ||
|
||
--- | ||
|
||
**Proposed enhancement** | ||
Describe the change or feature you want. | ||
|
||
**Motivation behind change** | ||
Describe why this enhancement would be helpful. |
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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
--- | ||
name: Question | ||
about: Ask a question about robodash | ||
title: 'Question: ' | ||
labels: question | ||
assignees: unwieldycat | ||
|
||
--- | ||
|
||
Ask your question here. Provide any relevant background information. |
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 |
---|---|---|
|
@@ -17,4 +17,4 @@ temp.errors | |
.d/ | ||
|
||
docs-output/ | ||
.DS_STORE | ||
.DS_Store |
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 |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# Changelog | ||
|
||
Changes to this project will be logged in this file. This project uses | ||
[Semantic Versioning](https://semver.org/spec/v2.0.0.html). Format is loosely | ||
based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/). | ||
|
||
## 2.1.0 | ||
|
||
Robodash 2.1.0 resolves issues with the autonomous selector. | ||
|
||
### Added | ||
|
||
- The ability to associate images with autonomous routines | ||
- Support for multiple active selectors | ||
- Automatic SD saving, no need to press a button | ||
|
||
Minor breaking changes with selector: `rd::Selector::routine_t` is now a | ||
`struct` instead of an `std::pair`. This shouldn't break any existing code. | ||
|
||
### Fixed | ||
|
||
- A data abort error when a routine name was too long |
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
Oops, something went wrong.