Skip to content

Commit

Permalink
Fix issue: #227
Browse files Browse the repository at this point in the history
Fixes Autostart SITL error during launch of integration tests by
correcting second argument to PX4 `Tools/sitl_run.sh`.
  • Loading branch information
Shakthi Prashanth M committed Jan 16, 2018
1 parent b6897ee commit a441406
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion start_px4_sitl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ cd $px4_firmware_dir/build/posix_sitl_default/tmp

# And run
$px4_firmware_dir/Tools/sitl_run.sh \
$px4_firmware_dir/build/posix_sitl_default/src/firmware/posix/px4 \
$px4_firmware_dir/build/posix_sitl_default/px4 \
posix-configs/SITL/init/lpe \
none gazebo iris \
$px4_firmware_dir \
Expand Down

0 comments on commit a441406

Please sign in to comment.