mit-aera / FlightGoggles

A framework for photorealistic hardware-in-the-loop agile flight simulation using Unity3D and ROS. Developed by MIT AERA group.
http://flightgoggles.mit.edu
Other
402 stars 99 forks source link

clockscale even same command series yield different results (drone position) #107

Closed jluo-bgl closed 5 years ago

jluo-bgl commented 5 years ago

Hi, I have a ROS rate object configured as 8 Hz, a test code that:

publish to /uav/input/rateThrust x,y,z,thrust
rate.sleep()
publish to /uav/input/rateThrust x,y,z,thrust
rate.sleep()
publish to /uav/input/rateThrust x,y,z,thrust
rate.sleep()
publish to /uav/input/rateThrust x,y,z,thrust
rate.sleep()
publish to /uav/input/rateThrust x,y,z,thrust
rate.sleep()
publish to /uav/input/rateThrust x,y,z,thrust
rate.sleep()

when I config clockscale: 0.1it flys to the point I want, however if I changeclockscale: 1, it yield to completely different result. I have run it many times and have same result. Also I can confirm that Rate object works well

Is this expected result? Thanks

Winter-Guerra commented 5 years ago

Hi @JamesLuoau,

I'm sorry that you're running into this problem. Could you please provide us with the following information to help with our diagnoses?

Best, -Winter

Winter-Guerra commented 5 years ago

Hi @JamesLuoau,

We just tested all of the scenarios listed above and can confirm that the clockscale setting is working as intended, including for clockscales faster than real time. However, we did notice something that might cause users some slight confusion. At faster than real time clockscales, the renderer requires a few seconds of time on startup to "catch up".

Best, -Winter

jluo-bgl commented 5 years ago

Hi, in my case, <param name="/use_sim_time" value="true" />

Here I recorded 3 videos which have All videos shows rviz, the hz--wall-time for /clock, roll_pitch_yaw_thrust sent to topic /uav/input/rateThrust, the current position. you will see that exactly same command, when in clockscale 1.0, it end to 7.6, 16.5, 1.8 (x, y, z), where in clockscale: 0.1, it end up to 4.95, 29.19, 4.92. For everyone, I config the init parameter and killed /uav/flightgoggles_uav_dynamics which I asked before https://github.com/mit-fast/FlightGoggles/issues/84, maybe I'm doing that wrong?

  1. clockscale: 1.0 video
  2. clockscale: 0.1 video
  3. #clockscale: 1.0 clockscale commeted out video

Hope the videos helps

Winter-Guerra commented 5 years ago

Hi @JamesLuoau,

It looks like you're also running the teleop nodes. These nodes are not meant to be run while autonomous scripts are also running. These teleop nodes could be trying to override your autonomous controls. Could you try again, but without the teleop nodes running?

Best, -Winter

Winter-Guerra commented 5 years ago

Hey @JamesLuoau, any updates to this issue?

SimpleUAVs commented 5 years ago

I am having the same problem. Our PID loops need to retuned depending on the sim speed.

SimpleUAVs commented 5 years ago

The problem seems to be /uav/sensors/downward_laser_rangefinder which is updated at the FPS rate which changes depending on the speed to SIM is run at inverted. IE, on my system (Dell t3600 1080i GPU) 60hz in SIM time (slow) and 23hz in real time.

jluo-bgl commented 5 years ago

Hi, @Winter-Guerra

I have downloaded newest code, clean & build. Simple run roslaunch flightgoggles core.launch.

edit drone.ymal with commented out, clockscale: 1.0 and clockscale: 0.1, run my test code 3 times each. When running with clockscale 1.0, the result variance are huge.

The reason I wanted to config clockscale to 1.0 is that this way I can get feedback much faster with same rate, I have also printed out both machine time (python time) and ros time, from there you can see the rate object controlled very well.

Commented Out

2019-03-16 23:31:51,304 - INFO - 1970-01-01 00:00:00 position 2.32, 33.80, 2.55 roll_pitch_yaw_thrust 0.00, 0.00, 0.00, 11.81
2019-03-16 23:31:51,416 - INFO - 1970-01-01 00:00:00 position 2.32, 33.80, 2.60 roll_pitch_yaw_thrust 0.00, 0.00, 0.00, 11.81
2019-03-16 23:31:51,553 - INFO - 1970-01-01 00:00:00 position 2.32, 33.80, 2.67 roll_pitch_yaw_thrust 0.00, 0.00, 0.00, 11.81
2019-03-16 23:31:51,811 - INFO - 1970-01-01 00:00:00 position 2.32, 33.80, 2.77 roll_pitch_yaw_thrust 0.00, 0.00, 0.00, 11.81
2019-03-16 23:31:52,339 - INFO - 1970-01-01 00:00:00 position 2.33, 33.79, 2.90 roll_pitch_yaw_thrust 0.00, 0.00, 0.00, 11.81
2019-03-16 23:31:52,879 - INFO - 1970-01-01 00:00:01 position 2.33, 33.79, 3.06 roll_pitch_yaw_thrust 0.00, 0.00, 0.00, 11.81
2019-03-16 23:31:53,399 - INFO - 1970-01-01 00:00:01 position 2.33, 33.79, 3.25 roll_pitch_yaw_thrust 0.00, 0.00, 0.00, 11.81
2019-03-16 23:31:53,956 - INFO - 1970-01-01 00:00:01 position 2.33, 33.78, 3.46 roll_pitch_yaw_thrust 0.00, 0.00, 0.00, 11.81
2019-03-16 23:31:54,474 - INFO - 1970-01-01 00:00:01 position 2.33, 33.77, 3.70 roll_pitch_yaw_thrust 0.00, 3.00, 0.00, 11.81
2019-03-16 23:31:55,055 - INFO - 1970-01-01 00:00:01 position 2.33, 33.74, 3.96 roll_pitch_yaw_thrust 0.00, 3.00, 0.00, 11.81
2019-03-16 23:31:55,646 - INFO - 1970-01-01 00:00:01 position 2.33, 33.65, 4.23 roll_pitch_yaw_thrust 0.00, 3.00, 0.00, 11.81
2019-03-16 23:31:56,268 - INFO - 1970-01-01 00:00:01 position 2.33, 33.44, 4.48 roll_pitch_yaw_thrust 0.00, 3.00, 0.00, 11.81
2019-03-16 23:31:56,905 - INFO - 1970-01-01 00:00:01 position 2.33, 33.07, 4.65 roll_pitch_yaw_thrust 0.00, -3.00, 0.00, 11.81
2019-03-16 23:31:57,547 - INFO - 1970-01-01 00:00:02 position 2.33, 32.55, 4.72 roll_pitch_yaw_thrust 0.00, -3.00, 0.00, 11.81
2019-03-16 23:31:58,192 - INFO - 1970-01-01 00:00:02 position 2.33, 31.90, 4.72 roll_pitch_yaw_thrust 0.00, -3.00, 0.00, 11.81
2019-03-16 23:31:58,846 - INFO - 1970-01-01 00:00:02 position 2.33, 31.17, 4.68 roll_pitch_yaw_thrust 0.00, -3.00, 0.00, 11.81
2019-03-16 23:31:59,493 - INFO - 1970-01-01 00:00:02 position 2.34, 30.41, 4.66 roll_pitch_yaw_thrust -1.00, 1.00, 0.00, 11.81
2019-03-16 23:32:00,127 - INFO - 1970-01-01 00:00:02 position 2.35, 29.67, 4.67 roll_pitch_yaw_thrust -1.00, 1.00, 0.00, 11.81
2019-03-16 23:32:00,779 - INFO - 1970-01-01 00:00:02 position 2.38, 28.95, 4.70 roll_pitch_yaw_thrust -1.00, 1.00, 0.00, 11.81
2019-03-16 23:32:01,431 - INFO - 1970-01-01 00:00:02 position 2.45, 28.24, 4.75 roll_pitch_yaw_thrust -1.00, 1.00, 0.00, 11.81
2019-03-16 23:32:02,085 - INFO - 1970-01-01 00:00:02 position 2.58, 27.53, 4.80 roll_pitch_yaw_thrust -1.00, 1.00, 0.00, 11.81
2019-03-16 23:32:02,734 - INFO - 1970-01-01 00:00:03 position 2.79, 26.78, 4.84 roll_pitch_yaw_thrust -1.00, 1.00, 0.00, 11.81
2019-03-16 23:32:03,387 - INFO - 1970-01-01 00:00:03 position 3.07, 26.00, 4.84 roll_pitch_yaw_thrust -1.00, 1.00, 0.00, 11.81
2019-03-16 23:32:04,032 - INFO - 1970-01-01 00:00:03 position 3.45, 25.19, 4.78 roll_pitch_yaw_thrust -1.00, 1.00, 0.00, 11.81
2019-03-16 23:32:04,675 - INFO - 1970-01-01 00:00:03 position 3.90, 24.34, 4.64 roll_pitch_yaw_thrust 1.00, 0.00, 0.00, 7.81
2019-03-16 23:32:05,324 - INFO - 1970-01-01 00:00:03 position 4.39, 23.50, 4.38 roll_pitch_yaw_thrust 1.00, 0.00, 0.00, 7.81
2019-03-16 23:32:05,978 - INFO - 1970-01-01 00:00:03 position 4.90, 22.66, 4.04 roll_pitch_yaw_thrust 1.00, 0.00, 0.00, 7.81
2019-03-16 23:32:06,621 - INFO - 1970-01-01 00:00:03 position 5.43, 21.80, 3.62 roll_pitch_yaw_thrust 1.00, 0.00, 0.00, 7.81
2019-03-16 23:32:07,272 - INFO - 1970-01-01 00:00:03 position 5.96, 20.95, 3.14 roll_pitch_yaw_thrust 1.00, 0.00, 0.00, 7.81
2019-03-16 23:32:07,923 - INFO - 1970-01-01 00:00:04 position 6.47, 20.10, 2.62 roll_pitch_yaw_thrust 1.00, 0.00, 0.00, 7.81
2019-03-16 23:32:08,572 - INFO - 1970-01-01 00:00:04 position 6.96, 19.24, 2.07 roll_pitch_yaw_thrust 1.00, 0.00, 0.00, 7.81
2019-03-16 23:32:09,230 - INFO - 1970-01-01 00:00:04 position 7.41, 18.38, 1.50 roll_pitch_yaw_thrust 1.00, 0.00, 0.00, 7.81
2019-03-16 23:32:09,888 - INFO - 1970-01-01 00:00:04 position 7.41, 18.38, 1.50 roll_pitch_yaw_thrust 1.00, 0.00, 0.00, 10.81
2019-03-16 23:32:10,532 - INFO - 1970-01-01 00:00:04 position 7.41, 18.38, 1.50 roll_pitch_yaw_thrust 1.00, 0.00, 0.00, 10.81
2019-03-16 23:32:11,180 - INFO - 1970-01-01 00:00:04 position 7.41, 18.38, 1.50 roll_pitch_yaw_thrust 1.00, 0.00, 0.00, 10.81
2019-03-16 23:32:11,831 - INFO - 1970-01-01 00:00:04 position 7.41, 18.38, 1.50 roll_pitch_yaw_thrust 1.00, 0.00, 0.00, 10.81
2019-03-16 23:32:12,475 - INFO - 1970-01-01 00:00:04 position 7.41, 18.38, 1.50 roll_pitch_yaw_thrust 1.00, 0.00, 0.00, 10.81
2019-03-16 23:32:13,127 - INFO - 1970-01-01 00:00:05 position 7.41, 18.38, 1.50 roll_pitch_yaw_thrust 1.00, 0.00, 0.00, 10.81
2019-03-16 23:32:13,779 - INFO - 1970-01-01 00:00:05 position 7.41, 18.38, 1.50 roll_pitch_yaw_thrust 1.00, 0.00, 0.00, 10.81
2019-03-16 23:32:14,423 - INFO - 1970-01-01 00:00:05 position 7.41, 18.38, 1.50 roll_pitch_yaw_thrust 1.00, 0.00, 0.00, 10.81

2019-03-16 23:32:35,314 - INFO - 1970-01-01 00:00:00 position 2.32, 33.80, 2.55 roll_pitch_yaw_thrust 0.00, 0.00, 0.00, 11.81
2019-03-16 23:32:36,531 - INFO - 1970-01-01 00:00:00 position 2.32, 33.80, 2.60 roll_pitch_yaw_thrust 0.00, 0.00, 0.00, 11.81
2019-03-16 23:32:37,782 - INFO - 1970-01-01 00:00:00 position 2.32, 33.80, 2.67 roll_pitch_yaw_thrust 0.00, 0.00, 0.00, 11.81
2019-03-16 23:32:39,019 - INFO - 1970-01-01 00:00:00 position 2.33, 33.80, 2.77 roll_pitch_yaw_thrust 0.00, 0.00, 0.00, 11.81
2019-03-16 23:32:40,254 - INFO - 1970-01-01 00:00:01 position 2.33, 33.79, 2.90 roll_pitch_yaw_thrust 0.00, 0.00, 0.00, 11.81
2019-03-16 23:32:41,488 - INFO - 1970-01-01 00:00:01 position 2.33, 33.79, 3.07 roll_pitch_yaw_thrust 0.00, 0.00, 0.00, 11.81
2019-03-16 23:32:42,721 - INFO - 1970-01-01 00:00:01 position 2.33, 33.78, 3.25 roll_pitch_yaw_thrust 0.00, 0.00, 0.00, 11.81
2019-03-16 23:32:43,976 - INFO - 1970-01-01 00:00:01 position 2.33, 33.78, 3.47 roll_pitch_yaw_thrust 0.00, 0.00, 0.00, 11.81
2019-03-16 23:32:45,215 - INFO - 1970-01-01 00:00:01 position 2.33, 33.77, 3.71 roll_pitch_yaw_thrust 0.00, 3.00, 0.00, 11.81
2019-03-16 23:32:46,459 - INFO - 1970-01-01 00:00:01 position 2.33, 33.74, 3.97 roll_pitch_yaw_thrust 0.00, 3.00, 0.00, 11.81
2019-03-16 23:32:47,699 - INFO - 1970-01-01 00:00:01 position 2.33, 33.64, 4.24 roll_pitch_yaw_thrust 0.00, 3.00, 0.00, 11.81
2019-03-16 23:32:48,939 - INFO - 1970-01-01 00:00:01 position 2.33, 33.42, 4.49 roll_pitch_yaw_thrust 0.00, 3.00, 0.00, 11.81
2019-03-16 23:32:50,172 - INFO - 1970-01-01 00:00:02 position 2.33, 33.05, 4.65 roll_pitch_yaw_thrust 0.00, -3.00, 0.00, 11.81
2019-03-16 23:32:51,415 - INFO - 1970-01-01 00:00:02 position 2.33, 32.52, 4.71 roll_pitch_yaw_thrust 0.00, -3.00, 0.00, 11.81
2019-03-16 23:32:52,658 - INFO - 1970-01-01 00:00:02 position 2.33, 31.86, 4.70 roll_pitch_yaw_thrust 0.00, -3.00, 0.00, 11.81
2019-03-16 23:32:53,904 - INFO - 1970-01-01 00:00:02 position 2.33, 31.12, 4.67 roll_pitch_yaw_thrust 0.00, -3.00, 0.00, 11.81
2019-03-16 23:32:55,139 - INFO - 1970-01-01 00:00:02 position 2.34, 30.36, 4.64 roll_pitch_yaw_thrust -1.00, 1.00, 0.00, 11.81
2019-03-16 23:32:56,384 - INFO - 1970-01-01 00:00:02 position 2.35, 29.62, 4.64 roll_pitch_yaw_thrust -1.00, 1.00, 0.00, 11.81
2019-03-16 23:32:57,625 - INFO - 1970-01-01 00:00:02 position 2.39, 28.89, 4.67 roll_pitch_yaw_thrust -1.00, 1.00, 0.00, 11.81
2019-03-16 23:32:58,866 - INFO - 1970-01-01 00:00:02 position 2.46, 28.18, 4.71 roll_pitch_yaw_thrust -1.00, 1.00, 0.00, 11.81
2019-03-16 23:33:00,097 - INFO - 1970-01-01 00:00:03 position 2.59, 27.45, 4.76 roll_pitch_yaw_thrust -1.00, 1.00, 0.00, 11.81
2019-03-16 23:33:01,334 - INFO - 1970-01-01 00:00:03 position 2.80, 26.69, 4.79 roll_pitch_yaw_thrust -1.00, 1.00, 0.00, 11.81
2019-03-16 23:33:02,569 - INFO - 1970-01-01 00:00:03 position 3.09, 25.90, 4.78 roll_pitch_yaw_thrust -1.00, 1.00, 0.00, 11.81
2019-03-16 23:33:03,810 - INFO - 1970-01-01 00:00:03 position 3.47, 25.08, 4.71 roll_pitch_yaw_thrust -1.00, 1.00, 0.00, 11.81
2019-03-16 23:33:05,049 - INFO - 1970-01-01 00:00:03 position 3.92, 24.22, 4.55 roll_pitch_yaw_thrust 1.00, 0.00, 0.00, 7.81
2019-03-16 23:33:06,295 - INFO - 1970-01-01 00:00:03 position 4.41, 23.37, 4.29 roll_pitch_yaw_thrust 1.00, 0.00, 0.00, 7.81
2019-03-16 23:33:07,526 - INFO - 1970-01-01 00:00:03 position 4.93, 22.52, 3.93 roll_pitch_yaw_thrust 1.00, 0.00, 0.00, 7.81
2019-03-16 23:33:08,763 - INFO - 1970-01-01 00:00:03 position 5.46, 21.66, 3.49 roll_pitch_yaw_thrust 1.00, 0.00, 0.00, 7.81
2019-03-16 23:33:10,000 - INFO - 1970-01-01 00:00:04 position 5.98, 20.81, 3.00 roll_pitch_yaw_thrust 1.00, 0.00, 0.00, 7.81
2019-03-16 23:33:11,222 - INFO - 1970-01-01 00:00:04 position 6.50, 19.94, 2.47 roll_pitch_yaw_thrust 1.00, 0.00, 0.00, 7.81
2019-03-16 23:33:12,461 - INFO - 1970-01-01 00:00:04 position 6.98, 19.08, 1.90 roll_pitch_yaw_thrust 1.00, 0.00, 0.00, 7.81
2019-03-16 23:33:13,707 - INFO - 1970-01-01 00:00:04 position 7.43, 18.22, 1.32 roll_pitch_yaw_thrust 1.00, 0.00, 0.00, 7.81
2019-03-16 23:33:14,935 - INFO - 1970-01-01 00:00:04 position 7.43, 18.22, 1.32 roll_pitch_yaw_thrust 1.00, 0.00, 0.00, 10.81
2019-03-16 23:33:16,160 - INFO - 1970-01-01 00:00:04 position 7.43, 18.22, 1.32 roll_pitch_yaw_thrust 1.00, 0.00, 0.00, 10.81
2019-03-16 23:33:17,280 - INFO - 1970-01-01 00:00:04 position 7.43, 18.22, 1.32 roll_pitch_yaw_thrust 1.00, 0.00, 0.00, 10.81
2019-03-16 23:33:18,405 - INFO - 1970-01-01 00:00:04 position 7.43, 18.22, 1.32 roll_pitch_yaw_thrust 1.00, 0.00, 0.00, 10.81
2019-03-16 23:33:19,530 - INFO - 1970-01-01 00:00:05 position 7.43, 18.22, 1.32 roll_pitch_yaw_thrust 1.00, 0.00, 0.00, 10.81
2019-03-16 23:33:20,658 - INFO - 1970-01-01 00:00:05 position 7.43, 18.22, 1.32 roll_pitch_yaw_thrust 1.00, 0.00, 0.00, 10.81
2019-03-16 23:33:21,779 - INFO - 1970-01-01 00:00:05 position 7.43, 18.22, 1.32 roll_pitch_yaw_thrust 1.00, 0.00, 0.00, 10.81
2019-03-16 23:33:22,912 - INFO - 1970-01-01 00:00:05 position 7.43, 18.22, 1.32 roll_pitch_yaw_thrust 1.00, 0.00, 0.00, 10.81

2019-03-16 23:34:17,928 - INFO - 1970-01-01 00:00:00 position 2.32, 33.80, 2.55 roll_pitch_yaw_thrust 0.00, 0.00, 0.00, 11.81
2019-03-16 23:34:18,017 - INFO - 1970-01-01 00:00:00 position 2.32, 33.80, 2.60 roll_pitch_yaw_thrust 0.00, 0.00, 0.00, 11.81
2019-03-16 23:34:18,145 - INFO - 1970-01-01 00:00:00 position 2.32, 33.80, 2.67 roll_pitch_yaw_thrust 0.00, 0.00, 0.00, 11.81
2019-03-16 23:34:18,284 - INFO - 1970-01-01 00:00:00 position 2.33, 33.80, 2.78 roll_pitch_yaw_thrust 0.00, 0.00, 0.00, 11.81
2019-03-16 23:34:18,416 - INFO - 1970-01-01 00:00:01 position 2.33, 33.79, 2.91 roll_pitch_yaw_thrust 0.00, 0.00, 0.00, 11.81
2019-03-16 23:34:18,571 - INFO - 1970-01-01 00:00:01 position 2.33, 33.79, 3.07 roll_pitch_yaw_thrust 0.00, 0.00, 0.00, 11.81
2019-03-16 23:34:19,218 - INFO - 1970-01-01 00:00:01 position 2.33, 33.78, 3.25 roll_pitch_yaw_thrust 0.00, 0.00, 0.00, 11.81
2019-03-16 23:34:19,859 - INFO - 1970-01-01 00:00:01 position 2.33, 33.78, 3.47 roll_pitch_yaw_thrust 0.00, 0.00, 0.00, 11.81
2019-03-16 23:34:20,520 - INFO - 1970-01-01 00:00:01 position 2.33, 33.77, 3.71 roll_pitch_yaw_thrust 0.00, 3.00, 0.00, 11.81
2019-03-16 23:34:21,171 - INFO - 1970-01-01 00:00:01 position 2.33, 33.74, 3.97 roll_pitch_yaw_thrust 0.00, 3.00, 0.00, 11.81
2019-03-16 23:34:21,829 - INFO - 1970-01-01 00:00:01 position 2.33, 33.64, 4.24 roll_pitch_yaw_thrust 0.00, 3.00, 0.00, 11.81
2019-03-16 23:34:22,467 - INFO - 1970-01-01 00:00:01 position 2.33, 33.43, 4.49 roll_pitch_yaw_thrust 0.00, 3.00, 0.00, 11.81
2019-03-16 23:34:23,115 - INFO - 1970-01-01 00:00:02 position 2.33, 33.06, 4.66 roll_pitch_yaw_thrust 0.00, -3.00, 0.00, 11.81
2019-03-16 23:34:23,755 - INFO - 1970-01-01 00:00:02 position 2.33, 32.54, 4.72 roll_pitch_yaw_thrust 0.00, -3.00, 0.00, 11.81
2019-03-16 23:34:24,401 - INFO - 1970-01-01 00:00:02 position 2.33, 31.88, 4.72 roll_pitch_yaw_thrust 0.00, -3.00, 0.00, 11.81
2019-03-16 23:34:25,058 - INFO - 1970-01-01 00:00:02 position 2.33, 31.15, 4.68 roll_pitch_yaw_thrust 0.00, -3.00, 0.00, 11.81
2019-03-16 23:34:25,713 - INFO - 1970-01-01 00:00:02 position 2.34, 30.39, 4.66 roll_pitch_yaw_thrust -1.00, 1.00, 0.00, 11.81
2019-03-16 23:34:26,342 - INFO - 1970-01-01 00:00:02 position 2.35, 29.64, 4.66 roll_pitch_yaw_thrust -1.00, 1.00, 0.00, 11.81
2019-03-16 23:34:26,995 - INFO - 1970-01-01 00:00:02 position 2.38, 28.92, 4.68 roll_pitch_yaw_thrust -1.00, 1.00, 0.00, 11.81
2019-03-16 23:34:27,642 - INFO - 1970-01-01 00:00:02 position 2.46, 28.20, 4.73 roll_pitch_yaw_thrust -1.00, 1.00, 0.00, 11.81
2019-03-16 23:34:28,301 - INFO - 1970-01-01 00:00:03 position 2.59, 27.47, 4.77 roll_pitch_yaw_thrust -1.00, 1.00, 0.00, 11.81
2019-03-16 23:34:28,934 - INFO - 1970-01-01 00:00:03 position 2.79, 26.72, 4.80 roll_pitch_yaw_thrust -1.00, 1.00, 0.00, 11.81
2019-03-16 23:34:29,581 - INFO - 1970-01-01 00:00:03 position 3.08, 25.93, 4.80 roll_pitch_yaw_thrust -1.00, 1.00, 0.00, 11.81
2019-03-16 23:34:30,237 - INFO - 1970-01-01 00:00:03 position 3.46, 25.11, 4.73 roll_pitch_yaw_thrust -1.00, 1.00, 0.00, 11.81
2019-03-16 23:34:30,886 - INFO - 1970-01-01 00:00:03 position 3.91, 24.25, 4.57 roll_pitch_yaw_thrust 1.00, 0.00, 0.00, 7.81
2019-03-16 23:34:31,524 - INFO - 1970-01-01 00:00:03 position 4.40, 23.40, 4.31 roll_pitch_yaw_thrust 1.00, 0.00, 0.00, 7.81
2019-03-16 23:34:32,179 - INFO - 1970-01-01 00:00:03 position 4.92, 22.55, 3.96 roll_pitch_yaw_thrust 1.00, 0.00, 0.00, 7.81
2019-03-16 23:34:32,831 - INFO - 1970-01-01 00:00:03 position 5.44, 21.69, 3.52 roll_pitch_yaw_thrust 1.00, 0.00, 0.00, 7.81
2019-03-16 23:34:33,491 - INFO - 1970-01-01 00:00:04 position 5.97, 20.83, 3.03 roll_pitch_yaw_thrust 1.00, 0.00, 0.00, 7.81
2019-03-16 23:34:34,123 - INFO - 1970-01-01 00:00:04 position 6.48, 19.97, 2.50 roll_pitch_yaw_thrust 1.00, 0.00, 0.00, 7.81
2019-03-16 23:34:34,780 - INFO - 1970-01-01 00:00:04 position 6.97, 19.11, 1.94 roll_pitch_yaw_thrust 1.00, 0.00, 0.00, 7.81
2019-03-16 23:34:35,428 - INFO - 1970-01-01 00:00:04 position 7.43, 18.24, 1.35 roll_pitch_yaw_thrust 1.00, 0.00, 0.00, 7.81
2019-03-16 23:34:36,072 - INFO - 1970-01-01 00:00:04 position 7.43, 18.24, 1.35 roll_pitch_yaw_thrust 1.00, 0.00, 0.00, 10.81
2019-03-16 23:34:36,709 - INFO - 1970-01-01 00:00:04 position 7.43, 18.24, 1.35 roll_pitch_yaw_thrust 1.00, 0.00, 0.00, 10.81
2019-03-16 23:34:37,357 - INFO - 1970-01-01 00:00:04 position 7.43, 18.24, 1.35 roll_pitch_yaw_thrust 1.00, 0.00, 0.00, 10.81
2019-03-16 23:34:38,002 - INFO - 1970-01-01 00:00:04 position 7.43, 18.24, 1.35 roll_pitch_yaw_thrust 1.00, 0.00, 0.00, 10.81
2019-03-16 23:34:38,638 - INFO - 1970-01-01 00:00:05 position 7.43, 18.24, 1.35 roll_pitch_yaw_thrust 1.00, 0.00, 0.00, 10.81
2019-03-16 23:34:39,291 - INFO - 1970-01-01 00:00:05 position 7.43, 18.24, 1.35 roll_pitch_yaw_thrust 1.00, 0.00, 0.00, 10.81
2019-03-16 23:34:39,942 - INFO - 1970-01-01 00:00:05 position 7.43, 18.24, 1.35 roll_pitch_yaw_thrust 1.00, 0.00, 0.00, 10.81
2019-03-16 23:34:40,590 - INFO - 1970-01-01 00:00:05 position 7.43, 18.24, 1.35 roll_pitch_yaw_thrust 1.00, 0.00, 0.00, 10.81

clockscale: 1.0
2019-03-16 23:29:51,424 - INFO - 1970-01-01 00:00:00 position 2.32, 33.80, 2.55 roll_pitch_yaw_thrust 0.00, 0.00, 0.00, 11.81
2019-03-16 23:29:51,527 - INFO - 1970-01-01 00:00:00 position 2.32, 33.80, 2.60 roll_pitch_yaw_thrust 0.00, 0.00, 0.00, 11.81
2019-03-16 23:29:51,662 - INFO - 1970-01-01 00:00:00 position 2.32, 33.80, 2.67 roll_pitch_yaw_thrust 0.00, 0.00, 0.00, 11.81
2019-03-16 23:29:51,790 - INFO - 1970-01-01 00:00:00 position 2.32, 33.80, 2.77 roll_pitch_yaw_thrust 0.00, 0.00, 0.00, 11.81
2019-03-16 23:29:51,936 - INFO - 1970-01-01 00:00:01 position 2.33, 33.79, 2.91 roll_pitch_yaw_thrust 0.00, 0.00, 0.00, 11.81
2019-03-16 23:29:52,053 - INFO - 1970-01-01 00:00:01 position 2.33, 33.79, 3.07 roll_pitch_yaw_thrust 0.00, 0.00, 0.00, 11.81
2019-03-16 23:29:52,198 - INFO - 1970-01-01 00:00:01 position 2.33, 33.78, 3.25 roll_pitch_yaw_thrust 0.00, 0.00, 0.00, 11.81
2019-03-16 23:29:52,333 - INFO - 1970-01-01 00:00:01 position 2.33, 33.78, 3.47 roll_pitch_yaw_thrust 0.00, 0.00, 0.00, 11.81
2019-03-16 23:29:52,463 - INFO - 1970-01-01 00:00:01 position 2.33, 33.77, 3.71 roll_pitch_yaw_thrust 0.00, 3.00, 0.00, 11.81
2019-03-16 23:29:52,590 - INFO - 1970-01-01 00:00:01 position 2.33, 33.76, 3.97 roll_pitch_yaw_thrust 0.00, 3.00, 0.00, 11.81
2019-03-16 23:29:52,739 - INFO - 1970-01-01 00:00:01 position 2.33, 33.70, 4.25 roll_pitch_yaw_thrust 0.00, 3.00, 0.00, 11.81
2019-03-16 23:29:52,861 - INFO - 1970-01-01 00:00:01 position 2.33, 33.54, 4.53 roll_pitch_yaw_thrust 0.00, 3.00, 0.00, 11.81
2019-03-16 23:29:53,012 - INFO - 1970-01-01 00:00:02 position 2.33, 33.24, 4.75 roll_pitch_yaw_thrust 0.00, -3.00, 0.00, 11.81
2019-03-16 23:29:53,124 - INFO - 1970-01-01 00:00:02 position 2.33, 32.78, 4.87 roll_pitch_yaw_thrust 0.00, -3.00, 0.00, 11.81
2019-03-16 23:29:53,272 - INFO - 1970-01-01 00:00:02 position 2.33, 32.19, 4.91 roll_pitch_yaw_thrust 0.00, -3.00, 0.00, 11.81
2019-03-16 23:29:53,418 - INFO - 1970-01-01 00:00:02 position 2.33, 31.50, 4.92 roll_pitch_yaw_thrust 0.00, -3.00, 0.00, 11.81
2019-03-16 23:29:53,548 - INFO - 1970-01-01 00:00:02 position 2.34, 30.76, 4.93 roll_pitch_yaw_thrust -1.00, 1.00, 0.00, 11.81
2019-03-16 23:29:53,675 - INFO - 1970-01-01 00:00:02 position 2.34, 30.05, 4.96 roll_pitch_yaw_thrust -1.00, 1.00, 0.00, 11.81
2019-03-16 23:29:53,811 - INFO - 1970-01-01 00:00:02 position 2.37, 29.37, 5.01 roll_pitch_yaw_thrust -1.00, 1.00, 0.00, 11.81
2019-03-16 23:29:53,955 - INFO - 1970-01-01 00:00:02 position 2.42, 28.70, 5.09 roll_pitch_yaw_thrust -1.00, 1.00, 0.00, 11.81
2019-03-16 23:29:54,072 - INFO - 1970-01-01 00:00:03 position 2.52, 28.04, 5.18 roll_pitch_yaw_thrust -1.00, 1.00, 0.00, 11.81
2019-03-16 23:29:54,215 - INFO - 1970-01-01 00:00:03 position 2.69, 27.37, 5.27 roll_pitch_yaw_thrust -1.00, 1.00, 0.00, 11.81
2019-03-16 23:29:54,361 - INFO - 1970-01-01 00:00:03 position 2.95, 26.67, 5.33 roll_pitch_yaw_thrust -1.00, 1.00, 0.00, 11.81
2019-03-16 23:29:54,485 - INFO - 1970-01-01 00:00:03 position 3.29, 25.93, 5.35 roll_pitch_yaw_thrust -1.00, 1.00, 0.00, 11.81
2019-03-16 23:29:54,620 - INFO - 1970-01-01 00:00:03 position 3.71, 25.16, 5.29 roll_pitch_yaw_thrust 1.00, 0.00, 0.00, 7.81
2019-03-16 23:29:54,765 - INFO - 1970-01-01 00:00:03 position 4.19, 24.37, 5.14 roll_pitch_yaw_thrust 1.00, 0.00, 0.00, 7.81
2019-03-16 23:29:54,913 - INFO - 1970-01-01 00:00:03 position 4.69, 23.59, 4.89 roll_pitch_yaw_thrust 1.00, 0.00, 0.00, 7.81
2019-03-16 23:29:55,054 - INFO - 1970-01-01 00:00:03 position 5.22, 22.76, 4.55 roll_pitch_yaw_thrust 1.00, 0.00, 0.00, 7.81
2019-03-16 23:29:55,169 - INFO - 1970-01-01 00:00:04 position 5.76, 21.95, 4.16 roll_pitch_yaw_thrust 1.00, 0.00, 0.00, 7.81
2019-03-16 23:29:55,308 - INFO - 1970-01-01 00:00:04 position 6.29, 21.12, 3.71 roll_pitch_yaw_thrust 1.00, 0.00, 0.00, 7.81
2019-03-16 23:29:55,451 - INFO - 1970-01-01 00:00:04 position 6.78, 20.31, 3.24 roll_pitch_yaw_thrust 1.00, 0.00, 0.00, 7.81
2019-03-16 23:29:55,576 - INFO - 1970-01-01 00:00:04 position 7.26, 19.48, 2.74 roll_pitch_yaw_thrust 1.00, 0.00, 0.00, 7.81
2019-03-16 23:29:55,702 - INFO - 1970-01-01 00:00:04 position 7.68, 18.65, 2.23 roll_pitch_yaw_thrust 1.00, 0.00, 0.00, 10.81
2019-03-16 23:29:55,850 - INFO - 1970-01-01 00:00:04 position 8.07, 17.77, 1.73 roll_pitch_yaw_thrust 1.00, 0.00, 0.00, 10.81
2019-03-16 23:29:55,983 - INFO - 1970-01-01 00:00:04 position 8.36, 16.93, 1.28 roll_pitch_yaw_thrust 1.00, 0.00, 0.00, 10.81
2019-03-16 23:29:56,095 - INFO - 1970-01-01 00:00:04 position 8.36, 16.93, 1.28 roll_pitch_yaw_thrust 1.00, 0.00, 0.00, 10.81
2019-03-16 23:29:56,227 - INFO - 1970-01-01 00:00:05 position 8.36, 16.93, 1.28 roll_pitch_yaw_thrust 1.00, 0.00, 0.00, 10.81
2019-03-16 23:29:56,344 - INFO - 1970-01-01 00:00:05 position 8.36, 16.93, 1.28 roll_pitch_yaw_thrust 1.00, 0.00, 0.00, 10.81
2019-03-16 23:29:56,478 - INFO - 1970-01-01 00:00:05 position 8.36, 16.93, 1.28 roll_pitch_yaw_thrust 1.00, 0.00, 0.00, 10.81
2019-03-16 23:29:56,632 - INFO - 1970-01-01 00:00:05 position 8.36, 16.93, 1.28 roll_pitch_yaw_thrust 1.00, 0.00, 0.00, 10.81

2019-03-16 23:30:22,055 - INFO - 1970-01-01 00:00:00 position 2.32, 33.80, 2.55 roll_pitch_yaw_thrust 0.00, 0.00, 0.00, 11.81
2019-03-16 23:30:22,144 - INFO - 1970-01-01 00:00:00 position 2.32, 33.80, 2.60 roll_pitch_yaw_thrust 0.00, 0.00, 0.00, 11.81
2019-03-16 23:30:22,280 - INFO - 1970-01-01 00:00:00 position 2.32, 33.80, 2.67 roll_pitch_yaw_thrust 0.00, 0.00, 0.00, 11.81
2019-03-16 23:30:22,434 - INFO - 1970-01-01 00:00:00 position 2.32, 33.80, 2.77 roll_pitch_yaw_thrust 0.00, 0.00, 0.00, 11.81
2019-03-16 23:30:22,589 - INFO - 1970-01-01 00:00:01 position 2.33, 33.79, 2.90 roll_pitch_yaw_thrust 0.00, 0.00, 0.00, 11.81
2019-03-16 23:30:22,703 - INFO - 1970-01-01 00:00:01 position 2.33, 33.79, 3.06 roll_pitch_yaw_thrust 0.00, 0.00, 0.00, 11.81
2019-03-16 23:30:22,843 - INFO - 1970-01-01 00:00:01 position 2.33, 33.79, 3.25 roll_pitch_yaw_thrust 0.00, 0.00, 0.00, 11.81
2019-03-16 23:30:22,987 - INFO - 1970-01-01 00:00:01 position 2.33, 33.78, 3.47 roll_pitch_yaw_thrust 0.00, 0.00, 0.00, 11.81
2019-03-16 23:30:23,129 - INFO - 1970-01-01 00:00:01 position 2.33, 33.77, 3.70 roll_pitch_yaw_thrust 0.00, 3.00, 0.00, 11.81
2019-03-16 23:30:23,244 - INFO - 1970-01-01 00:00:01 position 2.33, 33.75, 3.97 roll_pitch_yaw_thrust 0.00, 3.00, 0.00, 11.81
2019-03-16 23:30:23,381 - INFO - 1970-01-01 00:00:01 position 2.33, 33.69, 4.25 roll_pitch_yaw_thrust 0.00, 3.00, 0.00, 11.81
2019-03-16 23:30:23,515 - INFO - 1970-01-01 00:00:01 position 2.33, 33.52, 4.52 roll_pitch_yaw_thrust 0.00, 3.00, 0.00, 11.81
2019-03-16 23:30:23,650 - INFO - 1970-01-01 00:00:02 position 2.33, 33.21, 4.73 roll_pitch_yaw_thrust 0.00, -3.00, 0.00, 11.81
2019-03-16 23:30:23,777 - INFO - 1970-01-01 00:00:02 position 2.33, 32.74, 4.83 roll_pitch_yaw_thrust 0.00, -3.00, 0.00, 11.81
2019-03-16 23:30:23,914 - INFO - 1970-01-01 00:00:02 position 2.33, 32.12, 4.85 roll_pitch_yaw_thrust 0.00, -3.00, 0.00, 11.81
2019-03-16 23:30:24,055 - INFO - 1970-01-01 00:00:02 position 2.33, 31.41, 4.81 roll_pitch_yaw_thrust 0.00, -3.00, 0.00, 11.81
2019-03-16 23:30:24,195 - INFO - 1970-01-01 00:00:02 position 2.34, 30.64, 4.77 roll_pitch_yaw_thrust -1.00, 1.00, 0.00, 11.81
2019-03-16 23:30:24,331 - INFO - 1970-01-01 00:00:02 position 2.34, 29.87, 4.75 roll_pitch_yaw_thrust -1.00, 1.00, 0.00, 11.81
2019-03-16 23:30:24,448 - INFO - 1970-01-01 00:00:02 position 2.36, 29.33, 4.76 roll_pitch_yaw_thrust -1.00, 1.00, 0.00, 11.81
2019-03-16 23:30:24,597 - INFO - 1970-01-01 00:00:02 position 2.42, 28.40, 4.79 roll_pitch_yaw_thrust -1.00, 1.00, 0.00, 11.81
2019-03-16 23:30:24,711 - INFO - 1970-01-01 00:00:03 position 2.52, 27.67, 4.83 roll_pitch_yaw_thrust -1.00, 1.00, 0.00, 11.81
2019-03-16 23:30:24,845 - INFO - 1970-01-01 00:00:03 position 2.69, 26.92, 4.86 roll_pitch_yaw_thrust -1.00, 1.00, 0.00, 11.81
2019-03-16 23:30:24,992 - INFO - 1970-01-01 00:00:03 position 2.94, 26.13, 4.87 roll_pitch_yaw_thrust -1.00, 1.00, 0.00, 11.81
2019-03-16 23:30:25,114 - INFO - 1970-01-01 00:00:03 position 3.28, 25.32, 4.82 roll_pitch_yaw_thrust -1.00, 1.00, 0.00, 11.81
2019-03-16 23:30:25,249 - INFO - 1970-01-01 00:00:03 position 3.70, 24.47, 4.70 roll_pitch_yaw_thrust 1.00, 0.00, 0.00, 7.81
2019-03-16 23:30:25,400 - INFO - 1970-01-01 00:00:03 position 4.18, 23.60, 4.47 roll_pitch_yaw_thrust 1.00, 0.00, 0.00, 7.81
2019-03-16 23:30:25,510 - INFO - 1970-01-01 00:00:03 position 4.68, 22.75, 4.15 roll_pitch_yaw_thrust 1.00, 0.00, 0.00, 7.81
2019-03-16 23:30:25,666 - INFO - 1970-01-01 00:00:03 position 5.21, 21.88, 3.74 roll_pitch_yaw_thrust 1.00, 0.00, 0.00, 7.81
2019-03-16 23:30:25,810 - INFO - 1970-01-01 00:00:04 position 5.73, 21.02, 3.26 roll_pitch_yaw_thrust 1.00, 0.00, 0.00, 7.81
2019-03-16 23:30:25,952 - INFO - 1970-01-01 00:00:04 position 6.25, 20.15, 2.74 roll_pitch_yaw_thrust 1.00, 0.00, 0.00, 7.81
2019-03-16 23:30:26,080 - INFO - 1970-01-01 00:00:04 position 6.76, 19.29, 2.18 roll_pitch_yaw_thrust 1.00, 0.00, 0.00, 7.81
2019-03-16 23:30:26,202 - INFO - 1970-01-01 00:00:04 position 7.23, 18.42, 1.60 roll_pitch_yaw_thrust 1.00, 0.00, 0.00, 7.81
2019-03-16 23:30:26,347 - INFO - 1970-01-01 00:00:04 position 7.66, 17.54, 1.00 roll_pitch_yaw_thrust 1.00, 0.00, 0.00, 10.81
2019-03-16 23:30:26,489 - INFO - 1970-01-01 00:00:04 position 8.03, 16.65, 0.43 roll_pitch_yaw_thrust 1.00, 0.00, 0.00, 10.81
2019-03-16 23:30:26,640 - INFO - 1970-01-01 00:00:04 position 8.34, 15.73, -0.13 roll_pitch_yaw_thrust 1.00, 0.00, 0.00, 10.81
2019-03-16 23:30:26,756 - INFO - 1970-01-01 00:00:04 position 8.34, 15.73, -0.13 roll_pitch_yaw_thrust 1.00, 0.00, 0.00, 10.81
2019-03-16 23:30:26,882 - INFO - 1970-01-01 00:00:05 position 8.34, 15.73, -0.13 roll_pitch_yaw_thrust 1.00, 0.00, 0.00, 10.81
2019-03-16 23:30:27,038 - INFO - 1970-01-01 00:00:05 position 8.34, 15.73, -0.13 roll_pitch_yaw_thrust 1.00, 0.00, 0.00, 10.81
2019-03-16 23:30:27,154 - INFO - 1970-01-01 00:00:05 position 8.34, 15.73, -0.13 roll_pitch_yaw_thrust 1.00, 0.00, 0.00, 10.81
2019-03-16 23:30:27,306 - INFO - 1970-01-01 00:00:05 position 8.34, 15.73, -0.13 roll_pitch_yaw_thrust 1.00, 0.00, 0.00, 10.81

2019-03-16 23:30:49,401 - INFO - 1970-01-01 00:00:00 position 2.32, 33.80, 2.55 roll_pitch_yaw_thrust 0.00, 0.00, 0.00, 11.81
2019-03-16 23:30:49,472 - INFO - 1970-01-01 00:00:00 position 2.32, 33.80, 2.60 roll_pitch_yaw_thrust 0.00, 0.00, 0.00, 11.81
2019-03-16 23:30:49,620 - INFO - 1970-01-01 00:00:00 position 2.32, 33.80, 2.67 roll_pitch_yaw_thrust 0.00, 0.00, 0.00, 11.81
2019-03-16 23:30:49,764 - INFO - 1970-01-01 00:00:00 position 2.32, 33.80, 2.77 roll_pitch_yaw_thrust 0.00, 0.00, 0.00, 11.81
2019-03-16 23:30:49,883 - INFO - 1970-01-01 00:00:01 position 2.33, 33.79, 2.90 roll_pitch_yaw_thrust 0.00, 0.00, 0.00, 11.81
2019-03-16 23:30:50,022 - INFO - 1970-01-01 00:00:01 position 2.33, 33.79, 3.06 roll_pitch_yaw_thrust 0.00, 0.00, 0.00, 11.81
2019-03-16 23:30:50,171 - INFO - 1970-01-01 00:00:01 position 2.33, 33.78, 3.25 roll_pitch_yaw_thrust 0.00, 0.00, 0.00, 11.81
2019-03-16 23:30:50,311 - INFO - 1970-01-01 00:00:01 position 2.33, 33.78, 3.46 roll_pitch_yaw_thrust 0.00, 0.00, 0.00, 11.81
2019-03-16 23:30:50,446 - INFO - 1970-01-01 00:00:01 position 2.33, 33.77, 3.71 roll_pitch_yaw_thrust 0.00, 3.00, 0.00, 11.81
2019-03-16 23:30:50,589 - INFO - 1970-01-01 00:00:01 position 2.33, 33.75, 3.97 roll_pitch_yaw_thrust 0.00, 3.00, 0.00, 11.81
2019-03-16 23:30:50,718 - INFO - 1970-01-01 00:00:01 position 2.33, 33.68, 4.25 roll_pitch_yaw_thrust 0.00, 3.00, 0.00, 11.81
2019-03-16 23:30:50,867 - INFO - 1970-01-01 00:00:01 position 2.33, 33.50, 4.51 roll_pitch_yaw_thrust 0.00, 3.00, 0.00, 11.81
2019-03-16 23:30:51,015 - INFO - 1970-01-01 00:00:02 position 2.33, 33.18, 4.72 roll_pitch_yaw_thrust 0.00, -3.00, 0.00, 11.81
2019-03-16 23:30:51,132 - INFO - 1970-01-01 00:00:02 position 2.33, 32.69, 4.80 roll_pitch_yaw_thrust 0.00, -3.00, 0.00, 11.81
2019-03-16 23:30:51,266 - INFO - 1970-01-01 00:00:02 position 2.33, 32.06, 4.78 roll_pitch_yaw_thrust 0.00, -3.00, 0.00, 11.81
2019-03-16 23:30:51,413 - INFO - 1970-01-01 00:00:02 position 2.33, 31.33, 4.70 roll_pitch_yaw_thrust 0.00, -3.00, 0.00, 11.81
2019-03-16 23:30:51,552 - INFO - 1970-01-01 00:00:02 position 2.34, 30.51, 4.60 roll_pitch_yaw_thrust -1.00, 1.00, 0.00, 11.81
2019-03-16 23:30:51,665 - INFO - 1970-01-01 00:00:02 position 2.35, 29.70, 4.52 roll_pitch_yaw_thrust -1.00, 1.00, 0.00, 11.81
2019-03-16 23:30:51,828 - INFO - 1970-01-01 00:00:02 position 2.37, 28.90, 4.47 roll_pitch_yaw_thrust -1.00, 1.00, 0.00, 11.81
2019-03-16 23:30:51,939 - INFO - 1970-01-01 00:00:02 position 2.42, 28.10, 4.44 roll_pitch_yaw_thrust -1.00, 1.00, 0.00, 11.81
2019-03-16 23:30:52,074 - INFO - 1970-01-01 00:00:03 position 2.52, 27.28, 4.42 roll_pitch_yaw_thrust -1.00, 1.00, 0.00, 11.81
2019-03-16 23:30:52,214 - INFO - 1970-01-01 00:00:03 position 2.69, 26.45, 4.38 roll_pitch_yaw_thrust -1.00, 1.00, 0.00, 11.81
2019-03-16 23:30:52,337 - INFO - 1970-01-01 00:00:03 position 2.94, 25.59, 4.31 roll_pitch_yaw_thrust -1.00, 1.00, 0.00, 11.81
2019-03-16 23:30:52,494 - INFO - 1970-01-01 00:00:03 position 3.27, 24.69, 4.19 roll_pitch_yaw_thrust -1.00, 1.00, 0.00, 11.81
2019-03-16 23:30:52,637 - INFO - 1970-01-01 00:00:03 position 3.72, 23.68, 3.96 roll_pitch_yaw_thrust 1.00, 0.00, 0.00, 7.81
2019-03-16 23:30:52,754 - INFO - 1970-01-01 00:00:03 position 4.15, 22.83, 3.67 roll_pitch_yaw_thrust 1.00, 0.00, 0.00, 7.81
2019-03-16 23:30:52,875 - INFO - 1970-01-01 00:00:03 position 4.65, 21.92, 3.26 roll_pitch_yaw_thrust 1.00, 0.00, 0.00, 7.81
2019-03-16 23:30:53,023 - INFO - 1970-01-01 00:00:03 position 5.15, 21.02, 2.77 roll_pitch_yaw_thrust 1.00, 0.00, 0.00, 7.81
2019-03-16 23:30:53,163 - INFO - 1970-01-01 00:00:04 position 5.67, 20.12, 2.21 roll_pitch_yaw_thrust 1.00, 0.00, 0.00, 7.81
2019-03-16 23:30:53,297 - INFO - 1970-01-01 00:00:04 position 6.17, 19.22, 1.61 roll_pitch_yaw_thrust 1.00, 0.00, 0.00, 7.81
2019-03-16 23:30:53,441 - INFO - 1970-01-01 00:00:04 position 6.66, 18.32, 0.97 roll_pitch_yaw_thrust 1.00, 0.00, 0.00, 7.81
2019-03-16 23:30:53,577 - INFO - 1970-01-01 00:00:04 position 7.11, 17.42, 0.31 roll_pitch_yaw_thrust 1.00, 0.00, 0.00, 7.81
2019-03-16 23:30:53,716 - INFO - 1970-01-01 00:00:04 position 7.53, 16.50, -0.38 roll_pitch_yaw_thrust 1.00, 0.00, 0.00, 10.81
2019-03-16 23:30:53,849 - INFO - 1970-01-01 00:00:04 position 7.53, 16.50, -0.38 roll_pitch_yaw_thrust 1.00, 0.00, 0.00, 10.81
2019-03-16 23:30:53,997 - INFO - 1970-01-01 00:00:04 position 7.53, 16.50, -0.38 roll_pitch_yaw_thrust 1.00, 0.00, 0.00, 10.81
2019-03-16 23:30:54,131 - INFO - 1970-01-01 00:00:04 position 7.53, 16.50, -0.38 roll_pitch_yaw_thrust 1.00, 0.00, 0.00, 10.81
2019-03-16 23:30:54,253 - INFO - 1970-01-01 00:00:05 position 7.53, 16.50, -0.38 roll_pitch_yaw_thrust 1.00, 0.00, 0.00, 10.81
2019-03-16 23:30:54,407 - INFO - 1970-01-01 00:00:05 position 7.53, 16.50, -0.38 roll_pitch_yaw_thrust 1.00, 0.00, 0.00, 10.81
2019-03-16 23:30:54,529 - INFO - 1970-01-01 00:00:05 position 7.53, 16.50, -0.38 roll_pitch_yaw_thrust 1.00, 0.00, 0.00, 10.81
2019-03-16 23:30:54,666 - INFO - 1970-01-01 00:00:05 position 7.53, 16.50, -0.38 roll_pitch_yaw_thrust 1.00, 0.00, 0.00, 10.81

clockscale: 0.1

2019-03-16 22:33:14,092 - INFO - 1970-01-01 00:00:00 position 2.32, 33.80, 2.55 roll_pitch_yaw_thrust 0.00, 0.00, 0.00, 11.81
2019-03-16 22:33:15,331 - INFO - 1970-01-01 00:00:00 position 2.32, 33.80, 2.60 roll_pitch_yaw_thrust 0.00, 0.00, 0.00, 11.81
2019-03-16 22:33:16,578 - INFO - 1970-01-01 00:00:00 position 2.32, 33.80, 2.67 roll_pitch_yaw_thrust 0.00, 0.00, 0.00, 11.81
2019-03-16 22:33:17,831 - INFO - 1970-01-01 00:00:00 position 2.33, 33.80, 2.77 roll_pitch_yaw_thrust 0.00, 0.00, 0.00, 11.81
2019-03-16 22:33:19,079 - INFO - 1970-01-01 00:00:00 position 2.33, 33.79, 2.91 roll_pitch_yaw_thrust 0.00, 0.00, 0.00, 11.81
2019-03-16 22:33:20,331 - INFO - 1970-01-01 00:00:01 position 2.33, 33.79, 3.07 roll_pitch_yaw_thrust 0.00, 0.00, 0.00, 11.81
2019-03-16 22:33:21,579 - INFO - 1970-01-01 00:00:01 position 2.33, 33.78, 3.25 roll_pitch_yaw_thrust 0.00, 0.00, 0.00, 11.81
2019-03-16 22:33:22,830 - INFO - 1970-01-01 00:00:01 position 2.33, 33.78, 3.47 roll_pitch_yaw_thrust 0.00, 0.00, 0.00, 11.81
2019-03-16 22:33:24,080 - INFO - 1970-01-01 00:00:01 position 2.33, 33.77, 3.71 roll_pitch_yaw_thrust 0.00, 3.00, 0.00, 11.81
2019-03-16 22:33:25,331 - INFO - 1970-01-01 00:00:01 position 2.33, 33.74, 3.97 roll_pitch_yaw_thrust 0.00, 3.00, 0.00, 11.81
2019-03-16 22:33:26,579 - INFO - 1970-01-01 00:00:01 position 2.33, 33.64, 4.24 roll_pitch_yaw_thrust 0.00, 3.00, 0.00, 11.81
2019-03-16 22:33:27,843 - INFO - 1970-01-01 00:00:01 position 2.33, 33.42, 4.49 roll_pitch_yaw_thrust 0.00, 3.00, 0.00, 11.81
2019-03-16 22:33:29,078 - INFO - 1970-01-01 00:00:01 position 2.33, 33.05, 4.65 roll_pitch_yaw_thrust 0.00, -3.00, 0.00, 11.81
2019-03-16 22:33:30,336 - INFO - 1970-01-01 00:00:02 position 2.33, 32.52, 4.71 roll_pitch_yaw_thrust 0.00, -3.00, 0.00, 11.81
2019-03-16 22:33:31,580 - INFO - 1970-01-01 00:00:02 position 2.33, 31.86, 4.70 roll_pitch_yaw_thrust 0.00, -3.00, 0.00, 11.81
2019-03-16 22:33:32,834 - INFO - 1970-01-01 00:00:02 position 2.33, 31.12, 4.66 roll_pitch_yaw_thrust 0.00, -3.00, 0.00, 11.81
2019-03-16 22:33:34,078 - INFO - 1970-01-01 00:00:02 position 2.34, 30.36, 4.64 roll_pitch_yaw_thrust -1.00, 1.00, 0.00, 11.81
2019-03-16 22:33:35,335 - INFO - 1970-01-01 00:00:02 position 2.35, 29.61, 4.64 roll_pitch_yaw_thrust -1.00, 1.00, 0.00, 11.81
2019-03-16 22:33:36,578 - INFO - 1970-01-01 00:00:02 position 2.39, 28.89, 4.66 roll_pitch_yaw_thrust -1.00, 1.00, 0.00, 11.81
2019-03-16 22:33:37,830 - INFO - 1970-01-01 00:00:02 position 2.46, 28.16, 4.70 roll_pitch_yaw_thrust -1.00, 1.00, 0.00, 11.81
2019-03-16 22:33:39,077 - INFO - 1970-01-01 00:00:02 position 2.59, 27.43, 4.74 roll_pitch_yaw_thrust -1.00, 1.00, 0.00, 11.81
2019-03-16 22:33:40,330 - INFO - 1970-01-01 00:00:03 position 2.80, 26.68, 4.77 roll_pitch_yaw_thrust -1.00, 1.00, 0.00, 11.81
2019-03-16 22:33:41,579 - INFO - 1970-01-01 00:00:03 position 3.09, 25.89, 4.76 roll_pitch_yaw_thrust -1.00, 1.00, 0.00, 11.81
2019-03-16 22:33:42,830 - INFO - 1970-01-01 00:00:03 position 3.47, 25.06, 4.69 roll_pitch_yaw_thrust -1.00, 1.00, 0.00, 11.81
2019-03-16 22:33:44,079 - INFO - 1970-01-01 00:00:03 position 3.92, 24.20, 4.53 roll_pitch_yaw_thrust 1.00, 0.00, 0.00, 7.81
2019-03-16 22:33:45,337 - INFO - 1970-01-01 00:00:03 position 4.41, 23.35, 4.26 roll_pitch_yaw_thrust 1.00, 0.00, 0.00, 7.81
2019-03-16 22:33:46,580 - INFO - 1970-01-01 00:00:03 position 4.92, 22.49, 3.90 roll_pitch_yaw_thrust 1.00, 0.00, 0.00, 7.81
2019-03-16 22:33:47,833 - INFO - 1970-01-01 00:00:03 position 5.45, 21.64, 3.46 roll_pitch_yaw_thrust 1.00, 0.00, 0.00, 7.81
2019-03-16 22:33:49,079 - INFO - 1970-01-01 00:00:03 position 5.97, 20.78, 2.97 roll_pitch_yaw_thrust 1.00, 0.00, 0.00, 7.81
2019-03-16 22:33:50,338 - INFO - 1970-01-01 00:00:04 position 6.49, 19.91, 2.43 roll_pitch_yaw_thrust 1.00, 0.00, 0.00, 7.81
2019-03-16 22:33:51,580 - INFO - 1970-01-01 00:00:04 position 6.97, 19.05, 1.87 roll_pitch_yaw_thrust 1.00, 0.00, 0.00, 7.81
2019-03-16 22:33:52,833 - INFO - 1970-01-01 00:00:04 position 7.42, 18.19, 1.29 roll_pitch_yaw_thrust 1.00, 0.00, 0.00, 7.81
2019-03-16 22:33:54,079 - INFO - 1970-01-01 00:00:04 position 7.42, 18.19, 1.29 roll_pitch_yaw_thrust 1.00, 0.00, 0.00, 10.81
2019-03-16 22:33:55,329 - INFO - 1970-01-01 00:00:04 position 7.42, 18.19, 1.29 roll_pitch_yaw_thrust 1.00, 0.00, 0.00, 10.81
2019-03-16 22:33:56,579 - INFO - 1970-01-01 00:00:04 position 7.42, 18.19, 1.29 roll_pitch_yaw_thrust 1.00, 0.00, 0.00, 10.81
2019-03-16 22:33:57,840 - INFO - 1970-01-01 00:00:04 position 7.42, 18.19, 1.29 roll_pitch_yaw_thrust 1.00, 0.00, 0.00, 10.81
2019-03-16 22:33:59,079 - INFO - 1970-01-01 00:00:04 position 7.42, 18.19, 1.29 roll_pitch_yaw_thrust 1.00, 0.00, 0.00, 10.81
2019-03-16 22:34:00,339 - INFO - 1970-01-01 00:00:05 position 7.42, 18.19, 1.29 roll_pitch_yaw_thrust 1.00, 0.00, 0.00, 10.81
2019-03-16 22:34:01,578 - INFO - 1970-01-01 00:00:05 position 7.42, 18.19, 1.29 roll_pitch_yaw_thrust 1.00, 0.00, 0.00, 10.81
2019-03-16 22:34:02,844 - INFO - 1970-01-01 00:00:05 position 7.42, 18.19, 1.29 roll_pitch_yaw_thrust 1.00, 0.00, 0.00, 10.81

2019-03-16 23:36:23,820 - INFO - 1970-01-01 00:00:00 position 2.32, 33.80, 2.55 roll_pitch_yaw_thrust 0.00, 0.00, 0.00, 11.81
2019-03-16 23:36:25,055 - INFO - 1970-01-01 00:00:00 position 2.32, 33.80, 2.60 roll_pitch_yaw_thrust 0.00, 0.00, 0.00, 11.81
2019-03-16 23:36:26,303 - INFO - 1970-01-01 00:00:00 position 2.32, 33.80, 2.67 roll_pitch_yaw_thrust 0.00, 0.00, 0.00, 11.81
2019-03-16 23:36:27,557 - INFO - 1970-01-01 00:00:00 position 2.33, 33.80, 2.77 roll_pitch_yaw_thrust 0.00, 0.00, 0.00, 11.81
2019-03-16 23:36:28,803 - INFO - 1970-01-01 00:00:00 position 2.33, 33.79, 2.91 roll_pitch_yaw_thrust 0.00, 0.00, 0.00, 11.81
2019-03-16 23:36:30,054 - INFO - 1970-01-01 00:00:01 position 2.33, 33.79, 3.07 roll_pitch_yaw_thrust 0.00, 0.00, 0.00, 11.81
2019-03-16 23:36:31,303 - INFO - 1970-01-01 00:00:01 position 2.33, 33.78, 3.25 roll_pitch_yaw_thrust 0.00, 0.00, 0.00, 11.81
2019-03-16 23:36:32,554 - INFO - 1970-01-01 00:00:01 position 2.33, 33.78, 3.47 roll_pitch_yaw_thrust 0.00, 0.00, 0.00, 11.81
2019-03-16 23:36:33,807 - INFO - 1970-01-01 00:00:01 position 2.33, 33.77, 3.71 roll_pitch_yaw_thrust 0.00, 3.00, 0.00, 11.81
2019-03-16 23:36:35,056 - INFO - 1970-01-01 00:00:01 position 2.33, 33.74, 3.97 roll_pitch_yaw_thrust 0.00, 3.00, 0.00, 11.81
2019-03-16 23:36:36,303 - INFO - 1970-01-01 00:00:01 position 2.33, 33.64, 4.24 roll_pitch_yaw_thrust 0.00, 3.00, 0.00, 11.81
2019-03-16 23:36:37,562 - INFO - 1970-01-01 00:00:01 position 2.33, 33.42, 4.49 roll_pitch_yaw_thrust 0.00, 3.00, 0.00, 11.81
2019-03-16 23:36:38,803 - INFO - 1970-01-01 00:00:01 position 2.33, 33.05, 4.65 roll_pitch_yaw_thrust 0.00, -3.00, 0.00, 11.81
2019-03-16 23:36:40,055 - INFO - 1970-01-01 00:00:02 position 2.33, 32.52, 4.72 roll_pitch_yaw_thrust 0.00, -3.00, 0.00, 11.81
2019-03-16 23:36:41,303 - INFO - 1970-01-01 00:00:02 position 2.33, 31.87, 4.71 roll_pitch_yaw_thrust 0.00, -3.00, 0.00, 11.81
2019-03-16 23:36:42,556 - INFO - 1970-01-01 00:00:02 position 2.33, 31.13, 4.67 roll_pitch_yaw_thrust 0.00, -3.00, 0.00, 11.81
2019-03-16 23:36:43,804 - INFO - 1970-01-01 00:00:02 position 2.34, 30.37, 4.65 roll_pitch_yaw_thrust -1.00, 1.00, 0.00, 11.81
2019-03-16 23:36:45,056 - INFO - 1970-01-01 00:00:02 position 2.35, 29.63, 4.66 roll_pitch_yaw_thrust -1.00, 1.00, 0.00, 11.81
2019-03-16 23:36:46,304 - INFO - 1970-01-01 00:00:02 position 2.39, 28.91, 4.69 roll_pitch_yaw_thrust -1.00, 1.00, 0.00, 11.81
2019-03-16 23:36:47,555 - INFO - 1970-01-01 00:00:02 position 2.46, 28.19, 4.73 roll_pitch_yaw_thrust -1.00, 1.00, 0.00, 11.81
2019-03-16 23:36:48,805 - INFO - 1970-01-01 00:00:02 position 2.59, 27.47, 4.78 roll_pitch_yaw_thrust -1.00, 1.00, 0.00, 11.81
2019-03-16 23:36:50,059 - INFO - 1970-01-01 00:00:03 position 2.80, 26.72, 4.81 roll_pitch_yaw_thrust -1.00, 1.00, 0.00, 11.81
2019-03-16 23:36:51,304 - INFO - 1970-01-01 00:00:03 position 3.09, 25.93, 4.81 roll_pitch_yaw_thrust -1.00, 1.00, 0.00, 11.81
2019-03-16 23:36:52,555 - INFO - 1970-01-01 00:00:03 position 3.47, 25.11, 4.74 roll_pitch_yaw_thrust -1.00, 1.00, 0.00, 11.81
2019-03-16 23:36:53,802 - INFO - 1970-01-01 00:00:03 position 3.92, 24.26, 4.58 roll_pitch_yaw_thrust 1.00, 0.00, 0.00, 7.81
2019-03-16 23:36:55,055 - INFO - 1970-01-01 00:00:03 position 4.42, 23.40, 4.32 roll_pitch_yaw_thrust 1.00, 0.00, 0.00, 7.81
2019-03-16 23:36:56,303 - INFO - 1970-01-01 00:00:03 position 4.93, 22.55, 3.96 roll_pitch_yaw_thrust 1.00, 0.00, 0.00, 7.81
2019-03-16 23:36:57,560 - INFO - 1970-01-01 00:00:03 position 5.46, 21.70, 3.53 roll_pitch_yaw_thrust 1.00, 0.00, 0.00, 7.81
2019-03-16 23:36:58,803 - INFO - 1970-01-01 00:00:03 position 5.99, 20.84, 3.04 roll_pitch_yaw_thrust 1.00, 0.00, 0.00, 7.81
2019-03-16 23:37:00,059 - INFO - 1970-01-01 00:00:04 position 6.50, 19.98, 2.51 roll_pitch_yaw_thrust 1.00, 0.00, 0.00, 7.81
2019-03-16 23:37:01,303 - INFO - 1970-01-01 00:00:04 position 6.99, 19.12, 1.95 roll_pitch_yaw_thrust 1.00, 0.00, 0.00, 7.81
2019-03-16 23:37:02,555 - INFO - 1970-01-01 00:00:04 position 7.44, 18.26, 1.37 roll_pitch_yaw_thrust 1.00, 0.00, 0.00, 7.81
2019-03-16 23:37:03,809 - INFO - 1970-01-01 00:00:04 position 7.44, 18.26, 1.37 roll_pitch_yaw_thrust 1.00, 0.00, 0.00, 10.81
2019-03-16 23:37:05,054 - INFO - 1970-01-01 00:00:04 position 7.44, 18.26, 1.37 roll_pitch_yaw_thrust 1.00, 0.00, 0.00, 10.81
2019-03-16 23:37:06,312 - INFO - 1970-01-01 00:00:04 position 7.44, 18.26, 1.37 roll_pitch_yaw_thrust 1.00, 0.00, 0.00, 10.81
2019-03-16 23:37:07,552 - INFO - 1970-01-01 00:00:04 position 7.44, 18.26, 1.37 roll_pitch_yaw_thrust 1.00, 0.00, 0.00, 10.81
2019-03-16 23:37:08,806 - INFO - 1970-01-01 00:00:04 position 7.44, 18.26, 1.37 roll_pitch_yaw_thrust 1.00, 0.00, 0.00, 10.81
2019-03-16 23:37:10,052 - INFO - 1970-01-01 00:00:05 position 7.44, 18.26, 1.37 roll_pitch_yaw_thrust 1.00, 0.00, 0.00, 10.81
2019-03-16 23:37:11,297 - INFO - 1970-01-01 00:00:05 position 7.44, 18.26, 1.37 roll_pitch_yaw_thrust 1.00, 0.00, 0.00, 10.81
2019-03-16 23:37:12,553 - INFO - 1970-01-01 00:00:05 position 7.44, 18.26, 1.37 roll_pitch_yaw_thrust 1.00, 0.00, 0.00, 10.81

2019-03-16 23:37:45,025 - INFO - 1970-01-01 00:00:00 position 2.32, 33.80, 2.55 roll_pitch_yaw_thrust 0.00, 0.00, 0.00, 11.81
2019-03-16 23:37:46,264 - INFO - 1970-01-01 00:00:00 position 2.32, 33.80, 2.60 roll_pitch_yaw_thrust 0.00, 0.00, 0.00, 11.81
2019-03-16 23:37:47,507 - INFO - 1970-01-01 00:00:00 position 2.32, 33.80, 2.67 roll_pitch_yaw_thrust 0.00, 0.00, 0.00, 11.81
2019-03-16 23:37:48,756 - INFO - 1970-01-01 00:00:00 position 2.33, 33.80, 2.77 roll_pitch_yaw_thrust 0.00, 0.00, 0.00, 11.81
2019-03-16 23:37:50,007 - INFO - 1970-01-01 00:00:00 position 2.33, 33.79, 2.91 roll_pitch_yaw_thrust 0.00, 0.00, 0.00, 11.81
2019-03-16 23:37:51,256 - INFO - 1970-01-01 00:00:01 position 2.33, 33.79, 3.07 roll_pitch_yaw_thrust 0.00, 0.00, 0.00, 11.81
2019-03-16 23:37:52,507 - INFO - 1970-01-01 00:00:01 position 2.33, 33.78, 3.25 roll_pitch_yaw_thrust 0.00, 0.00, 0.00, 11.81
2019-03-16 23:37:53,756 - INFO - 1970-01-01 00:00:01 position 2.33, 33.78, 3.47 roll_pitch_yaw_thrust 0.00, 0.00, 0.00, 11.81
2019-03-16 23:37:55,009 - INFO - 1970-01-01 00:00:01 position 2.33, 33.77, 3.71 roll_pitch_yaw_thrust 0.00, 3.00, 0.00, 11.81
2019-03-16 23:37:56,261 - INFO - 1970-01-01 00:00:01 position 2.33, 33.74, 3.97 roll_pitch_yaw_thrust 0.00, 3.00, 0.00, 11.81
2019-03-16 23:37:57,508 - INFO - 1970-01-01 00:00:01 position 2.33, 33.64, 4.24 roll_pitch_yaw_thrust 0.00, 3.00, 0.00, 11.81
2019-03-16 23:37:58,766 - INFO - 1970-01-01 00:00:01 position 2.33, 33.42, 4.49 roll_pitch_yaw_thrust 0.00, 3.00, 0.00, 11.81
2019-03-16 23:38:00,006 - INFO - 1970-01-01 00:00:01 position 2.33, 33.04, 4.65 roll_pitch_yaw_thrust 0.00, -3.00, 0.00, 11.81
2019-03-16 23:38:01,261 - INFO - 1970-01-01 00:00:02 position 2.33, 32.51, 4.71 roll_pitch_yaw_thrust 0.00, -3.00, 0.00, 11.81
2019-03-16 23:38:02,507 - INFO - 1970-01-01 00:00:02 position 2.33, 31.85, 4.70 roll_pitch_yaw_thrust 0.00, -3.00, 0.00, 11.81
2019-03-16 23:38:03,761 - INFO - 1970-01-01 00:00:02 position 2.33, 31.11, 4.66 roll_pitch_yaw_thrust 0.00, -3.00, 0.00, 11.81
2019-03-16 23:38:05,006 - INFO - 1970-01-01 00:00:02 position 2.34, 30.35, 4.63 roll_pitch_yaw_thrust -1.00, 1.00, 0.00, 11.81
2019-03-16 23:38:06,256 - INFO - 1970-01-01 00:00:02 position 2.35, 29.61, 4.63 roll_pitch_yaw_thrust -1.00, 1.00, 0.00, 11.81
2019-03-16 23:38:07,506 - INFO - 1970-01-01 00:00:02 position 2.39, 28.88, 4.66 roll_pitch_yaw_thrust -1.00, 1.00, 0.00, 11.81
2019-03-16 23:38:08,755 - INFO - 1970-01-01 00:00:02 position 2.46, 28.16, 4.70 roll_pitch_yaw_thrust -1.00, 1.00, 0.00, 11.81
2019-03-16 23:38:10,005 - INFO - 1970-01-01 00:00:02 position 2.59, 27.43, 4.74 roll_pitch_yaw_thrust -1.00, 1.00, 0.00, 11.81
2019-03-16 23:38:11,261 - INFO - 1970-01-01 00:00:03 position 2.80, 26.68, 4.77 roll_pitch_yaw_thrust -1.00, 1.00, 0.00, 11.81
2019-03-16 23:38:12,507 - INFO - 1970-01-01 00:00:03 position 3.09, 25.89, 4.76 roll_pitch_yaw_thrust -1.00, 1.00, 0.00, 11.81
2019-03-16 23:38:13,766 - INFO - 1970-01-01 00:00:03 position 3.47, 25.06, 4.69 roll_pitch_yaw_thrust -1.00, 1.00, 0.00, 11.81
2019-03-16 23:38:15,006 - INFO - 1970-01-01 00:00:03 position 3.92, 24.21, 4.53 roll_pitch_yaw_thrust 1.00, 0.00, 0.00, 7.81
2019-03-16 23:38:16,257 - INFO - 1970-01-01 00:00:03 position 4.41, 23.36, 4.27 roll_pitch_yaw_thrust 1.00, 0.00, 0.00, 7.81
2019-03-16 23:38:17,506 - INFO - 1970-01-01 00:00:03 position 4.92, 22.50, 3.90 roll_pitch_yaw_thrust 1.00, 0.00, 0.00, 7.81
2019-03-16 23:38:18,770 - INFO - 1970-01-01 00:00:03 position 5.45, 21.65, 3.47 roll_pitch_yaw_thrust 1.00, 0.00, 0.00, 7.81
2019-03-16 23:38:20,008 - INFO - 1970-01-01 00:00:03 position 5.98, 20.79, 2.98 roll_pitch_yaw_thrust 1.00, 0.00, 0.00, 7.81
2019-03-16 23:38:21,264 - INFO - 1970-01-01 00:00:04 position 6.49, 19.93, 2.44 roll_pitch_yaw_thrust 1.00, 0.00, 0.00, 7.81
2019-03-16 23:38:22,507 - INFO - 1970-01-01 00:00:04 position 6.98, 19.06, 1.88 roll_pitch_yaw_thrust 1.00, 0.00, 0.00, 7.81
2019-03-16 23:38:23,758 - INFO - 1970-01-01 00:00:04 position 7.43, 18.20, 1.30 roll_pitch_yaw_thrust 1.00, 0.00, 0.00, 7.81
2019-03-16 23:38:25,007 - INFO - 1970-01-01 00:00:04 position 7.43, 18.20, 1.30 roll_pitch_yaw_thrust 1.00, 0.00, 0.00, 10.81
2019-03-16 23:38:26,256 - INFO - 1970-01-01 00:00:04 position 7.43, 18.20, 1.30 roll_pitch_yaw_thrust 1.00, 0.00, 0.00, 10.81
2019-03-16 23:38:27,509 - INFO - 1970-01-01 00:00:04 position 7.43, 18.20, 1.30 roll_pitch_yaw_thrust 1.00, 0.00, 0.00, 10.81
2019-03-16 23:38:28,762 - INFO - 1970-01-01 00:00:04 position 7.43, 18.20, 1.30 roll_pitch_yaw_thrust 1.00, 0.00, 0.00, 10.81
2019-03-16 23:38:30,009 - INFO - 1970-01-01 00:00:04 position 7.43, 18.20, 1.30 roll_pitch_yaw_thrust 1.00, 0.00, 0.00, 10.81
2019-03-16 23:38:31,265 - INFO - 1970-01-01 00:00:05 position 7.43, 18.20, 1.30 roll_pitch_yaw_thrust 1.00, 0.00, 0.00, 10.81
2019-03-16 23:38:32,516 - INFO - 1970-01-01 00:00:05 position 7.43, 18.20, 1.30 roll_pitch_yaw_thrust 1.00, 0.00, 0.00, 10.81
2019-03-16 23:38:33,756 - INFO - 1970-01-01 00:00:05 position 7.43, 18.20, 1.30 roll_pitch_yaw_thrust 1.00, 0.00, 0.00, 10.81
eatal commented 5 years ago

Hi @JamesLuoau,

To recreate your simulation scenario, I made a Python ROS node that uses a ROS rate object configured at 8 Hz and publishes the same control inputs as given by roll_pitch_yaw_thrust in your last post. Using the attached Python script I was able to verify that the vehicle trajectory is as expected, and independent of clockscale value.

testcontroller.py.zip

eatal commented 5 years ago

Hi @SimpleUAVs,

The publish rate of rangefinder measurements is indeed identical to the camera render rate. This is because rangefinder measurements are simulated in Unity using ray tracing. Renderer maintains 60 Hz with automatic clock scaling. To provide the user with options to best suit their hardware, we also provide manual clockscale.

When manually setting the clockscale value, the renderer tries to maintain 60 fps in sim time. However, (depending on available hardware) the achieved frame rate may be lower. When lowering the clockscale value the ratio sim time/wall time is lowered, so that a higher frame rate (up to 60 fps) can be achieved on a given system.

The clockscale adjustment is done automatically when the clockscale parameter is commented out: It is continuously adjusted such that rendering is achieved at 60 fps in sim time.

jluo-bgl commented 5 years ago

Thanks @eatal , I have tested and attached my file. with times scale:1.0, the max difference is 2.59 in y, I assuming this is expected?

My Code didn't set up the header, so I tested it also, file I used to print out current positon. testcontroller.py.zip

### clockscale Commented Out
"""
Run 1
position(15.71, -13.47, 6.49)

Run 2
position(15.52, -13.46, 6.63)

Run 3
position(15.38, -14.52, 6.91)

Run 1, without timestamp header
position(16.38, -17.80, 6.72)

Run2, without timestamp header
position(16.48, -17.99, 6.53)

Run3, without timestamp header
position(16.43, -18.02, 6.79)

"""

clockscale: 1.0


Run 1
position(15.97, -16.59, 6.82)

Run 2
position(16.09, -14.57, 6.71)

Run 3
position(15.34, -14.00, 6.77)

Run 1, without timestamp header
position(15.75, -12.93, 6.95)

Run 2, without timestamp header
position(16.79, -11.85, 5.41)

Run 3, without timestamp header
position(14.96, -12.39, 6.72)
eatal commented 5 years ago

Hi @JamesLuoau,

I ran the Python script that you attached to your last post multiple times with clockscale 0.1, 1.0, 3.0, and commented out. In every case, the trajectory is as expected and the print outs from the Python script are as expected (no more than a few cm distance between runs).

My test procedure is using the master branch without any adaptions. For each run, I first start the Python script (to make sure it is running when sim time reaches 5 sec.), next I run the following command to start Flightgoggles roslaunch flightgoggles core.launch ignore_collisions:=true. I used the script you posted without any changes, except that I commented out line 44 which is unnecessary since I relaunch Flightgoggles for each run anyway.

If manually killing and restarting the dynamics node, it is required that this is done such that no control inputs from the Python script are missed. To guarantee consistency between runs, I would recommend the test procedure outlined above.

jluo-bgl commented 5 years ago

Thanks @eatal I git pull / clean / build and ignore_collisions:=true, in p3 instances I can see the result are expected. Did the same thing in my p2 instances, same issue.

For all other people, if you using p2, please have a test.

eatal commented 5 years ago

Good to hear it's working on p3, @JamesLuoau.

Just to check: You are running both the uav dynamics and the Python script that generates the control commands on the AWS instance, correct? If that's not the case, network latency and dropped messages may be contributing to the errors.

For debugging, I would recommend recording a rosbag. This way it's straightforward to examine (e.g. using Python or MATLAB) exactly what commands are published to /uav/input/rateThrust and when (in sim time), and make sure they are the same between runs.