Skip to content

Commit

Permalink
Update thrust test
Browse files Browse the repository at this point in the history
  • Loading branch information
aftersomemath committed Dec 28, 2017
1 parent fff9e74 commit 7ccc1ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/thrust_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def battery_callback(msg):
rospy.wait_for_service('/uav_arm')
arm_service = rospy.ServiceProxy('/uav_arm', Arm)
rospy.logerr('Service ready')
assert arm_service(True, True, False)
assert arm_service(True)
rospy.logerr('Motors armed')

command = OrientationThrottleStamped()
Expand Down

0 comments on commit 7ccc1ed

Please sign in to comment.