unitreerobotics / unitree_ros_to_real

107 stars 94 forks source link

Do you have python examples to control the real robot? #78

Open heartInsert opened 5 months ago

heartInsert commented 5 months ago

Hi , I have successfully deployed my RL model in Gazebo by subscribe /model_state and send msg to topic like "/aliengo_gazebo/FR_hip_controller/command " , and it walks well in Gazebo . But your example position_mode.cpp is C++ , it is a little hard for me , do you have python's example for convenient ?