Jetson Nano + Sphero RVR Mash-up (PART 2)
Download Example Jupyter Notebook
To make it easier for you to get up and running with some example code we have created a few example programs in the form of Jupyter Notebooks.
To download and add these Notebooks to your RVR JetBot open up a terminal window in Jupyter Notebooks by selecting File > New > Terminal.
Navigate to your Notebooks directory by typing the following…
cd /desktop/Notebooks
Then download the Examples Notebooks from the GitHub repository by typing the following command:
git clone https://github.com/d1runberg/RVR-JetBot-Example.git
Once the repository has been cloned you can then navigate to the Examples Notebooks using the file manager in Jupyter Labs. To keep things as clean and simple as possible for you, each of our example Notebooks are just a single code pane with no markdown or extra text. We will walk through this code here, but you should only need to run a single code snippet from each Notebook.