[Documentation] [TitleIndex] [WordIndex

sroscore

sroscore is a simple wrapper around the original roscore command. It simply check that all necessary SROS Environment Variables exists and if not are then set with secure defaults. In addition to any parameters accepted by the roscore command, it may also take some optional arguments to override existing SROS Environment Variables.

NOTE: If you use sroslaunch, it will automatically start sroscore if it detects that it is not already running.

Usage

In addition to an arguments supported by the original roscore executable, sroscore has a few optional arguments that are SROS specific and can be used to override SROS Environment Variables.

1. --keystore_path

Simple override of SROS_KEYSTORE_PATH for roscore.

2. --keyserver_verify

Simple override of SROS_KEYSERVER_VERIFY for roscore.

3. --policy_config

Simple override of SROS_POLICY_CONFIG for roscore.

4. --policy_mode

Simple override of SROS_POLICY_MODE for roscore.

5. --version

Prints version information


2024-03-23 12:23