Skip to content
Snippets Groups Projects
Unverified Commit 6f439194 authored by Tully Foote's avatar Tully Foote Committed by GitHub
Browse files

explicitly call out setting the variables

It's commented above, but this leaves the optimization to leave them out for those who know more rather than just having it not work.
parent 37444acd
No related branches found
No related tags found
No related merge requests found
......@@ -64,6 +64,9 @@ Open a new terminal:
```
call <path_to_ros2_install>/setup.bat
set ROS_SECURITY_ROOT_DIRECTORY=%cd%/demo_keys`
set ROS_SECURITY_ENABLE=true`
set ROS_SECURITY_STRATEGY=Enforce`
ros2 run demo_nodes_py talker
```
......@@ -71,5 +74,8 @@ Open another terminal:
```
call <path_to_ros2_install>/setup.bat
set ROS_SECURITY_ROOT_DIRECTORY=%cd%/demo_keys`
set ROS_SECURITY_ENABLE=true`
set ROS_SECURITY_STRATEGY=Enforce`
ros2 run demo_nodes_py listener
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment