NVIDIA-AI-IOT / jetbot

An educational AI robot based on NVIDIA Jetson Nano.
MIT License
3.04k stars 1.03k forks source link

'update is not defined' #403

Closed mattmi91 closed 2 years ago

mattmi91 commented 3 years ago

I have been stuck on this issue for 2 weeks now where I try to run the collision avoidance demo and at the bottom the camera.observe command I keep getting error update is not defined, the camera is working and is displaying what it sees in the little box but when I go to execute the rest of the code I get 'update is not defined' I am using jetson nano sd card image 2gb-jp45 I have tried every version and all have the same exact problem.. plz help ): update

jaybdub commented 3 years ago

Hi @mattmi91 ,

Thanks for reaching out!

This error typically means that the function hasn't yet been defined in Python.

Are you able to share the rest of the contents of the notebook? My initial guess is that this name might have a typo.

Please let me know if this helps or you have any questions.

Best, John