Skip to content
Snippets Groups Projects
Commit 03aea333 authored by Angel's avatar Angel
Browse files

change in zmax to 1.2 meters

parent 61e218bf
No related branches found
No related tags found
No related merge requests found
......@@ -802,7 +802,7 @@ void MainGUIWindow::on_save_in_DB_button_clicked()
tmp_entry.crazyflieContext.localArea.ymax = y_max * FROM_UNITS_TO_METERS;
tmp_entry.crazyflieContext.localArea.zmin = -0.2;
tmp_entry.crazyflieContext.localArea.zmax = 2.0;
tmp_entry.crazyflieContext.localArea.zmax = 1.2;
}
}
tmp_db.crazyflieEntries.push_back(tmp_entry);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment