I have question related to occupied and non occupied spaces in MATLAB.
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
passioncoding
am 27 Dez. 2018
Beantwortet: Image Analyst
am 28 Dez. 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 Kommentare
Image Analyst
am 27 Dez. 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?
Akzeptierte Antwort
Image Analyst
am 28 Dez. 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 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Robotics finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!