I have question related to occupied and non occupied spaces in MATLAB.
3 ビュー (過去 30 日間)
古いコメントを表示
My research is related to finding the optimal path via avoiding obstacles. I have created random obstacles and a target with robot start point as well.
I just wanted to know how can I find that a box in a graph is occupied or not.
I wanted to check which places in a graph is filled. Like if it is filled than It can be set as 1 otherwise 0.
0= not occupied
1=occupied.
Kindly help in this regard.
5 件のコメント
Image Analyst
2018 年 12 月 27 日
Does the robot know the locations of the obstacles in advance, or does it have to discover them as it moves. If it has to discover them, how far (how many grid points) can it see away from its current location?
採用された回答
Image Analyst
2018 年 12 月 28 日
There is a whole field devoted to this, and I am not an expert in it. You might check out section 15.1.4 (especially 15.1.4.3) in Vision Bibliography: Click here
- 15.1.4 Active Vision - Path/Trajectory Planning
- 15.1.4.1 Planning Sensor Position, View Selection, View Planning, Next View
- 15.1.4.1.1 Planning Optimal Sensor Positions
- 15.1.4.2 Camera Position, Sensor Position for Model Generation
- 15.1.4.3 Planning Vehicle Position, Path Planning or Route Planning
- 15.1.4.4 Planning Robot (Manipulator) Positions
- 15.1.4.5 Visibility Analysis, Sight Lines, Line of Sight
- 15.1.4.6 Free Space Computations, Free Space Analysis
0 件のコメント
その他の回答 (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!