Skip to content

Commit

Permalink
Added reference to Wapyfi websocket env variables
Browse files Browse the repository at this point in the history
  • Loading branch information
fabawi committed Sep 29, 2024
1 parent 9c3a6ae commit ec668aa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/usage/User Guide/Environment Variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ This can be achieved by setting:
* `WRAPYFI_ZEROMQ_PARAM_REQREP_PORT`: The parameter server request-reply port. Defaults to 5659 (**currently not supported**)
* `WRAPYFI_ZEROMQ_PARAM_PUB_PORT`: The parameter server pub-socket port. Defaults to 5655 (**currently not supported**)
* `WRAPYFI_ZEROMQ_PARAM_SUB_PORT`: The parameter server sub-socket port. Defaults to 5656 (**currently not supported**)
* `WRAPYFI_WEBSOCKET_SOCKET_IP`: IP address of the socket. Defaults to "127.0.0.1"
* `WRAPYFI_WEBSOCKET_SOCKET_PORT`: The socket port. Defaults to 5000
* `WRAPYFI_WEBSOCKET_NAMESPACE`: The socket namespace. Defaults to "/"
* `WRAPYFI_WEBSOCKET_MONITOR_LISTENER_SPAWN`: Either spawn the websocket monitor listener as a "process" or "thread". Defaults to "thread" which is the only supported option for now

ROS and ROS 2 queue sizes can be set by:

Expand Down

0 comments on commit ec668aa

Please sign in to comment.