top of page

Software

Public·144 members

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?

318 Views
Rongzhong Li
Rongzhong Li
12. Feb.

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

359 Views
Jason
Jason
26. Jan.

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?

287 Views
Gero
19. Jan.

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)?

187 Views
Rongzhong Li
Rongzhong Li
16. Jan.

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