Skip to content

Commit

Permalink
Default to admin profile for now
Browse files Browse the repository at this point in the history
  • Loading branch information
ruffsl committed Mar 2, 2021
1 parent 66a44ec commit d46b623
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions policies/tb3_gazebo_policy.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
<enclaves>
<enclave path="/">
<profiles>
<!-- <profile node="admin" ns="/">
<profile node="admin" ns="/">
<services reply="ALLOW" request="ALLOW">
<service>*</service>
</services>
<topics publish="ALLOW" subscribe="ALLOW">
<topic>*</topic>
</topics>
</profile> -->
<profile node="amcl" ns="/">
</profile>
<!-- <profile node="amcl" ns="/">
<xi:include href="common/lifecycle_node.xml"
xpointer="xpointer(/profile/*)"/>
<services reply="ALLOW">
Expand Down Expand Up @@ -440,7 +440,7 @@
<actions execute="ALLOW">
<action>/FollowWaypoints</action>
</actions>
</profile>
</profile> -->
</profiles>
</enclave>
</enclaves>
Expand Down

0 comments on commit d46b623

Please sign in to comment.