Files
AUV_150/src/lib_behaviors-test/README
2024-08-31 09:35:01 -04:00

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'