Hi,
I have succesfully installed Jetpack 461 and have played a little bit with jetbot-inference(part of AI World)
I like to build a custom jetbot myself, so I use docker to install and failed… JETBOT_BASE_IMAGE not found for 32.7.2 …
Please help how to proceed.
Flashing and running image jetbot_043_nano-4gb-jp45.zip works ok, but no space left to do any experiment.
/dev/mmcblk0p1 displays 24GB, 100% used and my SD is 128GB.
Fixing the size with SDKMANAGER helps, but the installed jetbot installation vanished.
Your help is very appciated to help this newbee
Thanks,
Fred
Hi,
Thanks for your response. No, I do not use Orin. I donot even know what is.
I use the SDKMANAGER and Etcher to do the software.
Now I have tried to install JETBOT.
1)
First I have flashed Jetpack461(and later Jetpack451) and then use the docker’s jetbot installation. Both failed at ’ cd docker ./enable.sh $HOME’
What is the correct way to get it done without errors?
2)
I have flashed the jetbot image ‘jetbot-043_nano-4gb-jp45.zip’ and it is up and running. However on the 128GB and 32GB I have got hardly space to do any sensible experiments. ‘dh -h’ displayed 24GB (92%full) on both the SD cards.
How can I fix this, sothat the actual size will be used.
Hope to receive guidance to solve the above
Thanks and best regards,
Fred
Hi,
Jetpack 461 on 128GB is up and running!!!
Also the Jetpack 451.
But as I said I like to play around with the Jetbot.
Using the available docker’s Jetbot failed on both the Jetpacks.
What is your advise here?
Thanks
Remember to run camera.stop() at the end of the cell before exiting. If you forget to do this, the camera will stop working. In that case, reboot jetson nano.
When closing the notebook, please shut down the Jupyter Kernel to free up memory.
Hi Naisy,
Finally I got my 128GB flashed the jetbot-nano-4gb-jp461-2022-04-04.img.zip image.
Jetbot is operational now.
Thanks for your help
Cheers,
Fred
I recently had a request from one of our clients to combine object following and road following, so I have uploaded the code.
The jetbot running according to road following will stop when it detects the target. (default: person)
You can use this as well.
Hi Naisy,
The jetbot-nano-4gb-jp461-2022-04-04.img.zip image I got from you doesnot have the directory object detection where I can download.
There is only a docker directory. Others are empty.
Thus I can not use the suggestion below: wget https://raw.githubusercontent.com/naisy/jetbot/master/notebooks/object_following/02_live_demo_road_following_JP.ipynb
Can I get and download the corresponding jetbot folders somewhere?
Regards, Fred
You will find the .ipynb file in the following directories.
basic_motion
collision_avoidance
road_following
object_following
Other information.
This JetBot is running on Docker.
The directory path on browser is /Notebooks in Jupyterlab.
The directory path in the docker container is ~/Notebooks.
You can launch a virtual terminal in Jupyterlab.
cd ~/Notebooks/object_following
wget https://raw.githubusercontent.com/naisy/jetbot/master/notebooks/object_following/02_live_demo_road_following_JP.ipynb
or, download that file to you pc, and upload in the object_following directory (use jupyterlab upload button).
Hi Naisy,
Thanks again for your guidance.
My US-keyboard is not supported by this jetbot image.
I can not find the Asterisks and Small Tilde.
Maybe you can help me to correct it.
Regards, Fred