ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

So I didn't notice that rospy log methods only take *args,

hat makes it obvious that they do not support python logger's **kwargs (exc_info and extra).

So I didn't notice that rospy log methods only take *args,

hat args. That makes it obvious that they do not support python logger's **kwargs *kwargs (exc_info and extra).

So I didn't notice that rospy log methods only take args. *args. That makes it obvious that they do not support python logger's *kwargs **kwargs (exc_info and extra).

So I didn't notice that rospy log methods only take *args. That makes it obvious that they do not support python logger's **kwargs **kwargs (exc_info and extra).

So I didn't notice that rospy log methods only take *args. That makes it obvious that they do not support python logger's **kwargs (exc_info and extra).

PS: 1. **kwargs is included in the prototypes of those Python methods. It is just the wiki page that needs to be updated. 2. The support for Python logging's **kwargs (exc_info and extra) will be fixed by: https://github.com/ros/ros_comm/pull/1289

So I didn't notice that rospy log methods only take *args. That makes it obvious that they do not support python logger's **kwargs (exc_info and extra).

PS:

1.
  1. **kwargs is included in the prototypes of those Python methods. It is just the wiki page that needs to be updated. 2. updated.
  2. The support for Python logging's **kwargs (exc_info and extra) will be fixed by: https://github.com/ros/ros_comm/pull/1289