ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
To use a single camera u need to use some VSLAM algorithm to estimate the position of quadrotor and build a map. PTAM is one such algorithm. http://ros.org/wiki/ethzasl_ptam
You can try this package.
Hope it helps..