Skip to content

Commit

Permalink
fix: enable admin space in rmw router and ros nodes
Browse files Browse the repository at this point in the history
Signed-off-by: Gabriele Baldoni <[email protected]>
  • Loading branch information
gabrik committed Oct 10, 2024
1 parent 6ba342b commit 143fa88
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 143fa88

Please sign in to comment.