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
Provide a tool that looks for common mistakes or potential issues within the site data. The user would be provided with a list of warnings with advice on how to fix it.
In the event that the user wants to ignore certain warnings, they could click a button to suppress an item in the list. That suppression will be saved to their site file so it is remembered next time. There would also be a way to view what warnings have been suppressed from inside the GUI.
Some examples of possible warnings:
Two anchors are very close to each other but not connected
Multiple doors/lifts/models share the same name
Multiple docks have the same name, or a reverse dock has the same name as its forward dock
A door/lift/model is using the default name value
A fiducial is missing its label
Feel free to comment with suggestions for more diagnostics.
The text was updated successfully, but these errors were encountered:
Together with the fiducials with no name, there are several issues currently captured by warn messages in the (future) drawing editor mode that could be changed to be captured by this tool, such as:
Building has multiple levels but < 2 matching fiducials between the reference level and each of the other ones. Site editor would fail to perform level alignment.
< 2 constraints found between the level drawing and a robot map, same issue as above when optimizing transforms.
We could potentially also do additional validation on the navgraph, for example make sure that there is at least one charger location per graph id, to avoid robots being unable to charge.
Provide a tool that looks for common mistakes or potential issues within the site data. The user would be provided with a list of warnings with advice on how to fix it.
In the event that the user wants to ignore certain warnings, they could click a button to suppress an item in the list. That suppression will be saved to their site file so it is remembered next time. There would also be a way to view what warnings have been suppressed from inside the GUI.
Some examples of possible warnings:
Feel free to comment with suggestions for more diagnostics.
The text was updated successfully, but these errors were encountered: