Functions | |
def | conditional_abspath |
def | get_yaml_from_uri |
def | is_path_ros |
def | is_path_stack |
def rosinstall::helpers::conditional_abspath | ( | uri | ) |
@param uri: The uri to check @return: abspath(uri) if local path otherwise pass through uri
Definition at line 40 of file helpers.py.
def rosinstall::helpers::get_yaml_from_uri | ( | uri | ) |
Definition at line 75 of file helpers.py.
def rosinstall::helpers::is_path_ros | ( | path | ) |
warning: exits with code 1 if stack document is invalid @param path: path of directory to check @type path: str @return: True if path points to the ROS stack @rtype: bool
Definition at line 61 of file helpers.py.
def rosinstall::helpers::is_path_stack | ( | path | ) |
@return: True if the path provided is the root of a stack.
Definition at line 51 of file helpers.py.