fwanderlingh / VRepRosQuadSwarm

This is a framework to control a swarm of quadcopters simulated in V-Rep by using ROS. Paths are planned with algorithms that make use of graph theory.
49 stars 21 forks source link

TODO: Folder creation for saving files #3

Open fwanderlingh opened 9 years ago

fwanderlingh commented 9 years ago

Whenever a file is saved to a particular hardcoded directory, check before if the folder exist and in case create it. By now the folder is assumed to exist, otherwise an error is triggered and process dies.