Environment Variables​

Estimated reading: 1 minute 38 views

In Olive components the permanent Environment Variables are located in:

  • Humble
  • Jazzy
/opt/olive/script/env_humble.sh

/opt/olive/script/env_jazzy.sh

In order to add your custom Environment variable you should declare it in this script, for example:

declare -x ROS_DOMAIN_ID=”0″

Share this Doc

Environment Variables​

Or copy link

CONTENTS