Mujoco_py:KUKA IIWA14机器人的计算扭矩控制

发布于 2025-01-20 19:17:38 字数 173 浏览 3 评论 0 原文

我是 mujoco_py 的新手。我已经在 Linux 上成功安装了它,并且我有机器人的 URDF 文件(kukaiiwa14),但我不知道如何操作关节。例如,我想知道如何操作的命令我对关节施加力。 我必须对这个机器人应用最佳控制,以便他将球扔出特定的距离,如果有人对此有想法请帮忙。 如果有人可以通过这个项目帮助我,我将非常感激。

I'm new with mujoco_py.I already installed it successfully on linux and I have the URDF file of the robot(kukaiiwa14) but I don't know how can I manipulate the joints.For example I want to know the commands of how can I apply a force on a joint .
I have to apply optimal control on this robot so that he throws a ball for a specific distance if someone has an idea about it please help.
If someone could help me by this Project I would be so grateful.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

生活了然无味 2025-01-27 19:17:38

mujoco_py 是不受支持的且不弃用的,您可能应该使用mujoco的

关于向关节施加力,描述了驱动模型在这里,您可以找到各种示例,例如

mujoco_py is unsupported and deprecated, you should probably use MuJoCo's native Python bindings.

Regarding applying forces to joints, the actuation model is described here, and you can find various examples, e.g. here that might help you along.

迷迭香的记忆 2025-01-27 19:17:38

据我所知,乌尔德不支持执行者。我建议您导入urdf, save ,然后直接编辑MJCF。

this 可能是相关的。

As far as I know URDF does not support actuators. I recommend that you import the URDF, save the resulting MJCF, and then edit the MJCF directly.

This might be relevant.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文