Replies: 6 comments 8 replies
-
Hi DingoOz, And thank you for sharing your recommended actual speed gain values for the Waveshare kit. We also today merged a fix on the training notebook for Road Following today. I also find that the Waveshare JetBot motors spin much faster, and I've been suspecting that their motor driver takes VBAT (12V) as the motor driving voltage rather than 5V which is the case of the original open-source JetBot. |
Beta Was this translation helpful? Give feedback.
-
Additionally, for the Road Following example I have found the following slider values work well for the Waveshare Jetbot: Speed Gain: 0.11 Note the road I created for my Waveshare Jetbot is only about twice the width of the robot itself so these values help it navigate a quite tight course. |
Beta Was this translation helpful? Give feedback.
-
Hi, I am totally a newbie and just bought a waveshare jetbot kit with nano 2GB. when I try to download jetbot image from website (http://jetbot.org/master/software_setup/sd_card.html), there is a new version Jetpack 4.5, do I need to download the new version or old version? One more question, Waveshare website suggests to unzip the zip file to .img before we flash it to SD card, while does not mention this here, is that correct? |
Beta Was this translation helpful? Give feedback.
-
I believe you want to load the latest version of JetPack OS (JetPack4.5).
Then make an image for the jetbot and load it. Be sure you use the Nano
2GB choice. This worked for me. I did not unzip the file. I formatted a
new SD then used Etcher to flash it. This was done on a PC with Windows10.
TJP
…On Wed, Mar 24, 2021 at 12:00 PM aixian-jiang ***@***.***> wrote:
Hi, I am totally a newbie and just bought a waveshare jetbot kit with nano
2GB. when I try to download jetbot image from website (
http://jetbot.org/master/software_setup/sd_card.html), there is a new
version Jetpack 4.5, do I need to download the new version or old version?
One more question, Waveshare website suggests to unzip the zip file to .img
before we flash it to SD card, while does not mention this here, is that
correct?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#353 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AOWOWDMGIHCHWWQZUVHWWATTFIEDJANCNFSM4VU5Y7MQ>
.
|
Beta Was this translation helpful? Give feedback.
-
Hi. I am not an expert but when I built my jetbot I downloaded the latest
version of JetPack (JetPack4.5) first, and then the jetbot image , just
to play it safe. It worked fine. And *no* I did not unzip the file. I
just formatted a new SD and flashed it with Etcher loaded with JetPack4.5,
then after that
did the same with the jetbot image. (Used a PC with windows10)
TJP
…On Wed, Mar 24, 2021 at 12:00 PM aixian-jiang ***@***.***> wrote:
Hi, I am totally a newbie and just bought a waveshare jetbot kit with nano
2GB. when I try to download jetbot image from website (
http://jetbot.org/master/software_setup/sd_card.html), there is a new
version Jetpack 4.5, do I need to download the new version or old version?
One more question, Waveshare website suggests to unzip the zip file to .img
before we flash it to SD card, while does not mention this here, is that
correct?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#353 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AOWOWDMGIHCHWWQZUVHWWATTFIEDJANCNFSM4VU5Y7MQ>
.
|
Beta Was this translation helpful? Give feedback.
-
I did not use the docker container proceedure. Instead I followed the
jetbot wiki software instructions. However it could be that the bash files
you are trying to run are in a different directory - just a thought.
…On Sat, Mar 27, 2021 at 11:16 AM aixian-jiang ***@***.***> wrote:
Thank you for reply! I try to download the jetson nano 2GB first to try
out the develop kit, it's working, so when setup jetbot software, I am
using docker container.
but now I encountered another problem when I follow the instruction in
youtube (https://www.youtube.com/watch?v=MY_Fe7EN6ro&t=29s), I could not
pull file from NGC when run coment ./run_from_ngc.sh. after
./script/configure_jetson.sh and ./set_nvidia_runtime.sh, it shows that
-bash: ./run_from_ngc.sh: no such file or directory.
I am lost! anyone can help?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#353 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AOWOWDJBWTW6VPA7V76XPSTTFXZFTANCNFSM4VU5Y7MQ>
.
|
Beta Was this translation helpful? Give feedback.
-
I bought a Jetbot kit from Waveshare in November 2020.
After using it with the standard Jetbot code I have found that the motors are geared differently to the "original" Jetbot. The Waveshare motors are generally too fast on the default values.
I would recommend that when moving, set the speed to 0.11 and work up from there.
In the Object Following notebook. I would suggest using the sliders to set the speed to 0.1 and the turn rate (proportional control) to 0.2 for the Waveshare Jetbot.
These values allowed it to track an object successfully, without overshooting the target, or going too fast for the machine vision processing framerate.
Beta Was this translation helpful? Give feedback.
All reactions