how to make the object move to the target position?

Official Python bindings with a focus on reinforcement learning and robotics.
Post Reply
Yangziqi
Posts: 1
Joined: Fri Sep 18, 2020 7:48 am

how to make the object move to the target position?

Post by Yangziqi »

Hello
I am new to the pybullet, and now I am doing a digital twins in pybullet of the dobot robot, but I have a question
I have a very simple object(a zylinder), I want to make this object move from position[0.8,0,0] to position[0.3,0,0]
How can I achieve this function?
I tried apply external force API in pybullet, but I can't understand this API well. so I still not realize the function.
If you have some solution, please tell me.
Thanks for help!
Post Reply