NVIDIA-AI-IOT / jetracer

An autonomous AI racecar using NVIDIA Jetson Nano
MIT License
1.06k stars 319 forks source link

Delay using the I2C communication with ROS #131

Open Ronak2904 opened 2 years ago

Ronak2904 commented 2 years ago

I am using the Adafruit ServoKit library to send the signals to move my steering and motor conroller on the RC Autonomous Car. The Hardware used is PCA9685. I am generating the signal commands using MATLAB and sending it using ROS. Then the signals are passed from ROS to the hardware by using the adafruit library using python as the coding language. There is a build up of a delay every time I try to send the messages using the above described method.