You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using waveshare ST3215 HS servos to build the arms , using ESP32 Servo driver from waveshare.
I am getting There is no status packet! error while running the code.I tried to debug and found out that if we increase the wait_length in sdk (for rxpacket) it read all values .
wait_length= (6+data_length) *param_length+100
This will wait for 100 more packets and takes the encoder values from motors.
Its working without any errors and i can even collect some data But if you see the below line it tells that read freq from both arms is very less. That results in a very jittery motion of follower.
Uh oh!
There was an error while loading. Please reload this page.
I am using waveshare ST3215 HS servos to build the arms , using ESP32 Servo driver from waveshare.
I am getting
There is no status packet!
error while running the code.I tried to debug and found out that if we increase the wait_length in sdk (for rxpacket) it read all values .This will wait for 100 more packets and takes the encoder values from motors.
Its working without any errors and i can even collect some data But if you see the below line it tells that read freq from both arms is very less. That results in a very jittery motion of follower.
NOTE:The above info is without any delay(+100) I tried teleoperating only one motor and no changes to original code. Can someone provide any solution.
The text was updated successfully, but these errors were encountered: