Is there a straightforward way to check if debug is set to true within C++ code? e.g. if (DEBUGTEST) gzdbg << "Gazebo is running in debug mode.\n";
1 | initial version |
Is there a straightforward way to check if debug is set to true within C++ code? e.g. if (DEBUGTEST) gzdbg << "Gazebo is running in debug mode.\n";