This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python2 | |
import time | |
import numpy as np | |
import rospy | |
from sensor_msgs.msg import Imu | |
import mavros_msgs | |
from mavros_msgs.msg import ActuatorControl, State, Thrust | |
from mavros_msgs.srv import CommandBool, SetMode |