top of page

Software

公開·144 位會員

How to get the current signals from the bittle X's motor?

How to get the motor signals like current signals from the bittle X's motor?

357 次瀏覽
Rongzhong Li
Rongzhong Li
2月12日

The servo uses PWM and doesn't support returning current information. It can return position information: https://guide.petoi.com/apis/serial-protocol/feedback-servos

my blog for bittle, hope helpful

384 次瀏覽
Jason
Jason
1月26日

Could your please write a English version for the global user?😀

joshua coggins
joshua coggins

pybullet sim to real transfer

I want to train Bittle in pybullet and then transfer it onto the robot.how should i do it?

300 次瀏覽
Gero
1月19日

Reading and writing Bittle's joint angles on a MacBook

I trained a reinforcement learning model for my Bittle using Isaaclab. It can move around in a simulated physical world. I want to communicate with Bittle via my Mac, collect the angle of each joint as input to the trained policy model, obtain the joint angle at the next time step, and then send it to Bittle for execution. My question is, does Bittle provide this functionality (reading and writing joint angles)?

196 次瀏覽
Rongzhong Li
Rongzhong Li
1月16日

When talking about reading joint angles, it may refer to:

  1. Extracting the angle from the memory. It should be exactly the same angle you sent previously. The currentAng[] array keeps all that data.

  2. Reading the actual angle from the servos because they could be moved by external force. You can find the corresponding code in OpenCatEsp32 for reading the servo feedback.

bottom of page