jetbot icon indicating copy to clipboard operation
jetbot copied to clipboard

An educational AI robot based on NVIDIA Jetson Nano.

Results 68 jetbot issues
Sort by recently updated
recently updated
newest added

Change from static images linked to YouTube videos to YouTube videos embedded in the page for - making it clear video content is available - better navigation (no need to...

When i downloaded the zip image file from this [https://jetbot.org/master/software_setup/sd_card.html] and after the setup there is small problem where i had to Unminimize but it's getting failure ![WhatsApp Image 2024-05-02...

![edb7788f7e4385d94929e65f0646606c4082d0e8_2_1380x746](https://github.com/NVIDIA-AI-IOT/jetbot/assets/152284601/3ecc4cd8-804d-4d11-8a3c-39ab1672bb44) https://jetbot.org/master/software_setup/sd_card.html After following this at step 5, after logging in it does not go to the remote programing environment but instead just hangs and just loads (as intercated in...

I bought a jetson anno developer kit 4gb , I installed jetpack 4.5 on a SD card he hize the oem conifg , then remove the SD format it and...

```python from jetbot import ObjectDetector model = ObjectDetector('ssd_mobilenet_v2_coco.engine') ``` The above code still brought me the following **ERROR** messages: ```console --------------------------------------------------------------------------- AttributeError Traceback (most recent call last) in 1 from...

https://github.com/NVIDIA-AI-IOT/jetbot/blob/45f3c7824a48a6a89c0058cbfff00e493617f256/docs/software_setup/sd_card.md?plain=1#L20C165-L20C219 The Attention states to 1st use JetPack 4.5, but the [link](https://developer.nvidia.com/jetson-nano-sd-card-image) is to JetPack 4.6. The correct link is https://developer.nvidia.com/jetson-nano-sd-card-image-45

Are there plans for a release with JetPack 4.6?

Obviously the [docker images for jetbot](https://hub.docker.com/r/jetbot/jetbot/tags) received no updates for at least 2 years: ![Bildschirmfoto von 2023-02-22 15-37-39](https://user-images.githubusercontent.com/125484349/220656254-99948833-e7f1-4539-8061-45364420d7f9.png) In the same time the L4T Version has been updated to 32.7.3...

I purchased the JetBot AI Kit from Amazon ([here](https://www.amazon.com/dp/B07WMZ3KLY)) and the Jetson Nano Developer Kit from Amazon ([here](https://www.amazon.com/dp/B084DSDDLT)). After assembling all the hardware and electronics, I tried to follow the...