You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Time::now() returns g_sim_time as well as throws TimeNotInitializedException unless Time::init() is called. Since 'straszheim' didn't call Time::init(), ros_walltime() wouldn't be executed.
When we call Time::now() after calling Time::init(), the second part is updated well.
I wonder how straszheim got the result using MSVC.
ros/ros_comm#160
The text was updated successfully, but these errors were encountered: