ROS 3.29:
Declared a global variable in one script ie :
:global sSerial [/system routerboard get serial-number]
Doing a env print after script execution show that sSerial is there and has the correct value. However, using this global from another script fails to work.
ie. script2 source :
:put $sSerial
From command line doing a :put $sSerial also works correctly.
What am I doing wrong ?