Raspi-Self-Balancing-Robot-Python icon indicating copy to clipboard operation
Raspi-Self-Balancing-Robot-Python copied to clipboard

基于Raspberry Pi 2 的二轮自平衡机器人,Python版

Results 2 Raspi-Self-Balancing-Robot-Python issues
Sort by recently updated
recently updated
newest added

``` 'encoder': { 'left': [12, 16], 'right': [20, 21] } ``` Not understand this pin connections, Please provide connection structure, Currently try with ``` 'motor': { 'left': [27, 22], 'right':...

你好,我按照这个程序DIY了一个平衡车,目前处于调参数阶段,现在的情况是小车能够平衡,但平衡时总是或前或后的运动,且抖动比较厉害,抗干扰比较差,目前用了直立环和速度环两个,转向环没用,请问这种情况下应该如何调节呢?