mirror of
https://github.com/modelec/modelec-marcel-ROS.git
synced 2026-01-18 16:47:43 +01:00
upgrade reset
This commit is contained in:
@@ -29,7 +29,7 @@ namespace ModelecGUI
|
||||
v_layout_ = new QVBoxLayout();
|
||||
v_layout_->setContentsMargins(0, 0, 0, 0);
|
||||
v_layout_->setSpacing(0);
|
||||
v_layout_->addLayout(h_layout_, 1); // Stretch to fill vertical
|
||||
v_layout_->addLayout(h_layout_, 1);
|
||||
|
||||
setLayout(v_layout_);
|
||||
|
||||
|
||||
@@ -176,6 +176,7 @@ namespace ModelecGUI
|
||||
timer_label_->setText("00");
|
||||
|
||||
qpoints.clear();
|
||||
obstacle_.clear();
|
||||
|
||||
AskMap();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user