Skip to content

Commit

Permalink
🔖 Release 3.1.4
Browse files Browse the repository at this point in the history
Summary:
New Features:

- Vision Sensor Signature Read/Write, you can now configure signatures in your PROS project (though the existing method of saving signatures through the Vision Utility still works)
- Vision Sensor Color Code functionality, you can now configure color codes for the sensor (this must be done programmatically, not through the Vision Utility) and filter objects by their color code with the `get_by_code()` and `read_by_code()` functions

Usability Impovements:

- The errno values for Vision Sensor object retrieval functions are now more clear.

Test Plan:
[x] verify symbols
[x] Test Team BLRS competition code (opcontrol)

Reviewers: O5 The Queen's Guard, O1 The Ori, berman5

Reviewed By: O5 The Queen's Guard, O1 The Ori, berman5

Subscribers: berman5

Tags: #zorp

Differential Revision: https://phabricator.purduesigbots.com/D248
  • Loading branch information
baylessj committed Nov 12, 2018
1 parent f502ccc commit 7f9f11d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions include/api.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@

#define PROS_VERSION_MAJOR 3
#define PROS_VERSION_MINOR 1
#define PROS_VERSION_PATCH 3
#define PROS_VERSION_STRING "3.1.3"
#define PROS_VERSION_PATCH 4
#define PROS_VERSION_STRING "3.1.4"

#define PROS_ERR (INT32_MAX)
#define PROS_ERR_F (INFINITY)
Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.1.3
3.1.4

0 comments on commit 7f9f11d

Please sign in to comment.