Skip to content
Snippets Groups Projects
Commit 6756da57 authored by bucyril's avatar bucyril
Browse files

added Crazyflie.db with test entires, corrected mistake in CrazyflieIO.cpp

parent 8a9ac62c
No related branches found
No related tags found
No related merge requests found
......@@ -105,7 +105,7 @@ void readCrazyflieDB(CrazyflieDB& db) {
AreaBounds area;
area.xmin = stof(dataRow[3]);
area.xmin = stof(dataRow[4]);
area.ymin = stof(dataRow[4]);
area.zmin = stof(dataRow[5]);
area.xmax = stof(dataRow[6]);
......
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