ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

ImportError No module name drone_status

asked 2017-11-10 15:30:18 -0500

tagomago gravatar image

updated 2017-11-12 23:39:23 -0500

jayess gravatar image

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.

I can control the drone by directly publishing on the terminal, although, I cannot do it using the python script.

Can you please help me out?

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2017-11-12 23:38:58 -0500

jayess gravatar image

It looks like it's not being used. Try commenting out the offending line

from drone_status import DroneStatus
edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2017-11-10 15:30:18 -0500

Seen: 362 times

Last updated: Nov 12 '17