AIS-Bonn / TopiCo

Time-optimal Trajectory Generation and Control

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is there a flag to indicate whether the result is success or failed?

xiaodaxia-2008 opened this issue · comments

commented
Is there a flag to indicate whether the result is success or failed?

Yes, please have a look at the "solution_out" variable in the MATLAB implementation. It indicates the used trajectory template with positive integers and is -1 when the method failed to find a solution.

commented

Thanks!