How can I find the intersection between a line and a robot?
14 ビュー (過去 30 日間)
古いコメントを表示
Given the urdf robot model, which function can I use to find the intersection point with a specific link of that robot. I tried with checkCollision but it is for the collision with objects.
0 件のコメント
回答 (1 件)
Karsh Tharyani
2023 年 5 月 1 日
Hi,
You could try using the https://www.mathworks.com/help/robotics/ref/rigidbodytree.checkcollision.html "rigidBodyTree/checkCollision" function to find collisions on a rigid body. Given the URDF, you can use "importrobot" https://www.mathworks.com/help/robotics/ref/importrobot.html to create a rigid body tree, and then call the "checkCollision" function on it.
Best,
Karsh
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Robotics についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!