Skip to content

Commit 09ee16c

Browse files
authored
[Documentation] Documentation of way of run the code
- Added the way of run the the code. Task #3.3
1 parent 46a6f74 commit 09ee16c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,12 +58,12 @@ My main target here is to provide an appropriate visualization of drone's path a
5858

5959
1. To display each sweep run the following command:
6060

61-
- python droneflight.py --dis "LIDARDPoints.csv" "FlightPath.csv"
61+
- python droneflight.py --dis "LIDARDPoints.csv" "FlightPath.csv"
6262

6363
Here please put your own LIDARDPoints.csv and FlightPath.csv file.
6464
2. To optimize the path please run the following command:
6565

66-
- python droneflight.py --op "LIDARDPoints.csv" "FlightPath.csv" "OutputFlightPath.csv"
66+
- python droneflight.py --op "LIDARDPoints.csv" "FlightPath.csv" "OutputFlightPath.csv"
6767

6868
Output will be stored in file "OutputFlightPath.csv". Here please put your own LIDARDPoints.csv,
6969
FlightPath.csv and OutputFlightPath.csv file name.

0 commit comments

Comments
 (0)