Reachable intervals returned by TOPP2 reachable-set construction. More...
#include <topp2.h>
Data Fields | |
| struct CoppVecF64 | a_max |
| Upper reachable bound for each station. | |
| struct CoppVecF64 | a_min |
| Lower reachable bound for each station. | |
Reachable intervals returned by TOPP2 reachable-set construction.
For each station, the feasible interval is a_min[k] <= a[k] <= a_max[k] where a = (ds/dt)^2. The field order is a_max first, then a_min. Both vectors are library-owned and must be released together with copp_reach_set2_result_free.
| struct CoppVecF64 CoppReachSet2Result::a_max |
| struct CoppVecF64 CoppReachSet2Result::a_min |