sua file cmakelists
This commit is contained in:
@@ -130,8 +130,8 @@ namespace robot
|
||||
// of time.h from including boost/thread/mutex.hpp
|
||||
static std::mutex g_sim_time_mutex;
|
||||
|
||||
static bool g_initialized(false);
|
||||
static bool g_use_sim_time(true);
|
||||
static bool g_initialized(true);
|
||||
static bool g_use_sim_time(false);
|
||||
static Time g_sim_time(0, 0);
|
||||
|
||||
/*********************************************************************
|
||||
|
||||
Reference in New Issue
Block a user