Skip to content

Commit

Permalink
Enable FlightGear view in sim_vehicle.py (#26540)
Browse files Browse the repository at this point in the history
  • Loading branch information
ugol-1 committed Jun 25, 2024
1 parent 580199d commit a0c7e29
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Tools/autotest/sim_vehicle.py
Original file line number Diff line number Diff line change
Expand Up @@ -833,6 +833,7 @@ def start_vehicle(binary, opts, stuff, spawns=None):
cmd.append("--start-time=%d" % start_time_UTC)

cmd.append("--sim-address=%s" % cmd_opts.sim_address)
cmd.append("--enable-fgview")

old_dir = os.getcwd()
for i, i_dir in zip(instances, instance_dir):
Expand Down

0 comments on commit a0c7e29

Please sign in to comment.