Why is std::cerr mixing up console outputs in ROS C++

前端 未结 0 2032
醉酒成梦
醉酒成梦 2020-11-27 03:24

I am printing out a line of code using std::cerr, it looks like below

act_pub_timer_ = nh_.createTimer(ros::Duration(1.0/100.0), &func1, this);
int myvar          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题