Test Procedure:
- This version of deploy script is more like a placeholder, the only difference is it won't compile the Ardupilot SITL during setup.
-
Test only the dev_setup script would be enough
- Try to install the environment using
source ./ENV_script.sh
- Now instead of launching a SITL instance at the end, it will only compile the SITL
- After
ENV_script.sh
done. Try to launchsim_vehicle.py
follow the readme see if it works.
- Try to install the environment using
DRONEOA Merge Request Submission Checklist
NOTE: DO NOT EDIT TEXT BELOW BEFORE CREATING YOUR MERGE REQUEST!
-
I have ensured my commit message includes explanation and description of the fix/change -
I have updated any documentation related to any changes in this request. (e.g. wiki page, Doxygen comments) -
If the change crosses multiple repos, the link is provided and both requests need to be approved before merge. -
I have built and tested this change locally. -
I have ensured that no copyright resources are used without reference. (Depends on resource policy) -
I have ensured that the merge request is correctly labeled -
I will squash commits on merge -
I will change labels for both Issue(s) and merge request(s) to MERGED after merge