Closed layashamgah closed 8 years ago
@spmaniato Can you address this question? I think that it deals with the way in which restrictions to allowed system transitions can be stated in the LTLMoP input language rather than in the slugs input language.
If I get it correctly, the author of the questions wants to add parts to the specification rather than removing the ones generated from the region graph.
Sure @progirep 👍
Hi @layashamgah, this is indeed a LTLMoP question. I'll answer here briefly: LTLMoP does let you add system safety requirements involving region propositions. The auto-generated formulas only describe the workspace topology. For example, you can say "if you are sensing danger
then always not hallway
", where hallway
is some region. See grammar.pdf and some of the examples under LTLMoP/src/examples/
I'll close this issue now. If you have any further questions about specifying tasks in LTLMoP, please open a new issue at that repo: https://github.com/VerifiableRobotics/LTLMoP
To use LTLMop I need to change robot transition \varphi^{s}_{t} because I do not want it to go to some regions at some times. However these specifications are generated as default. How can I change the default speifications?