-
`donkey train --tub ./data --model ./models/myModel.h5`
### 2 root error(s)
(0) Resource exhausted: Failed to allocate memory for the batch of component 0
[[node IteratorGetNext (define…
-
Hey guys, i want to use the newer [adafruit_circuitpython_pca9685](https://pypi.org/project/adafruit-circuitpython-pca9685/) library for other utilities. But it seems like donkeycar is using the old, …
-
Currently image augmentations and transformation are a fixed set. There is no way to add a custom augmentation or transformation without changing core code. We can do better.
This was initiated a…
-
root@DESKTOP-M4INDEG:/home/donkeycar/proj01/donkeycar# donkey createcar --path /mycar
donkey: unrecognized option '--path'
usage: donkey [-n num] [-f func] sequence seed
donkey -i
…
-
Logs
python manage.py drive
________ ______ _________
___ __ \_______________ /___________ __ __ ____/_____ ________
__ / / / __ \_ __ \_…
-
In the DC "encoder.py" part introduction there is a reference to a "test_encoder.py code in the Donkeycar tests folder.
A review of the DC tests folder in both the master and dev branches found no …
-
I tried creating a custom joystick controller but I am getting an error exception. it seem that there is no definition for a custom class.
File "/home/tom/projects/donkeycar/donkeycar/parts/contr…
-
The complete.py template supports a lot of drive trains. Other templates are hard coded for a specific drive train, but would otherwise be generally useful. The same goes for camera configuration. …
-
I'm using a motor controller hat where the required motor control inputs are virtually the same as the L298N: Two directional control logic level inputs and a PWM input (0-255) for speed control per m…
-
SBC: Nano 4GB
OS: JP 4.5.1
DC: 4.1.0
Issue:
I have had to modify (customize) the PS4 Joystick class hex keycodes in the controller.py part to obtain correct operation of the PS4 gamepad with my …