arl_ardrone_examples
arl_ardrone_examples copied to clipboard
This ROS package is designed to help new users use the ardrone_autonomy drivers for the AR drone quadrotor robot. It includes extra helpful nodes for launching, landing, simple open loop flying,,,
Merging fork
I catkinized your code, to make it groovy and hydro compatible. I also solved a minor CMakeList.txt problem. If you want to grab this code for your git just ask...
Catkinized these packages, for ROS Groovy
Looks like CMakeLists.txt needs to be changed to: rosbuild_add_executable(ardrone_test_back_and_forth src/fly_back_and_forth.cpp) and not: rosbuild_add_executable(ardrone_test_back_forth src/fly_back_forth.cpp)