I just bought a Waveshare Jetracer Pro and installed a Jetson Orin Nano with the new Jetpack 5.
I can run the basic_motion.ipynb from jetracer repo. It is using adafruit to control I2C 0X40 address to control the car.
However, for this repo, I cannot launch the jetracer.launch due to the lack of ttyAMC0 port.
Hi,
I just bought a Waveshare Jetracer Pro and installed a Jetson Orin Nano with the new Jetpack 5. I can run the
basic_motion.ipynb
from jetracer repo. It is using adafruit to control I2C 0X40 address to control the car. However, for this repo, I cannot launch thejetracer.launch
due to the lack ofttyAMC0
port.Here are all the
tty*
ports I have:I have no idea which one is the right one or is there anyway to control thru i2c like
jetracer
notebook?Here's the
i2cdetect -y -r 1
output:How can I run your Jetracer Pro with the package?
Thank you in advanced/