chore: Update legacy Android support libraries for Pepper SDK compatibility

This commit is contained in:
SebasKoedam
2024-05-07 10:13:15 +02:00
parent 5e903d9102
commit e78b6541f8
3 changed files with 13 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 50 KiB

View File

@@ -32,6 +32,10 @@ The option to simulate pepper and the tablet won't work. We have yet to find a s
To create a project you need to follow the steps on the QiSDK website. Here are a few pointers to help you with this step:
- Make sure to select a template that works for you. We recommend using the `Empty Activity` template. This will give you a blank project to start with.
- Make sure to select `Use legacy android.support libraries`. This will make sure that the project will work with the pepper sdk.
![Legacy](../assets/legacySetup.png)
- On step 5 of the guide make sure that the interface looks the following image, if it does not look the same gradle doens't recognize the project as an android project:
![Project structure interface](../assets/interfaceModules.png)

View File

@@ -171,6 +171,15 @@ De effectiviteit en tevredenheid worden op gelijke manieren getest. Zodra de tes
## K4: Je ontwerpt een embedded systeem op basis van gegeven hardware.
Nog niet aan begonnen.
Hoe ik dit ga doen:
1. Bepalen van de hardware
2. Bepalen van de software
3. Ontwerpen van het embedded systeem
4. Bouwen van het embedded systeem
---
## K5: Je kan software schrijven voor een intelligente controller voorzien van actuatoren en sensoren.