YunjaeChoi / Reinforment-Implementation-on-a-Quadruped

Reinforment Implementation on a Quadruped using DDPG(tensorflow), ROS, Gazebo, real quadruped robot.
MIT License
68 stars 11 forks source link

Robot Jumps when I try to set joint position #2

Open shandilya1998 opened 3 years ago

shandilya1998 commented 3 years ago

Hey! I adapted some of the code that you wrote in this repository. The quadruped and AllLegs classes are nearly identical except for a few additions. When I try to set joint position, the robot jumps suddenly. I am not able to figure out why that happens or how to fix it. Did you face any such issue while implementing this repo? My code can be found here: https://github.com/shandilya1998/CPGController