Skip to content

Commit

Permalink
Update px4tools api for mission test.
Browse files Browse the repository at this point in the history
  • Loading branch information
jgoppert authored and dagar committed Jan 14, 2017
1 parent fedc127 commit b29f8a0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion integrationtests/python_src/px4_it/mavros/mission_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,8 @@ def test_mission(self):
rospy.loginfo("mission done, calculating performance metrics")
last_log = get_last_log()
rospy.loginfo("log file %s", last_log)
data = px4tools.ulog.read_ulog(last_log).resample_and_concat(0.1)
data = px4tools.ulog.read_ulog(last_log).concat(dt=0.1)
data = px4tools.ulog.compute_data(data)
res = px4tools.estimator_analysis(data, False)

# enforce performance
Expand Down

0 comments on commit b29f8a0

Please sign in to comment.