Can I generate a urdf file from a rigidBodyTree Matlab object?
조회 수: 9 (최근 30일)
이전 댓글 표시
I have defined a rigidBodyTree object in Matlab (https://de.mathworks.com/help/robotics/ug/rigid-body-tree-robot-model.html?searchHighlight=kinematic%20tree&s_tid=doc_srchtitle). Now I need the corresponding urdf file to use it for example in rviz. Is it possible to generate this automatically out of Matlab?
댓글 수: 0
답변 (1개)
Amrtanshu Raj
2021년 7월 30일
Hi,
There is no way to export a rigid body tree as URDF in matlab automatically. However if you wish to just visualize it like rviz then you can do it using show function.
Hope this helps !!
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Manipulator Modeling에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!