Skip to content

Commit b4b1a2e

Browse files
authored
Update known issues for 2022_v4.0 image (#1707)
1 parent 68115ab commit b4b1a2e

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

source/docs/yearly-overview/known-issues.rst

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,6 @@ Onboard I2C Causing System Lockups
1515

1616
**Workaround:** The only surefire mitigation is to use the MXP I2C port instead. Acessing the device less frequently and/or using a different roboRIO may significantly reduce the likelihood/frequency of lockups, it will be up to each team to assess their tolerance of the risk of lockup. This lockup can not be definitively identified on the field and a field fault will not be called for a match where this behavior is believed to occur. This lockup is a CPU/kernel hang, the roboRIO will completely stop responding and will not be accessible via the DS, webpage or SSH. If you can access your roboRIO via any of these methods, you are experiencing a different issue.
1717

18-
Analog Devices Gyros don't work properly
19-
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
20-
**Issue:** Due to an issue with the "autoSPI" feature in the roboRIO image 2022_v3.0, Analog Devices gyros do not work properly.
21-
22-
**Workaround:** There is no known workaround. An updated image will be released when the issue has been resolved.
23-
2418
Game Tools Autorun graphics say 2020
2519
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2620

@@ -108,6 +102,15 @@ There is currently an issue with inter-operating C++/Java :term:`NetworkTables`
108102

109103
**Workaround**: Write code on the server to mirror any keys you wish to see on other clients (e.g. dashboards) to a separate key. For example, if you have a key named ``targetX`` being published by a co-processor that you want to show up on a dashboard, you could write code on the robot to read the key and re-write it to a key like ``targetXDash``.
110104

105+
Fixed in Image 2022_v4.0 (Game Tools 2022 f1 and WPILib 2022.3.1)
106+
-----------------------------------------------------------------
107+
108+
Analog Devices Gyros don't work properly
109+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
110+
**Issue:** Due to an issue with the "autoSPI" feature in the roboRIO image 2022_v3.0, Analog Devices gyros do not work properly.
111+
112+
**Workaround:** There is no known workaround. An updated image will be released when the issue has been resolved.
113+
111114
Fixed in WPILib 2022.2.1
112115
------------------------
113116

0 commit comments

Comments
 (0)