HRI-EU / Rcs

Rcs is a set of C and C++ libraries for robot control and simulation
BSD 3-Clause "New" or "Revised" License
38 stars 14 forks source link

[WIP] Enable physics on graphs parsed from URDF #14

Closed Xfel closed 6 years ago

Xfel commented 6 years ago

The physics mode of URDF bodies is determined as follows:

Additionally, you can now use the rigid_body_joints tag on the URDF tag in the graph xml. This allows to use mobile robots, whose root is usually the mobile base link.

mgienger commented 6 years ago

Thanks Felix!