Open baxelrod-bdai opened 9 years ago
+1
I am successfully using this functionality to programmatically build a robot from a URDF file. Maybe the source code would be useful:
https://github.com/personalrobotics/or_urdf/blob/master/src/urdf_loader.cpp
I agree, however, that it would be nice to have more documentation about this. In particular, I'm not sure how the transformations and <offsetfrom>
tags in .kinbody.xml
map to those in LinkInfo. I'm also still not entirely sure how the inertia tensor should be specified.
+1
Currently, to construct a robot from DH parameters you have to build the robot programatically using the LinkInfo and JoinInfo structures. For example: http://www.openrave.org/docs/latest_stable/tutorials/openravepy_examples/#creating-custom-kinematics-body
A clearer example and/or better functions to do this would be nice.