Hands-on project assembling and testing a JetRacer using the Jetson Nano for robotics and electronics experience.
·
Report Bug
·
Request Feature
The JetRacer Assembly project is our team's first step in the Seam:Me Mobility course. This hands-on project allows us to dive into the world of electronics, robotics, and programming by assembling and testing a JetRacer — a small racing car powered by the Jetson Nano Developer Kit. Through this project, we enhanced our skills in software programming and practical problem-solving. We explored the construction of the car and plan to develop 3D parts for future enhancements. We learned about motors, car controlling with C language, and remote control.
In this project, we have two main components:
- Car Controller: Developed in C, this component is responsible for controlling the motors, direction, speed, and other functionalities of the car.
- Xbox Controller: Also developed in C, this component serves as the remote controller, allowing for the control of the car's movements and actions.
This section lists the major technologies and tools used for this project.
- JetRacer AI RaceCar Kit Motors, wheels, chassis, and sensors for constructing the PiRacer vehicle.
- Jetson Nano Developer Kit: Used for controlling the vehicle and processing data.
Once the JetRacer is assembled, follow these instructions to bring it to life:
[DEMONSTRATION GIF OF THE CAR BEING CONTROLLED WILL BE ATTACHED]
Together, we've collaborated to bring this project to life, combining our knowledge, skills, and experience every step of the way. It has been a great journey of learning and growing as a team.
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the repository
- Create a new branch for your feature (
git checkout -b feature-name
) - Commit your changes (
git commit -m 'Add feature'
) - Push to the branch (
git push origin feature-name
) - Open a pull request
Distributed under the MIT License. See LICENSE for more information.
- Jetson Nano Developer Kit – The powerful embedded system used in the project for control and processing. It comes inside the JetRacer AI RaceCar Kit.
- JetRacer AI RaceCar Kit – The parts that make up the JetRacer vehicle.