Home | Trees | Indices | Help |
|
---|
|
ROS environment variables as well as routines for determining configuration values that have environment overrides (e.g. ROS_LOG_DIR, ROS_HOME, ROS_TEST_RESULTS_DIR).
Classes | |
ROSEnvException Base class of roslib.rosenv errors. |
Functions | |||
|
|||
|
|||
|
|||
|
|||
|
|||
str |
|
||
str |
|
||
str |
|
||
|
|||
|
Function Details |
|
|
Get the ROS_MASTER_URI setting from the command-line args or environment, command-line args takes precedence.
|
|
|
Get directory location of '.ros' directory (aka ROS home). possible locations for this. The ROS_LOG_DIR environment variable has priority. If that is not set, then ROS_HOME/log is used. If ROS_HOME is not set, $HOME/.ros/log is used.
|
Get directory to use for writing log files. There are multiple possible locations for this. The ROS_LOG_DIR environment variable has priority. If that is not set, then ROS_HOME/log is used. If ROS_HOME is not set, $HOME/.ros/log is used.
|
Get directory to use for writing test result files. There are multiple possible locations for this. The ROS_TEST_RESULTS_DIR environment variable has priority. If that is set, ROS_TEST_RESULTS_DIR is returned. If ROS_TEST_RESULTS_DIR is not set, then ROS_HOME/test_results is used. If ROS_HOME is not set, $HOME/.ros/test_results is used.
|
Create the directory using the permissions of the nearest (existing) parent directory. This is useful for logging, where a root process sometimes has to log in the user's space.
|
Check to see if filesystem path is on paths specified in ROS environment (ROS_ROOT, ROS_PACKAGE_PATH). New in ROS 1.2.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Fri Jan 11 12:17:41 2013 | http://epydoc.sourceforge.net |