File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -58,12 +58,12 @@ My main target here is to provide an appropriate visualization of drone's path a
58
58
59
59
1 . To display each sweep run the following command:
60
60
61
- - python droneflight.py --dis "LIDARDPoints.csv" "FlightPath.csv"
61
+ - python droneflight.py --dis "LIDARDPoints.csv" "FlightPath.csv"
62
62
63
63
Here please put your own LIDARDPoints.csv and FlightPath.csv file.
64
64
2 . To optimize the path please run the following command:
65
65
66
- - python droneflight.py --op "LIDARDPoints.csv" "FlightPath.csv" "OutputFlightPath.csv"
66
+ - python droneflight.py --op "LIDARDPoints.csv" "FlightPath.csv" "OutputFlightPath.csv"
67
67
68
68
Output will be stored in file "OutputFlightPath.csv". Here please put your own LIDARDPoints.csv,
69
69
FlightPath.csv and OutputFlightPath.csv file name.
You can’t perform that action at this time.
0 commit comments