You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This interface allows users to select a vehicle directory that contains intermediate parameter files for ArduPilot **if one was not specified with the `--vehicle-dir` command line parameter**.
@@ -68,7 +67,7 @@ This interface allows users to select a vehicle directory that contains intermed
68
67
69
68
It provides three main options for selecting a vehicle directory:
70
69
71
-
#### Option 1: Create a new vehicle configuration directory
70
+
#### New
72
71
73
72
Create a new vehicle configuration directory by copying files from an existing template directory.
74
73
It's useful for setting up a new vehicle configuration quickly.
@@ -79,16 +78,16 @@ It's useful for setting up a new vehicle configuration quickly.
79
78
- Enter the name for the new vehicle directory in the "New vehicle name" field.
80
79
- Click the "Create vehicle directory from template" button to create the new vehicle directory on the base directory and copy the template files to it.
81
80
82
-
#### Option 2: Open an existing vehicle configuration directory
81
+
#### Open
83
82
84
-
Select an existing vehicle configuration directory that already contains intermediate parameter files.
83
+
Open an existing vehicle configuration directory that already contains intermediate parameter files.
85
84
It's useful for editing an existing vehicle configuration.
86
85
87
86
- Use the "Vehicle directory" `...` button to select the existing vehicle directory containing the intermediate parameter files.
88
87
89
-
#### Option 3: Open the last used vehicle configuration Directory
88
+
#### Re-open
90
89
91
-
Select the last used vehicle configuration directory.
90
+
Re-open the last used vehicle configuration directory.
92
91
93
92
### Vehicle Component Editor Interface
94
93
@@ -156,7 +155,7 @@ When you click the ArduPilot logo the following window will appear:
156
155
- Not available parameter values are presented as `N/A` on an *orange background*🟧
157
156
- Parameters that have the default parameter value are presented on a *light blue background* 🟦
158
157
- The new value is the value in the intermediate file and will be uploaded to the flight controller. **You MUST change the value to meet your needs**. The provided values in the `vehicle_template` directory are just examples.
159
-
- parameters that should not be changed by the users, or are derived from information in the [*component editor*](#component-editor-interface) are greyed out and can not be edited
158
+
- parameters that should not be changed by the users, or are derived from information in the [*component editor*](#vehicle-component-editor-interface) are greyed out and can not be edited
160
159
-**In the parameter table, you can edit the `New Value` and `Change Reason` entries for each parameter.**
161
160
-**You MUST edit the `Change Reason` so that other users understand why you changed the parameter to that particular `New value`**
162
161
- Check the `Upload` checkbox to select parameters to be uploaded to the flight controller
0 commit comments