You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It doesn't work when I run the script 'agents_planner.py' in Intro->Examples->multi.
There is an error that AttributeError: 'ltl_planner' object has no attribute 'contract_time'.
There are similar problems in the script 'agents_planner.py' when I browse it
such as 'Planner[i].delay_cooperation(DELAY, SPEED[i])' ,
'Request[i] = Planner[i].cooperative_action_in_horizon(dep,horizon[i])',
'Reply[i] = Planner[i].evaluate_request(request,alpha=1)' etc. How can I solve these?
Best wishes!
The text was updated successfully, but these errors were encountered:
Mr. Guo ,I'm sorry for reply you so long. I think I have added the ltl_planner module to my PYPATH.I can run the script test.py and square_world.py in folder Examples->to_matlab successfully.But when I run agents_planner.py in folder Examples->multi,there has an error AttributeError: 'ltl_planner' object has no attribute 'cooperative_action_in_horizon'.
Mr.Guo
It doesn't work when I run the script 'agents_planner.py' in Intro->Examples->multi.
There is an error that AttributeError: 'ltl_planner' object has no attribute 'contract_time'.
There are similar problems in the script 'agents_planner.py' when I browse it
such as 'Planner[i].delay_cooperation(DELAY, SPEED[i])' ,
'Request[i] = Planner[i].cooperative_action_in_horizon(dep,horizon[i])',
'Reply[i] = Planner[i].evaluate_request(request,alpha=1)' etc. How can I solve these?
Best wishes!
The text was updated successfully, but these errors were encountered: