ardupilot/Tools/autotest/pysim
Lucas De Marchi 35b550f03d autotest: fix usage of tabs instead of space
Python 3 is stricter with regard to using tabs instead of space (PEP8):
	Spaces are the preferred indentation method.

	Tabs should be used solely to remain consistent with code that
	is already indented with tabs.

	Python 3 disallows mixing the use of tabs and spaces for
	indentation.

	Python 2 code indented with a mixture of tabs and spaces should
	be converted to using spaces exclusively.
2015-05-13 20:51:37 +09:00
..
aircraft.py autotest: added some gyro and accel noise to copter sim 2015-04-21 21:33:27 +10:00
crrcsim.py autotest: allow for negative col pitch in crrcsim heli 2015-04-21 20:45:30 +10:00
fdpexpect.py added a copy of fdpexpect 2011-12-23 12:20:58 +11:00
fg_display.py autotest: fixed import paths for pymavlink 2013-08-30 13:01:36 +10:00
gimbal.py autotest: moved constrain() into util.py 2015-04-19 12:08:26 +10:00
helicopter.py autotest: added some lateral thrust to helicopter simulator 2015-04-19 12:08:26 +10:00
iris_ros.py autotest: added Iris ROS simulator support 2015-04-01 09:14:03 -07:00
multicopter.py autotest: added some gyro and accel noise to copter sim 2015-04-21 21:33:27 +10:00
rotmat.py autotest: fix usage of tabs instead of space 2015-05-13 20:51:37 +09:00
rover.py autotest: convert rover sim to use sim_wrapper.py 2015-04-20 08:36:52 +10:00
sim_tracker.py autotest: support antenna trackers with on/off servos in SITL 2014-07-23 18:41:34 +10:00
sim_wrapper.py autotest: convert rover sim to use sim_wrapper.py 2015-04-20 08:36:52 +10:00
testwind.py pysim: fixed testwind script 2012-10-31 10:26:48 +11:00
tracker.py autotest: removed delta_time from update_position() 2015-04-01 09:11:25 -07:00
util.py autotest: fixed CopterAVC test 2015-05-11 11:26:54 +10:00