Page 1 of 1

SAR Quadcopter

Posted: 14 May 2015, 13:59
by DannyYeong
Hi,

I'm planning to simulate a search-and-rescue quadcopter simulation. Currently I have a self-made quadcopter basic model:
http://www.filedropper.com/fullmodel

Generally, the swarms would be deployed into an area for sweeping (with other objects) and then scouts for any human models. Once 1 swarm detects, the other units will converge if they area available.

My currrent overseeing process would be:
1)Attaching a camera below the body base. (Live feed)
2)Using human models from VREP to be detected and followed by the swarm.
3)Path planning/Programmed to move at a certain area sweep.

My question is that would it be
1)Is it possible to program the quadcopter to sweep an area without path planning, but from the script programming?
2)If attaching a camera, aside from colour density detection, which other detection factor's more advisable? (Shape detection, movement detection etc.. for human models)

Re: SAR Quadcopter

Posted: 15 May 2015, 07:54
by coppelia
Hello,

you can implement any type of algorithm in a child script, also your own path planning.
If you use a vision sensor, you can detect for color, blobs, etc. Here again, you can write your own algorithm that will inspec an image and perform detection.

Cheers