Skip to content

Commit

Permalink
Update interface.js
Browse files Browse the repository at this point in the history
  • Loading branch information
LaiYanKai authored Nov 9, 2022
1 parent 31af1b4 commit 86b2eaf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions UniformPlanners/scripts/interface.js
Original file line number Diff line number Diff line change
Expand Up @@ -2776,3 +2776,8 @@ document.body.style.background = 'hsl('.concat(h,',', s, '%,', l, '%)');
*/
document.getElementById('ui_load_overlay').parentNode.removeChild(document.getElementById('ui_load_overlay'));

// select A*
this.html.nav.options.algorithms.options.forEach(opt=>{
if(opt.value == 'A*')
opt.selected = true;
});

0 comments on commit 86b2eaf

Please sign in to comment.