Describe the issue
I have one servo motor is connected to the first channel and another continuous motor is connected to channel 2 to the pca_9685
I've set up this library on my Jetson Xavier Nx and I managed to command an angle-servo motor but when I've commanded a continuous servo motor, it didn't move.
Describe the issue I have one servo motor is connected to the first channel and another continuous motor is connected to channel 2 to the pca_9685
I've set up this library on my Jetson Xavier Nx and I managed to command an angle-servo motor but when I've commanded a continuous servo motor, it didn't move.
NVIDIA Jetson Hardware
I"ve used this code
And when use this
kit.servo[0].angle=30
the motor moves but when use this commandkit.continuous_servo[1].throttle=0.5
the motor doesn't move.Any help, please?