Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated figures, descriptions for Driver Station pages #2309

Draft
wants to merge 40 commits into
base: main
Choose a base branch
from
Draft
Changes from 1 commit
Commits
Show all changes
40 commits
Select commit Hold shift + click to select a range
c061a5f
Fix RLIs pointing to main (#2283)
sciencewhiz Jul 10, 2023
c94fb6d
Add known issue for LabVIEW RabbitMQ installation (#2278) (#2281)
sciencewhiz Jul 10, 2023
641b0c3
Add warning about macOS 12 to stable (#2296)
sciencewhiz Jul 21, 2023
44db3c2
Added videos (#2264)
AyushSagar16 May 29, 2023
96891de
Document all of universal heartbeat CAN packet (#2269)
calcmogul Jun 8, 2023
9e05d74
Fix universal heartbeat API ID (#2270)
calcmogul Jun 9, 2023
d752886
Add CIMCoder to encoder examples. (#2271)
sciencewhiz Jun 12, 2023
d2c15fd
Update code formatting article after wpiformat update (#2268)
rzblue Jun 12, 2023
d324731
Update MiKTex packages and instructions to work with latest versions …
sciencewhiz Jul 2, 2023
27cc09a
Reorder build dependencies so required ones are first (#2280)
sciencewhiz Jul 9, 2023
af6c0af
Update PWM scaling for wpilibsuite/allwpilib#5283 (#2277)
sciencewhiz Jul 9, 2023
cb505fa
Update requests to 2.31.0 to fix dependabot (#2285)
sciencewhiz Jul 10, 2023
38831de
Add andymark RSL option (#2286)
rzblue Jul 14, 2023
a277be7
Add instructions for disablinb VS Code line length linting (#2279)
sciencewhiz Jul 14, 2023
5718da0
Document IZone (#2266)
Gold856 Jul 15, 2023
9ee958a
Fix code tab (#2290)
Gold856 Jul 15, 2023
3435558
fixed link in tutorial-intro.rst (#2292)
AngleSideAngle Jul 16, 2023
9b712ae
Fixed warning tag (#2298)
AyushSagar16 Jul 21, 2023
74fdfdb
Update macOS and Xcode version (#2295)
sciencewhiz Jul 21, 2023
2b73d22
Update accelerometer docs (#2291)
calcmogul Jul 21, 2023
d648528
Update gyro docs (#2294)
calcmogul Jul 21, 2023
22e337f
Remove references to the "old" PIDController (#2288)
rzblue Jul 21, 2023
bdcd855
Remove new command based "What's changed" (#2287)
rzblue Jul 21, 2023
991f058
Add c++ counterparts for java shuffleboard snippets (#2299)
cfinn68916 Aug 1, 2023
27bafb3
Update certify to fix dependabot (#2307)
sciencewhiz Aug 1, 2023
643bc5d
add the redux vendordep (wpilibsuite#2256) (#2256)
guineawheek Aug 2, 2023
f30633a
Update TrapezoidProfile docs (#2301)
Gold856 Aug 3, 2023
61a418c
Correcting branch to contain correct changes.
pjbuterbaugh Aug 8, 2023
4266bd1
Modified gitignore for new workspace setup.
pjbuterbaugh Sep 17, 2023
e87117b
Document all of universal heartbeat CAN packet (#2269)
calcmogul Jun 8, 2023
f900d36
Fix universal heartbeat API ID (#2270)
calcmogul Jun 9, 2023
66ad6a0
Document IZone (#2266)
Gold856 Jul 15, 2023
faf2534
Fix code tab (#2290)
Gold856 Jul 15, 2023
6ac4acb
Update macOS and Xcode version (#2295)
sciencewhiz Jul 21, 2023
ae54a59
Correcting branch to contain correct changes.
pjbuterbaugh Aug 8, 2023
a104d0a
Continued work on log viewer DS page.
pjbuterbaugh Oct 29, 2023
4336f73
Revised writing on log file viewer doc, pending external checks. Need…
pjbuterbaugh Oct 29, 2023
78b49cc
Revised writing on log file viewer doc, pending external checks. Need…
pjbuterbaugh Oct 29, 2023
b6cd666
Merge branch 'pjb-2267' of https://github.com/pjbuterbaugh/frc-docs i…
pjbuterbaugh Oct 29, 2023
09634d3
Fixed image links, need to rewrite a few areas in driver-station.rst.
pjbuterbaugh Oct 29, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Modified gitignore for new workspace setup.
  • Loading branch information
pjbuterbaugh committed Sep 17, 2023
commit 4266bd17a40af359ea5a7d6b56346b88120d1b9d
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

### Miscellaneous ###
.wpilib/
self_notes/

### Sphinx ###
# Build directories
Expand Down