如何在德雷克中创建一个虚拟的无质量物体?
How to create a dummy massless body in Drake?
我正在尝试通过 dummy_body = RigidBody()
在 Drake 中创建一个类似于 test file. But it seems that SpatialInertia
must be passed into the constructor 的无质量假体。有无质量物体的标准方法吗?
我正在尝试通过 dummy_body = RigidBody()
在 Drake 中创建一个类似于 test file. But it seems that SpatialInertia
must be passed into the constructor 的无质量假体。有无质量物体的标准方法吗?