Hello guys,
I am starting a project which requires me to add a few sensors and fly a quadrotor UAV. Before this I just used the mission planner and haven't edit any alphabet of the codes.
My project is indoor localization. The quadrotor will first use four IR sensors which will detect four walls of a room. From the distances of these four walls, a plane coordinate is virtualized with the current position of the Quadrotor as the point of origin (0,0). Then the quadrotor will be instructed to go to (2,3). It will first hover to a certain altitude using an ultrasonic sensor then will go to the desired point by continuously checking the distance to the wall.
Where do I edit the codes to read the additional sensors and add my algorithm. And after that, how to I use the codes with the mission planner? Is this possible?
Thanks in advance!
Replies
- https://www.youtube.com/watch?v=2Rn0On9aEKg - tracking a drone indoor
- https://www.youtube.com/watch?v=_swkCCcMq5A - tracking a drone outdoor
- https://www.youtube.com/watch?v=e8eHhUhc0Z4 - fully autonomous flight
- https://www.youtube.com/watch?v=Y-ETDc5K_fw - tracking a micro-drone indoor
https://ardupilot.org/copter/docs/common-marvelmind.html - ArduPilot support
https://marvelmind.com/download/#ros - ROS support
hi,
have you checked here?
http://www.diydrones.com/profiles/blogs/arduimu-quadcopter-part-iii
cheers
T.