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

Upgrade to py39 / tf 29 #48

Merged
merged 31 commits into from
Jun 20, 2023
Merged
Show file tree
Hide file tree
Changes from 23 commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
f993636
Update RPi installation doc.
DocGarbanzo Feb 19, 2023
24de95f
Update Nano installation doc. Also add missing image for RPi Imager app
DocGarbanzo Feb 19, 2023
7bf5fc6
Fix formatting and section levels in RPi doc
DocGarbanzo Feb 19, 2023
accc1cb
Integrate feedback from Tom for RPI and jetson install.
DocGarbanzo Feb 20, 2023
2f2b391
Update jetson doc
DocGarbanzo Feb 24, 2023
749f09f
Update jetson doc
DocGarbanzo Mar 7, 2023
6a0474b
Fix jetson nano install using help from Tom.
DocGarbanzo Mar 8, 2023
546114c
Update jetson doc
DocGarbanzo Mar 23, 2023
d782a92
Fix some install commands
DocGarbanzo Apr 1, 2023
0571db6
Corred LDPRELOAD for jetson
DocGarbanzo Apr 1, 2023
c5ec8eb
SSD swapfile hint for Xavier
DocGarbanzo Apr 1, 2023
14233a3
Fix typo
DocGarbanzo Apr 1, 2023
8afe3ae
Update jetson doc
DocGarbanzo Apr 1, 2023
d25d1f7
Update jetson doc
DocGarbanzo Apr 2, 2023
8c54eb7
Merge branch 'master' into Update_to_tf_29
DocGarbanzo Apr 2, 2023
fbafdd0
Update jetson doc
DocGarbanzo Apr 2, 2023
b14ffb2
Update jetson doc
DocGarbanzo Apr 2, 2023
465bfbd
Separate nano / xavier in setup because the former needs kivy-jetson …
DocGarbanzo Apr 4, 2023
e0ebadd
Correct separation of nano 45, 46 and xavier 50 in setup because the …
DocGarbanzo Apr 5, 2023
7720178
Correct DC version in RPi setup.
DocGarbanzo Apr 5, 2023
ffae450
Updated jetson doc with the feedback from @BrianHenryIE on the PR #48.
DocGarbanzo Apr 10, 2023
c3ea517
Updated RPi doc with the feedback from @francisduvivier on the PR #48.
DocGarbanzo Apr 12, 2023
7295599
Fix latest DC version and add alternative Q-Engineering install of Op…
DocGarbanzo Apr 12, 2023
cc67724
Set access rights to GPIO pins
DocGarbanzo Apr 24, 2023
e52b382
Update install so albumentations
DocGarbanzo Apr 25, 2023
57218a1
Remove camera setup in bullseye, as it's not relevant any longer.
DocGarbanzo May 4, 2023
492bec7
Merge remote-tracking branch 'origin/Update_to_tf_29' into Update_to_…
DocGarbanzo May 4, 2023
a643b4e
Missing albumentations and gpiochip instructions in JP 5.0.X install.
DocGarbanzo May 8, 2023
16e7b25
Remove opencv-headless according to Tom's suggestion.
DocGarbanzo Jun 5, 2023
81f4fea
Remove the Jetson Nano install for donkey 5.X as it's not working.
DocGarbanzo Jun 20, 2023
b60b3a3
Merge remote-tracking branch 'donkeydocs/Update_to_tf_29' into Update…
DocGarbanzo Jun 20, 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
3 changes: 2 additions & 1 deletion .github/workflows/push-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,14 @@ jobs:
- uses: actions/checkout@v3
- uses: conda-incubator/setup-miniconda@v2.1.1
with:
python-version: 3.7
python-version: 3.x
auto-activate-base: true
channels: defaults, conda-forge
- run: |
conda info
conda list
conda install mkdocs
pip install mkdocs-redirects
pip install mkdocs-material
mkdocs gh-deploy --force -v
echo Docs were made and pushed to docs.donkeycar.com
Binary file added docs/assets/rpi_imager.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading