Skip to content

Commit 843d817

Browse files
committed
update: build information
1 parent 77ffe21 commit 843d817

2 files changed

Lines changed: 12 additions & 0 deletions

File tree

docs/Multirotor/Hardware_Manager/index.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,14 @@ It appears that when in recovery mode the carrier board does not spin the fan on
2121
- Install uXRCE-DDS
2222
- Install/setup Tailscale
2323

24+
Sometimes CUDA doesn't get installed?
25+
26+
```
27+
sudo apt install cuda-toolkit-12-6
28+
```
29+
30+
Install custom gstreamer to `/build` or somewhere and point `GST_PLUGIN_PATH` or else library issues!
31+
2432
### Installing PyTorch
2533

2634
Working method for Jetpack 6.2 and CUDA 12.6:

docs/Multirotor/Tutorials/First_Steps/1._Developer_Environment.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,10 @@ Dev Containers will now pull the prebuilt base image from `ghcr.io` and run some
129129

130130
Eventually you should see `Done. Press any key to close the terminal.`
131131

132+
??? note "Building from source"
133+
The `DockerFile` is provided in `.devcontainer/Dockerfile`, do something like `docker build dev_env:local .devcontainer` to build the image locally. In order to use the image `devcontainers` is configured to use the `docker-compose.yml` to create and start the container, edit `image` for the `uas` service. <br>
134+
Note that this will take a long time (~15 to 30++ minutes).
135+
132136
??? note "Building on ARM"
133137
PX4 doesn't support this but if you'd like to try, edit the DockerFile to remove the problematic gcc/g++ libs in `~/PX4-Autopilot/Tools/setup/ubuntu.sh` from the `Installing NuttX dependencies` section and install the multilib packages before running setup script. You will then need to build the container (see the README.md) <br>
134138
The packages that you might have to install are:

0 commit comments

Comments
 (0)