Naming log folder
Hi everyone; Is there any way to specify in my python program the name of the folder to which logs for respective nodes are saved?
As in, when I launch my experiment via roslaunch
, I'll see something like the following text:
... logging to /home/user/catkin_ws/src/project/logs/51342e8a-7f6c-11e8-a056-5404a63cee0d/roslaunch-user-desktop-22693.log
My question is whether I can programatically set the name of the folder 51342e8a-7f6c-11e8-a056-5404a63cee0d
each time I run the experiment?
Ideally the folder name would be the exact date/time the experiment was launched..