英文: Fixing certain positions in a MultiBodyPlant in Drake 问题 我有一个包含6自由度机器人和一个静止的2自由度障碍物的MultibodyPla...
使用”joint”在两个模型中。
英文: Use joint in both models 问题 我有两个模型,我想要连接两个模型内部的两个链接(如果我将两个模型合并为一个,就只会有一个父连接点)。我应该如何做? 英文: I have...
Custom meshcat contact visualizer not drawing contact forces correctly
英文: Custom meshcat contact visualizer not drawing contact forces correctly 问题 我有一个`TrajectoryVisuali...
我如何在使用Meshcat时可视化Drake中的坐标框架?
英文: How do I visualize coordinate frames in Drake using Meshcat? 问题 我如何在Meshcat中查看Drake的坐标框架?我只找到了与D...
Is there a way to start a simulation with a link (with a low stiffness coefficient) at a certain compression?
英文: Is there a way to start a simulation with a link (with a low stiffness coefficient) at a certain...
继续在 Gurobi / Drake 中进行 MIP 优化。
英文: Continue MIP optimization in Gurobi / Drake 问题 如果我有一个长时间运行的优化问题,我想知道它所找到的最佳解的质量。 我可以想象一种方式来实现这个目...
使用Drake模拟绳子
英文: Simulating a rope with drake 问题 我发现在Drake文档中有DeformableModel类,并且我已经看过一个使用Drake中的绳子的视频。我想模拟一个带有负载...
获取二进制变量数量 / Drake 中的 Gurobi 输出
英文: Get number of binary variables / Gurobi output in Drake 问题 我如何获取我的数学程序中的二进制变量数量? 我如何获取所有聚合二进制变量的...
Python Scipt Killed by OOM during FiniteHorizonLinearQuadraticRegulator. Is this normal/expected behaviour?
英文: Python Scipt Killed by OOM during FiniteHorizonLinearQuadraticRegulator. Is this normal/expected...
如何定制非线性约束?
英文: How to customize nonlinear constraints? 问题 我正在尝试在我的项目中设计一些非线性约束。在先前的版本中,我使用了抽象类 drake::solvers::...