Skip to content
Snippets Groups Projects
Commit a5f0fcd7 authored by jonasspring's avatar jonasspring
Browse files

Path to coppeliasim is now set by a parameter.

parent e260e5c8
No related branches found
No related tags found
No related merge requests found
......@@ -79,22 +79,6 @@ int main(int argc, char **argv)
}
std::stringstream ss;
// switch (argc){
// case 2:
// ss << COPPELIASIM_EXECUTABLE << " " << argv[1];
// break;
// case 3:
// ss << COPPELIASIM_EXECUTABLE << " " << argv[1] << " " << argv[2];
// break;
// case 4:
// ss << COPPELIASIM_EXECUTABLE << " " << argv[1] << " " << argv[2] << " " << argv[3];
// break;
// default:
// ss << COPPELIASIM_EXECUTABLE ;
// }
switch (argc){
case 2:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment