Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
67 commits
Select commit Hold shift + click to select a range
0c1aa59
Power Board docs
trickeydan Aug 4, 2019
93b3f33
Servo Board API
trickeydan Aug 4, 2019
574eaf4
Fix lots of minor issues in docs
trickeydan Aug 4, 2019
31358c6
Mention https://github.com/srobo/power-v4-fw/issues/3 in docs
trickeydan Aug 4, 2019
72a760a
Merge branch 'api-docs' of github.com:sourcebots/sbot into api-docs
trickeydan Aug 4, 2019
98861bc
Docs fixes from review
trickeydan Aug 7, 2019
1914add
Replace weird Unicode quotes with ASCII ones
kierdavis Aug 7, 2019
3c287af
Merge pull request #42 from sourcebots/api-docs-kier
trickeydan Aug 7, 2019
bc6e9d8
Minor fixes
trickeydan Aug 12, 2019
4df826c
Changed r.power_board.wait_start() to r.wait_start()
henry-oliver-edwards Feb 3, 2020
218159b
Merge pull request #128 from sourcebots/BitBait-patch-1
trickeydan Feb 3, 2020
13b4b9d
Some initial vision docs
trickeydan Feb 24, 2020
eced2dd
Document marker basics
trickeydan Feb 25, 2020
81b8c49
Correction about marker annotations
trickeydan Feb 25, 2020
62e008b
Use jpg instead of png in example
trickeydan Feb 25, 2020
11e1d94
Add information about Cartesian coordinates
trickeydan Feb 29, 2020
c12e400
Add spherical coordinates
trickeydan Feb 29, 2020
07e3034
Add cylindrical coordinates to docs
trickeydan Feb 29, 2020
990b110
Add orientation documentation
trickeydan Feb 29, 2020
92f937f
correct comment line in example
jefftheprogrammer Mar 2, 2020
bcc0cd0
Merge pull request #149 from jefftheprogrammer/patch-1
jefftheprogrammer Mar 2, 2020
81c893c
Update docs/source/api/vision/index.rst
jefftheprogrammer Mar 2, 2020
b5cbc57
Correct marker image orientation
tpoomlmly Mar 2, 2020
53d38ac
Including radians hint in index page
jefftheprogrammer Mar 2, 2020
d416738
fixing change
jefftheprogrammer Mar 2, 2020
a7408d9
Format math.degrees as code
tpoomlmly Mar 2, 2020
0fece08
Keyword args aren't necessary anymore
tpoomlmly Aug 8, 2022
397ad16
Update vision index page to the latest zoloto api
tpoomlmly Aug 8, 2022
f02311d
Delete cylindrical coords docs
tpoomlmly Aug 8, 2022
7f8c864
Update position docs
tpoomlmly Aug 9, 2022
96309b3
Merge pull request #287 from sourcebots/docs-22
tpoomlmly Aug 9, 2022
3e06bdd
Merge pull request #287 from sourcebots/docs-22
tpoomlmly Aug 9, 2022
fde2cbd
Merge branch 'docs-22' into main
tpoomlmly Aug 9, 2022
98cec09
Add power board example program
tpoomlmly Aug 9, 2022
e015dc2
Add servo board example program
tpoomlmly Aug 9, 2022
fb06913
Remove chord code
tpoomlmly Aug 10, 2022
25eec97
Merge pull request #289 from sourcebots/examples
tpoomlmly Aug 10, 2022
7ed839a
Document BaseMarker.size
tpoomlmly Aug 10, 2022
f5fe000
Vision docs hotfix
tpoomlmly Aug 10, 2022
aaa4abe
Add vision example
tpoomlmly Aug 10, 2022
f5c421d
Merge branch 'examples' into main
tpoomlmly Aug 10, 2022
3f2bec3
Vision example hotfix
tpoomlmly Aug 10, 2022
1b0a0b3
Vision docs hotfix
tpoomlmly Aug 10, 2022
89aedef
SRV4ServoBoard doesn't support unpowered servos
tpoomlmly Aug 11, 2022
30950ea
Fixed the example code for spherical coords
jefftheprogrammer Aug 11, 2022
24a4eb4
Merge pull request #290 from sourcebots/Vision-sph-coords-patch
jefftheprogrammer Aug 11, 2022
a43c535
Clean up API index page
RealOrangeOne Jul 16, 2023
cc8f5b2
Remove simulator from arduino page
RealOrangeOne Jul 16, 2023
749ccdd
Add Ultrasound sensors
RealOrangeOne Jul 16, 2023
c7e9c34
It's the digital pins which cannot be used
RealOrangeOne Jul 16, 2023
749040b
Remove simulator-only APIs
RealOrangeOne Jul 16, 2023
5552157
Document debug mode
RealOrangeOne Jul 16, 2023
70f8e3c
Import sbot's docs for power and motor API
RealOrangeOne Jul 16, 2023
fa08ea7
Remove "API" suffix from titles
RealOrangeOne Jul 16, 2023
b91b38f
Remove servo assembly docs
RealOrangeOne Jul 16, 2023
e7bd4f7
piezo is a word
RealOrangeOne Jul 16, 2023
4ad0eee
Import sbot's vision docs
RealOrangeOne Jul 17, 2023
bd2a985
Revert "Remove "API" suffix from titles"
RealOrangeOne Jul 17, 2023
4e2073e
Add "getting code on the robot" tutorial
RealOrangeOne Jul 17, 2023
ddcd607
Order tutorials pages
RealOrangeOne Jul 17, 2023
1a4a2fe
Rename "API" section to "Programming" to be more approachable
RealOrangeOne Jul 23, 2023
b04751a
Link to whirlwind tour
RealOrangeOne Jul 24, 2023
b9d6d3b
Tweak wording about debug mode
RealOrangeOne Jul 24, 2023
5baee80
Remove "already"
RealOrangeOne Jul 24, 2023
a265eb2
Remove single-letter variables
RealOrangeOne Jul 24, 2023
4f618b6
Remove wildcard import
RealOrangeOne Jul 24, 2023
4931b78
Rename constructor argument `wait_for_start`
RealOrangeOne Jul 24, 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
1 change: 1 addition & 0 deletions .spelling
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Datacamp
GPIO
Programiz
Tutorialspoint
piezo

# Specific
PULLUP
Expand Down
2 changes: 1 addition & 1 deletion docs/.pages
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
nav:
- index.md
- tutorials
- API: api
- rules
- ...
12 changes: 0 additions & 12 deletions docs/api/compass.md

This file was deleted.

31 changes: 0 additions & 31 deletions docs/api/encoder.md

This file was deleted.

53 changes: 0 additions & 53 deletions docs/api/index.md

This file was deleted.

29 changes: 0 additions & 29 deletions docs/api/servos.md

This file was deleted.

18 changes: 0 additions & 18 deletions docs/api/touch.md

This file was deleted.

41 changes: 0 additions & 41 deletions docs/api/ultrasound.md

This file was deleted.

Loading