Skip to content

Commit

Permalink
hit save
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnN193 committed May 22, 2024
1 parent bc0e97d commit 8c9341e
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions cartofacade/testhelpers.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,11 @@ package cartofacade
// GetTestConfig gets a sample config for testing purposes.
func GetTestConfig(cameraName, movementSensorName, filename string, enableMapping bool) CartoConfig {
return CartoConfig{
Camera: cameraName,
MovementSensor: movementSensorName,
ComponentReference: "component",
LidarConfig: TwoD,
EnableMapping: enableMapping,
ExistingMap: filename,
Camera: cameraName,
MovementSensor: movementSensorName,
LidarConfig: TwoD,
EnableMapping: enableMapping,
ExistingMap: filename,
}
}

Expand Down

0 comments on commit 8c9341e

Please sign in to comment.