How to make Ray sensor ignore body of the robot?
Is there any way how to define which models should not collide with the laser rays? I need to detect obstacles very close to the robot, but sometimes the robot parts get in way of the sensor and the closest distance is the distance to the robot part instead of the obstacle. I'm not aiming for a realistic simulation of laser sensor with this particular sensor. I just need the distances from the surrounding models to the robot.
Asked by kumpakri on 2020-05-22 12:09:54 UTC
Answers
Hello,
you can remove from the URDF the collision tag of some parts of your robot. But you would not have collisions with any object in the world.
Asked by ahcorde on 2020-06-01 09:58:12 UTC
Comments