Aggiornate calibrazioni, interfaccia e progetto
This commit is contained in:
@@ -306,7 +306,7 @@ void RoboGlue_GUI::on_btn_home_clicked() {
|
||||
QVariantMap param;
|
||||
modlog->debug("robotHome");
|
||||
param["action"] = "start";
|
||||
param["execute"] = false;
|
||||
param["execute"] = ui->chk_execute->isChecked();
|
||||
emit m->commonStatusChange();
|
||||
emit sendROScommand("HOME", param);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user