- Added
LocalController
class which allows users to directly connect controller to JetBot
- Resolved software issue which affected certain motor driver variants
- ZMQ Camera publisher to improve stability of Camera and allow camera use in multiple notebooks
- Docker containers for ML dependencies, PiOLED display, ZMQ Camera publisher, and Jupyter Lab server
- Inline documentation using mkdocs-material and mike
- Default
Camera
class now uses ZMQ Camera. This means you must run the ZMQ camera publisher to access the camera as before. If you wish to use the old Camera class, dofrom jetbot.camera.opencv_gst_camera import OpenCvGstCamera
andcamera = OpenCvGstCamera()
- JetPack 4.3 SD card image
- Camera shutdown failures are avoided by addition of ZMQ Camera. No longer need for constant
systemctl restart nvargus-daemon
calls. - Camera queue buildup for heavier image processing workloads is fixed in ZMQ Camera by dropping old frames using conflate option.
0.4.0 - 1/15/2020
- Added support for JetPack 4.3 SD card image. Found here.
- Updated Object Detector SD card image. Found here
0.3.0 - 3/9/2019
- Initial release with JetPack 4.2 SD card image. Found here