I want to make drone with mujoco but the problems is the error: more than 6 dofs in body #987
Replies: 1 comment 4 replies
-
What gives you this idea? You want a free joint with site actuators that apply a force/torque combination at the rotors. I think @kevinzakka was working on a model? |
Beta Was this translation helpful? Give feedback.
4 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.
-
i want to have force and torque generator for that 8 rotors, but in mujoco xml
actuator can only defined by joints. I use slide joint to express force and use hinge joint to express torque.
then, i have to use 16 joints to generate that kinds of force.
I know the problem is because of the (position/velocity) actuator, so one body can't have more than 6 dofs.
Is there any way can I get through this?
Beta Was this translation helpful? Give feedback.
All reactions