We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The corrected algorithm can be found in [1], Algorithm 4, p. 49 (and some definition on p. 47).
[1] M. Althoff: Reachability analysis and its application to the safety assessment of automonous cars
The text was updated successfully, but these errors were encountered:
Draft (from gitter):
if homogeneous R = CH(X0, e^Ar*X0) + F*X0 elseif origin in U R = CH(X0, e^Ar*X0) + F*X0 + Ω0_inhomog else P(r) = ... Chull = CH(X0, e^Ar*X0 + P(r)) + -1 * P(r) + F*X0 + F~*u~ + Ω0_inhomog end
Sorry, something went wrong.
mforets
No branches or pull requests
The corrected algorithm can be found in [1], Algorithm 4, p. 49 (and some definition on p. 47).
[1] M. Althoff: Reachability analysis and its application to the safety assessment of automonous cars
The text was updated successfully, but these errors were encountered: