|
This widget allows viewing and editing data entries in the prior memory.
You can inspect the different collections that are stored as prior knowledge by selecting a collection from the collection drop-down-menu. All object classes that are stored within a collection are listed in the table in the center of the screen. You may view the visual or collision model for an object class by hitting the respective buttons. Similarly, you can also add, remove and edit entries.
When you add the widget to the Gui, you need to specify the following parameters:
Parameter Name | Example Value | Required? | Description |
---|---|---|---|
MongoDB host | localhost:27017 | Yes | The address of the mongo database that contains the prior memory. |
MongoDB user | username | Only if DB is remote | ? |
Password | userPassword | Only if DB is remote | ? |
Gui Plugin Name | PriorMemoryEditorPlugin | Yes | ? |
PriorMemory Name | PriorKnowledge | Yes | ? |
How to use: