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
This could be fixed by just adding the parenthesis and spaces in these places.
I think a better fix would be to create a ToString overload on Point and Vector in NAS2D that autoformatted the (x,y). This is slightly complicated by the classes being templates. Then a lot of the manual coded formatting in OPHD could be removed in favor of calling tostring the basic types. NAS2D's Rectangle would probably also benefit from this.
An intermediate solution could be to try to consolidate all the calls to a single helper method in OPHD if NAS2D isn't available to edit.
The text was updated successfully, but these errors were encountered:
When showing the user coordinates to where robots complete or cancel tasks, the leftmost parenthesis and space is missing.
MapViewState.cpp
This could be fixed by just adding the parenthesis and spaces in these places.
I think a better fix would be to create a ToString overload on Point and Vector in NAS2D that autoformatted the (x,y). This is slightly complicated by the classes being templates. Then a lot of the manual coded formatting in OPHD could be removed in favor of calling tostring the basic types. NAS2D's Rectangle would probably also benefit from this.
An intermediate solution could be to try to consolidate all the calls to a single helper method in OPHD if NAS2D isn't available to edit.
The text was updated successfully, but these errors were encountered: