[Navigation] Create a dedicated 2D navigation server
* Add a dedicated 2D server * Create dedicated tests * Split performance metrics between 2D and 3D * Rename the 3D only server module
This commit is contained in:
@ -105,6 +105,26 @@ public:
|
||||
PIPELINE_COMPILATIONS_SURFACE,
|
||||
PIPELINE_COMPILATIONS_DRAW,
|
||||
PIPELINE_COMPILATIONS_SPECIALIZATION,
|
||||
NAVIGATION_2D_ACTIVE_MAPS,
|
||||
NAVIGATION_2D_REGION_COUNT,
|
||||
NAVIGATION_2D_AGENT_COUNT,
|
||||
NAVIGATION_2D_LINK_COUNT,
|
||||
NAVIGATION_2D_POLYGON_COUNT,
|
||||
NAVIGATION_2D_EDGE_COUNT,
|
||||
NAVIGATION_2D_EDGE_MERGE_COUNT,
|
||||
NAVIGATION_2D_EDGE_CONNECTION_COUNT,
|
||||
NAVIGATION_2D_EDGE_FREE_COUNT,
|
||||
NAVIGATION_2D_OBSTACLE_COUNT,
|
||||
NAVIGATION_3D_ACTIVE_MAPS,
|
||||
NAVIGATION_3D_REGION_COUNT,
|
||||
NAVIGATION_3D_AGENT_COUNT,
|
||||
NAVIGATION_3D_LINK_COUNT,
|
||||
NAVIGATION_3D_POLYGON_COUNT,
|
||||
NAVIGATION_3D_EDGE_COUNT,
|
||||
NAVIGATION_3D_EDGE_MERGE_COUNT,
|
||||
NAVIGATION_3D_EDGE_CONNECTION_COUNT,
|
||||
NAVIGATION_3D_EDGE_FREE_COUNT,
|
||||
NAVIGATION_3D_OBSTACLE_COUNT,
|
||||
MONITOR_MAX
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user