Closed ashvath100 closed 4 years ago
Hi @ashvath100 !
Nice to see you are using our framework! 😄 I am wondering why you think this is not currently reflected in pyrobolearn. If you have a look at our backend for PyBullet (here), we actually use setJointMotorControl2
. Are we missing this somewhere else?
My bad, I was missled when I got an unexpected keyword argumet error while using keyword maxVelocity as mentioned in here while it actualy is max_velocity
setJointMotorControl is obsolete and replaced by setJointMotorControl2 API , but this is not yet reflected in pyrobolearn