How can I find the intersection between a line and a robot?

조회 수: 3 (최근 30일)
lapo carrieri
lapo carrieri 2023년 4월 26일
답변: Karsh Tharyani 2023년 5월 1일
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.

답변 (1개)

Karsh Tharyani
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

카테고리

Help CenterFile Exchange에서 Robotics에 대해 자세히 알아보기

제품


릴리스

R2022b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by