I have question related to occupied and non occupied spaces in MATLAB.
3 views (last 30 days)
Show older comments
passioncoding
on 27 Dec 2018
Answered: Image Analyst
on 28 Dec 2018
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 Comments
Image Analyst
on 27 Dec 2018
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?
Accepted Answer
Image Analyst
on 28 Dec 2018
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 Comments
More Answers (0)
See Also
Categories
Find more on Robotics in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!