In this video we show how to test scripts in a drone simulation. See question: https://answers.ros.org/question/275593/importerror-no-module-name-drone_status/
Q: Hello,
I am just starting out with learning ROS. I tried simulating the Ardrone, using the tum simulator on ROS Indigo and Gazebo2. Ref: https://github.com/dougvk/tum_simulator
I am trying to implement this code – https://github.com/amroygaol/AR_Drone… . I followed through the instructions, however, I keep getting an error,
ImportError:No module named drone_status.
A: You can get the DroneStatus function from here: https://github.com/mikehamer/ardrone_tutorials_getting_started
0 Comments