homeDir property

String homeDir
read / write

Implementation

String homeDir = Platform.environment['ROS_HOME'] ??
    path.join(Platform.environment['HOME'], '.ros')