|
@@ -198,8 +198,8 @@ func RunWaitingCluster() {
|
|
|
startPositionX, startPositionY, startPositionZ, startPositionH, _, _, _, _, xodrPath, osgbPath := util.ParseXosc(xoscLocalPath)
|
|
|
firstTaskCache.Task.Scenario.ScenarioOdr = xodrPath
|
|
|
firstTaskCache.Task.Scenario.ScenarioOsgb = osgbPath
|
|
|
- lastIndex := strings.LastIndex(xoscLocalPath, "/")
|
|
|
- dirPath := xoscLocalPath[:lastIndex+1] // 包括最后一个 /
|
|
|
+ lastIndex := strings.LastIndex(xoscOssPath, "/")
|
|
|
+ dirPath := xoscOssPath[:lastIndex+1] // 包括最后一个 /
|
|
|
destinationCsvOssKey := dirPath + global.DestinationCsvName
|
|
|
var endPoints []util.DataPoint
|
|
|
if exist, _ := tempOss.IsObjectExist(destinationCsvOssKey); exist {
|