13 lines
319 B
Plaintext
13 lines
319 B
Plaintext
|
|
To use the dynamic loading of behaviors, you need to set the following
|
|
environment variable (in your .bashrc file for bash users, or in your
|
|
.cshrc file for tcsh users)
|
|
|
|
For bash users:
|
|
export IVP_BEHAVIOR_DIRS=/home/bob/moos-ivp-extend/lib
|
|
|
|
For tcsh users:
|
|
setenv IVP_BEHAVIOR_DIRS '/home/bob/moos-ivp-extend/lib'
|
|
|
|
|