Ed Murphy
Ed Murphy
I'm going to go ahead and decline this as obsolete. There is only a single contributor left that was on this list.
@sctse999 Can I close this?
@DocGarbanzo I suggest we change this issue to `Allow declarative construction of vehicle`
This is caused by user error when installing; using the raspberry pi instructions on a jetson nano. Simply uninstalling Rpi.GPIO fixes the issue. ``` pip uninstall RPi.GPIO ```
We are refactoring how we deal with the game controllers; pulling hard-coded behavior out of the joystick code and moving it into parts and then allowing mapping of controller events...
Merged PR https://github.com/autorope/donkeycar/pull/829
I have seen this on my Mac and also in CI
The new encoder->tachometer->odometer->kinematics pose estimation pipeline has landed, see PR https://github.com/autorope/donkeycar/pull/1089 So we now have a way to get an estimate of forward velocity from the encoders. So what is...
The library we use for image augmentations does not work correctly on Jetson Nano, so we do not install it on the Nano, that is why you are getting that...