Hi @ROxX,
You have to use the code below instead of “from os”:
import os
Another option would be:
from os import path
but then your os.path.join(... code would have to be changed to:
path.join(...
#KeepPushingYourROSLearning.
This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.
