Skip to content

Commit

Permalink
Remove additional zenoh router uri constants that aren't needed anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
civerachb-cpr committed Jan 15, 2025
1 parent 2a06f5e commit 3caa9fc
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions clearpath_config/system/middleware.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ class MiddlewareConfig(BaseConfig):
PROFILE = 'profile'
OVERRIDE_SERVER_ID = 'override_server_id'
SERVERS = 'servers'
ZENOH_ROUTER_CONFIG_URI = 'zenoh_router_config_uri'

TEMPLATE = {
MIDDLEWARE: {
Expand All @@ -53,7 +52,6 @@ class MiddlewareConfig(BaseConfig):
PROFILE: PROFILE,
OVERRIDE_SERVER_ID: OVERRIDE_SERVER_ID,
SERVERS: SERVERS,
ZENOH_ROUTER_CONFIG_URI: ZENOH_ROUTER_CONFIG_URI,
}
}

Expand All @@ -65,7 +63,6 @@ class MiddlewareConfig(BaseConfig):
PROFILE: '',
OVERRIDE_SERVER_ID: False,
SERVERS: [],
ZENOH_ROUTER_CONFIG_URI: '',
}

def __init__(
Expand Down

0 comments on commit 3caa9fc

Please sign in to comment.