Frame

Get the relative code from asBrain_Driverarrow-up-right.

Joint Cmd

  1. Set up the joint_config.yaml

  • Control Mode

P (Position Control)
V(Velocity Control)
T(Torque Control)

Expected angle

cmd

0

0

Expected speed

0

cmd

0

Expected torque

0

0

cmd

Kp

kp

0

0

Kd

kd

kd

0

  • Zero Position

  1. Init the Joint

  • Initialization is required every time power is turned on.

  1. Send the cmd

  • Every powered motor needs to be sent a command (default is 0.0)

Joint State

  1. The data is accurate following initialization.

  2. The Demo of reading the joint state.

Joy State

  • CH3, CH4, CH2, CH1 are axes.

  • CH5, CH6, CH7, CH8, CH9, CH10 are buttons.

  • CH10 is an emergency stop button. Turning it clockwise to the end stops the motor power supply. Turning it counterclockwise to the end restarts the motor power supply (wait at least 5 seconds).

Robot State

  1. Set up the joint_config.yaml

  1. The Demo of reading the joint state

Last updated

Was this helpful?