-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #15 from NUIG-ROCSAFE/cleanupDirectoryStructure
updated file path in bastch scripts and routes generation codde
- Loading branch information
Showing
8 changed files
with
319 additions
and
925 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
cd .. | ||
set base_dir=%cd% | ||
|
||
cd ./PythonCode/PythonClientGPSMapping/GPSMappings/Images/Images1/Camera1 | ||
del *.png | ||
cd ./RAVCollectedData/PNGImages/ | ||
del /F /S *.png | ||
|
||
cd %base_dir% | ||
|
||
cd ./PythonCode/PythonGridMapping/AirSimPythonClient | ||
cd ./PythonCode/Routing/AirSimPythonClient/RAVExecuteRoutes | ||
start python rav_zero_mapper.py |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,29 @@ | ||
[JAVA] | ||
JavaBinLoc = /JavaRuntime/jre1.8.0_171/bin/ | ||
JavaCodeLoc = /JavaCode/ | ||
JavaMissionDesignerJar = MissionPlanner.jar | ||
JavaBinLoc = /JavaRuntime/jre1.8.0_171/bin | ||
JavaCodeLoc = /JavaCode | ||
JavaMissionDesignerJar = /MissionPlanner.jar | ||
|
||
[BLOG] | ||
BlogBinLoc = /BlogRuntime/bin/ | ||
BlogCodeLoc = /BlogScripts/ | ||
BlogProgName = ChemicalProbablisticReasoning.blog | ||
BlogBinLoc = /BlogRuntime/bin | ||
BlogCodeLoc = /BlogScripts | ||
BlogProgName = /ChemicalProbablisticReasoning.blog | ||
|
||
[PYTHON] | ||
PythonDocRetrievalCodeLoc = /SOPRanking/RocsafeCode/Demo-IR/ | ||
PythonRAVRouteExecutionDir = /PythonCode/Routing/AirSimPythonClient/RAVExecuteRoutes/ | ||
PythonElasticMain = elasticMain.py | ||
PythonGenerateRouteDir = /PythonCode/Routing/RouteGeneration/ | ||
PythonGenerateRoutesFileLoc = generateRoutesForUnreal.py | ||
PythonDocRetrievalCodeLoc = /SOPRanking/RocsafeCode/Demo-IR | ||
PythonRAVRouteExecutionDir = /PythonCode/Routing/AirSimPythonClient/RAVExecuteRoutes | ||
PythonElasticMain = /elasticMain.py | ||
PythonGenerateRouteDir = /PythonCode/Routing/RouteGeneration | ||
PythonGenerateRoutesFileLoc = /generateRoutesForUnreal.py | ||
|
||
[BATCHSCRIPTS] | ||
BatchScriptsLoc = /BatchScripts/ | ||
BatchScriptsLoc = /BatchScripts | ||
|
||
[DATA] | ||
RAVGPSRoutesDir = /RCode/ShinyApp/Data/ | ||
CollectedPNGImagesDir = /RAVCollectedData/PNGImages/ | ||
RAVRecordedGPSWaypoints = /RAVCollectedData/GPSCoords/ | ||
RAVPlannedWaypointsFile = gridPoints.csv | ||
UIImagesDir = RCode/ShinyApp/Data/Images/ | ||
MostRecentProcessImageFileLoc = mostRecentImageProcessed.jpg | ||
MostRecentImageRawFileLoc = mostRecentImageProcessed.jpg | ||
PlannedAgentRoutesDir = /RAVPlannedRoutes/ | ||
|
||
|
||
RAVGPSRoutesDir = /RCode/ShinyApp/Data | ||
CollectedPNGImagesDir = /RAVCollectedData/PNGImages | ||
RAVRecordedGPSWaypoints = /RAVCollectedData/GPSCoords | ||
RAVPlannedWaypointsFile = /gridPoints.csv | ||
UIImagesDir = /RCode/ShinyApp/Data/Images | ||
MostRecentProcessImageFileLoc = /mostRecentImageProcessed.jpg | ||
MostRecentImageRawFileLoc = /mostRecentImageProcessed.jpg | ||
PlannedAgentRoutesDir = /RAVPlannedRoutes |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1 @@ | ||
from GPSCoordinate import GPSCoordinate | ||
__all__ = ['RAVGPSMapper', 'GPSCoordinate'] |
1,153 changes: 264 additions & 889 deletions
1,153
PythonCode/Routing/AirSimPythonClient/RAVExecuteRoutes/rav_zero_mapper.py
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters