youwurenjian

Results 2 comments of youwurenjian

I have resolve the problem,There is a bug in the rostime module,rate.cpp Rate::Rate(double frequency) : start_(Time::now()) , expected_cycle_time_() , actual_cycle_time_(0.0) { if (frequency!=0) expected_cycle_time_=ros::Duration(1/frequency); } And then make librostime.so, can...