|
21 | 21 | <!-- Problem Selection --> |
22 | 22 | <div class="form-group"> |
23 | 23 | <label>Problem</label> |
24 | | - <select name="problems" id="problems" class="form-control problem-cfg input-sm"> |
| 24 | + <select name="problems" id="problems" class="problem-cfg"> |
25 | 25 | <option value="custom" selected="selected">Custom</option> |
26 | 26 | </select> |
27 | 27 | </div> <!-- Close Problem --> |
28 | 28 |
|
29 | 29 | <div class="form-group"> |
30 | 30 | <label>Robot Type</label> |
31 | | - <select name="robot.type" id="robot_type" class="form-control problem-cfg input-sm"> |
| 31 | + <select name="robot.type" id="robot_type" class="problem-cfg"> |
32 | 32 | </select> |
33 | 33 | </div> <!-- Close Problem --> |
34 | 34 | <!-- Custom problem upload --> |
|
166 | 166 | <div role="tabpanel" class="tab-pane fade" id="planner"> |
167 | 167 | <div class="form-group"> |
168 | 168 | <label>Planner</label> |
169 | | - <select name="planners" id="planners" class="form-control problem-cfg input-sm"> |
| 169 | + <select name="planners" id="planners" class="problem-cfg"> |
170 | 170 | <!-- These options are filled in by loadPlanners() in configuration.js --> |
171 | 171 | </select> |
172 | 172 | </div> |
|
178 | 178 | <!-- Optimization --> |
179 | 179 | <div class="form-group"> |
180 | 180 | <label>Optimization Objective</label> |
181 | | - <select name="objective" id="objective" class="form-control problem-cfg input-sm"> |
| 181 | + <select name="objective" id="objective" class="problem-cfg"> |
182 | 182 | <option value="length" selected>Length</option> |
183 | 183 | <option value="max_min_clearance">Maximize Min Clearance</option> |
184 | 184 | <option value="mechanical_work">Mechanical Work</option> |
|
188 | 188 | <label>Cost Threshold</label> |
189 | 189 | <input type='number' name='objective.threshold' id='objective.threshold' value='10000' class="form-control problem-cfg input-sm"></input> |
190 | 190 | </div> |
| 191 | + |
| 192 | + More information about planners and their parameters can be found <a target="none" href="http://ompl.kavrakilab.org/planners.html">here</a>. |
191 | 193 | </div> |
192 | 194 | <!-- End Planner Configuration Tab --> |
193 | 195 |
|
|
0 commit comments