-
When going to the Google drive link the link is not found
-
jetson@yahboom:~/yolov5$ python3 gen_wts.py -w new.pt
Traceback (most recent call last):
File "gen_wts.py", line 33, in
model = torch.load(pt_file, map_location=device)
File "/home/jetson…
-
I bought this Yahboom UNO R3 DIY Smart Robot Car from Amazon some time ago:
https://www.amazon.com/gp/product/B07Z8Z5TXZ/ref=ppx_od_dt_b_asin_image_s00?ie=UTF8&psc=1
I want to know the torque of…
mw66 updated
10 months ago
-
float pulse_width = 0.5 + angle / 180 * 2;
int servoCycles = 18;
lgTxServo(_chip.getHandle(), gpio, pulse_width * 1000, 50, 0, servoCycles);
while (lgTxBusy(_chip.getHandle(), gpio, LG_TX_PWM)) lgu…
-
It's a fair bit of work to get to a dropdown for each setting. First we need to get all of the settings out into dedicated files and then we can look to create GUI elements to manage each setting. Ult…
-
```
yahboom@ubuntu:~$ rviz
[ INFO] [1716798438.606435008]: rviz version 1.14.20
[ INFO] [1716798438.606548708]: compiled against Qt version 5.12.8
[ INFO] [1716798438.606575268]: compiled against …
-
To make use of the Micro:bit compatible 'Edge connector', you need to use the `edge-connector` extension. However, by itself this extension does not add any Blocks that can be used. Since the io:bit d…
-
Is it possible to use the MPU6050 on a raspberry pi for you G1 tank robot?
-
![image](https://user-images.githubusercontent.com/31792429/89648078-3c621400-d8f1-11ea-9b57-17005cc53de8.png)
-
i am working on jetbot by Yahboom. Have gone through the instruction to set up my jetbot.[https://github.com/nvidia-ai-iot/jetbot/wiki/software-setup](url).
Going through the basic_motion.ipynb I …