Skip to content

Commit

Permalink
[plot_apis] traceline: add setting.json
Browse files Browse the repository at this point in the history
  • Loading branch information
madratman committed Apr 14, 2020
1 parent bcfb107 commit c5c6d24
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion PythonClient/multirotor/set_trace_line.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
# Please add "EnableTrace": true to your setting.json as shown below

# {
# "SettingsVersion": 1.2,
# "SimMode": "Multirotor",
# "Vehicles": {
# "Drone": {
# "VehicleType": "SimpleFlight",
# "EnableTrace": true
# }
# }
# }

import setup_path
import airsim

import time

# connect to the AirSim simulator
Expand Down

0 comments on commit c5c6d24

Please sign in to comment.