Skip to content

Commit

Permalink
Default to Planning tab initially
Browse files Browse the repository at this point in the history
  • Loading branch information
rhaschke committed Jul 7, 2020
1 parent 92f0ac5 commit 5b97dae
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -192,7 +192,7 @@ MotionPlanningFrame::MotionPlanningFrame(MotionPlanningDisplay* pdisplay, rviz::
ui_->background_job_progress->hide();
ui_->background_job_progress->setMaximum(0);

ui_->tabWidget->setCurrentIndex(0);
ui_->tabWidget->setCurrentIndex(1);

known_collision_objects_version_ = 0;

Expand Down

0 comments on commit 5b97dae

Please sign in to comment.