This repository contains python files and Jupyter notebooks for JetRacer car,
Jupyter Notebooks for:
- steering car with controller using pygame
- steering car with controller using ipwidgets
- controlling LIDAR and simple mapping examples are provided in english and polish in thier respective folders.
Python files for:
- steering car with controller using pygame
coming: - controlling LIDAR and simple mapping
Here is the translation of the provided Markdown file:
The advantage of this method is the speed of preparing the robot.
- Turn on the robot. Note: If you want to work from a computer other than the robot, it is necessary to connect the robot to the network.
- Log in to Jupyter Notebook.
If you are working on the robot, open a web browser and connect to the address
localhost:8888
or127.0.0.1:8888
. If you are working from another computer in the same network, connect to the robot's IP address (displayed on the screen) at port8888
. - Log in to the notebook using the password
jetson
. - Download notebook files from the repository at https://github.com/M1chol/jetracer-ai-kit-python.
- Add the files to
/Jetracer/notebooks
in theFiles
tab. - Run the files.
The advantage of this method is skipping the visual environment of Jupyter, which allows for full visual libraries like matplotlib or cv2.
- Turn on the robot.
- Install the VS Code development environment. Instructions can be found here.
- Install the Python extension - Extensions can be directly downloaded in the VS Code application in the
Extensions
tab. - Go to the Source Control tab.
- Click on
Clone Repository
and paste the linkhttps://github.com/M1chol/jetracer-ai-kit-python.git
. - Choose the folder where the repository will be cloned.
- Select Python 3 as the environment in the lower right corner.
- Run the files.
- my robot bought on Botland didn't come with working examples on teleoperation
- I provided more examples - like LIDAR