DocGarbanzo

Results 76 comments of DocGarbanzo

> > > # Pi 3B, 1GB: OS Bullseye (64-bit) > > > > > > * 32GB sdcard flashed successfully > > > * DC5.0dev3 successfully tested: install, deeplearning...

@autorope/contributors - I updated the install instructions above with the recipe of going back to a `venv` install on both RPi and Jetson. This is to address the observed issues,...

> @DocGarbanzo I attempted to install on my MacBook Pro with M2-Max, MacOS Ventura 13.4.1 (c). > > * I installed Miniconda > > * I create the donkey environment...

> @DocGarbanzo I retried with backslashes. This time it ran but I got a failure: > > ``` >... > ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/topics/dependency-resolution/#dealing-with-dependency-conflicts > ``` Hi @Ezward...

> @DocGarbanzo It failed on Mac M2 with a different message: > > ``` > % pip install --extra-index-url https://test.pypi.org/simple/ donkeycar_pypi[macos] > zsh: no matches found: donkeycar_pypi[macos] > ``` @Ezward...

> As of DonkeyCar 5.0, we are on Python 3.9 and Tensorflow 2.9. Tensorflow 2.9 dictates that we install `tensorflow-macos 2.9.0`. Once we move the Tensorflow >= 2.13 then we...

@Ezward - this is a very thorough and comprehensive description of the problem and the possible solutions. I had to prototype a solution already in order to get the generic...

> @DocGarbanzo can you give me a link to the branch where you are developing generic vehicle template approach? @Ezward - this is here: https://github.com/DocGarbanzo/donkeycar/tree/part_factory

I have one more comment to the Event System. I think if we add one-shot events to the vehicle memory, these events must be cleared by the part that generates...

@Heavy02011 - can you have a look at that?