Include State in CMP

Include the inferred state of an object as part of the CMP message.

This item relates to the broader goal of modeling object behaviors in Monty.

To infer object or behavioral state efficiently and communicate it between LMs, we need to add it to the CMP messages. This can be done by updating the CMP definition (currently represented in the unfortunately named State class whose name we should probably change in the scope of this).

The CMP message should contain information about the inferred state of objects in addition to the existing information on model location, orientation, and ID.




Help Us Make This Page Better

All our docs are open-source. If something is wrong or unclear, submit a PR to fix it!

Make a Contribution

Learn how to contribute to our docs