Skip to content

MuShibo/go_motor_control

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Notice

support motor: GO-M8010-6 motor

ROS version: Noetic

Build

catkin build go_motor_control

Run

roslaunch go_motor_control motor_test.launch

Tip

Typically, for kp and kd, assuming the motor's gear ratio is r, when calculating kp and kd on the rotor side, we need to convert kp and kd on the output side by dividing them by the square of r.

$$kp_{\text{rotor}} = \frac{kp_{\text{output}}}{r^2}$$

$$kd_{\text{rotor}} = \frac{kd_{\text{output}}}{r^2}$$

About

The ros package for unitree go-m8010-6 motor.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published