Skip to content

Commit

Permalink
Merge pull request #29 from ZettaScaleLabs/fix/enable-admin-space
Browse files Browse the repository at this point in the history
fix: enable admin space in rmw router and ros nodes
  • Loading branch information
imstevenpmwork authored Oct 10, 2024
2 parents 6ba342b + 143fa88 commit 52070b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rmw_zenoh_cpp/config/DEFAULT_RMW_ZENOH_ROUTER_CONFIG.json5
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@
/// Unstable: this configuration part works as advertised, but may change in a future release
adminspace: {
// Enables the admin space
enabled: false,
enabled: true,
// read and/or write permissions on the admin space
permissions: {
read: true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@
/// Unstable: this configuration part works as advertised, but may change in a future release
adminspace: {
// Enables the admin space
enabled: false,
enabled: true,
// read and/or write permissions on the admin space
permissions: {
read: true,
Expand Down

0 comments on commit 52070b2

Please sign in to comment.