Replies: 1 comment 7 replies
-
Regarding qpos for a free-floating object, It actually has 6dofs assumed by a free joint.
For example, as modification to ik_duck:
To make it stable, you may need to fine-tune the gains like in control_your_robot.py |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello there ! I would like to work with
genesis/assets/meshes/Airplane/airplane.obj
for a toy scenario. The goal would be to control it with roll, pitch, and yaw at constant speed, and train it to reach target points.What would be the good may to make the plane move in the scene ? I have tried "set_pos()" method but I can not handle angles since there is no
set_angles()
method. This plane differs from Control your Robot example since it has no degree of freedom, so I am not sure this tutorial is valid for my use case...Beta Was this translation helpful? Give feedback.
All reactions