-
https://github.com/Heavy02011/diyrobocars-influxdb-part/blob/886ef827b9d0fc9b8fa6803ee83a3397b80e6c0b/parts/influx.py#L52
reference to method that does not exist.
-
Camera frame rate is influences by
- image size; smaller images, especially 640x480 and below, produce better frame rates
- number of frame buffers allocated. There should be at least 2 buffers all…
-
We want to use the web ui on a phone in conjunction with an RC controller. In this use case, the web UI may stay open for long periods without the user interacting with it. On a mobile device like a…
-
**Describe the bug**
I'm running `python -m vae.train --n-epochs 50 --verbose 0 --z-size 64 -f logs/images_generated_road_single_colour/` and getting an error `Allocator (GPU_0_bfc) ran out of memo…
-
I want to record dataset without ps4 joystick, however from the code, I think it is possible to switch states only from joystick button, or there are some other ways to do that?
-
Throttle can be difficult to learn from data unless there is a lot of data. This is because throttle is much harder to duplicate from run to run than steering for the human driver, so it is harder to…
-
Add switch to enable uncompressed
-
Could you please give me a clearer overview of how the training data was collected?
A brief run down of your tech stack for streaming and the Python files which were would greatly help.
I am curren…
-
The current path_follow algorithm searches for the nearest waypoint to it's current position, then chooses the next waypoint in the path and uses those two points to create a line; it then determines …
-
I have found an error in the master branch "controller.py" part. At the bottom of the "class PS4JoyStick(Joystick)":
0x13a : 'L3',
0x13b : 'R3',
0x13a : 'share',
0x13b : 'options',
Which key…