docs: explain trajectory planning flow demo
This commit is contained in:
@@ -47,4 +47,10 @@ foreach ($forbidden in @('http://', 'https://', 'fetch(', 'XMLHttpRequest', 'Web
|
||||
}
|
||||
}
|
||||
|
||||
$readme = Get-Content -LiteralPath (Join-Path $PSScriptRoot '..\ParkrobTrajplanner\Trajplanner_output\README.md') -Raw -Encoding UTF8
|
||||
if (-not $readme.Contains('trajectory-planning-flow-demo.html'))
|
||||
{
|
||||
throw 'README must link to the trajectory-planning-flow demo.'
|
||||
}
|
||||
|
||||
Write-Output 'Trajectory planning flow demo checks passed.'
|
||||
|
||||
Reference in New Issue
Block a user