Borrar filtros
Borrar filtros

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

2 visualizaciones (últimos 30 días)
lapo carrieri
lapo carrieri el 26 de Abr. de 2023
Respondida: Karsh Tharyani el 1 de Mayo de 2023
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.

Respuestas (1)

Karsh Tharyani
Karsh Tharyani el 1 de Mayo de 2023
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

Categorías

Más información sobre Motion Planning en Help Center y File Exchange.

Productos


Versión

R2022b

Community Treasure Hunt

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

Start Hunting!

Translated by