I want to control the GO1 Edu with low-level, by sending only torque commands, i.e., with Kp=Kd=0.
The problem is that such control required high frequency position and velocity feedback (>1000 Hz), but the Go1 is giving me /low_state feedback at only 30-80 Hz (inconsistent between boots). Is there any way to solve this issue? no proper control can be done at this rate.
I am communicating with Ethernet, but the problem is not communication rate since I do receive messages at 500 Hz by tuning some things, but the messages are just the same repeated many times. The robot does not seem to send its actual state at 500 Hz but just measure, repeat the same state 10 times and then remeasure etc…
And this behavior doesn’t enable any feedback-based control.
No I haven’t yet, but if the message is repeated several times that might mean a deeper issue than just communication, like firmware design doesn’t it?