ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
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
).
2 | No.2 Revision |
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
).
3 | No.3 Revision |
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
).
4 | No.4 Revision |
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
).
5 | No.5 Revision |
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
6 | No.6 Revision |
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:
**kwargs
is included in the prototypes of those Python methods. It is just the wiki page that needs to be **kwargs
(exc_info
and extra
) will be fixed by:
https://github.com/ros/ros_comm/pull/1289