[ros-users] rosinfo vs ROS_INFO

トップ ページ
添付ファイル:
Eメールのメッセージ
+ (text/plain)
このメッセージを削除
このメッセージに返信
著者: User discussions
日付:  
To: User discussions
題目: [ros-users] rosinfo vs ROS_INFO
When I call rospy.rosinfo from a Python script, it displays the
wallclock timestamp. When I call ROS_INFO from a cpp program, it
displays the wallclock timestamp and the simulation timestamp.

Am I doing something wrong?

Is there any way to make the rospy.rosinfo function display the
simulation timestamp like ROS_INFO?

--wpd