필터 지우기
필터 지우기

Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

How to check if there is any object in the vicinity of a mobile robot?

조회 수: 1 (최근 30일)
Nisarg Patel
Nisarg Patel 2017년 3월 14일
마감: MATLAB Answer Bot 2021년 8월 20일
I am moving a robot on a pre-determined path using pure pursuit. There also other dynamic objects intersecting the path and the routes of these objects are also pre-determined by me and use pure pursuit. Now, the robot doesn't know of these dynamic objects so I want to set a radius around the robot and make the robot stop or maneuver around the object once there is any object in that radius. My question is, how can I detect a moving object in that radius? I don't know how to approach this problem so any help would be appreciated.

답변 (1개)

Alisha Schor
Alisha Schor 2017년 3월 20일
The documentation for the Robotics Systems Toolbox has an example: Path Following with Obstacle Avoidance, that describes how to do this. From the perspective of the robot, a dynamic object and a static object will be detected in the same way. You may have to adjust the behavior to be more conservative if the dynamic objects are moving quickly relative to the robot's speed.

이 질문은 마감되었습니다.

Community Treasure Hunt

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

Start Hunting!

Translated by