4. Controlling Location for RTI Workspace and Copying of Examples

By default, the rti_workspace directory is created here:

/home/<your user name>/rti_workspace

Here’s how to specify a different location for rti_workspace and/or disable copying the examples into the workspace.

  • To configure the behavior for all users, edit <NDDSHOME>/resource/scripts/rticommon_config.sh.

  • To configure the behavior for the current user (takes precedence), create $HOME/.rti/rticommon_config.sh as follows:

    # Customize RTI Workspace Directory and Copy Behavior
    
    #####################################################
    
    # copy_examples=false
    
    # workspace_dir=$HOME/rti_workspace
    

    Uncomment the line(s) that you want to use (remove the #).