Skip to content
New issue

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

Fix discretization with interval matrices for inputs not containing 0 #731

Open
schillic opened this issue Jan 22, 2020 · 1 comment
Open
Assignees
Labels

Comments

@schillic
Copy link
Member

schillic commented Jan 22, 2020

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

@mforets
Copy link
Member

mforets commented Jan 23, 2020

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants