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

Rework logical execution state to remove send_next_task_to_physical_ flag #185

Open
janagoe opened this issue Feb 12, 2024 · 0 comments
Open
Labels

Comments

@janagoe
Copy link
Member

janagoe commented Feb 12, 2024

Due to some changes to integrate the FSM in the physical asset we required to set send_next_task_to_physical_ to true at initialization because it is not updated anymore when the AMR reports idle state. This is not optimal because this allows to send orders to the physical AMR before it even connects to the logical or before it send its description. But this does not happen currently.

Maybe this flag can be simplified or removed to depend on a state (order or AMR state) in conjunction.

@janagoe janagoe added the cpps label Feb 12, 2024
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

1 participant