(str, int)
|
|
|
rospydebug(msg,
*args,
**kwargs)
Internal rospy client library debug logging |
source code
|
|
|
rospyinfo(msg,
*args,
**kwargs)
Internal rospy client library debug logging |
source code
|
|
|
rospyerr(msg,
*args,
**kwargs)
Internal rospy client library error logging |
source code
|
|
|
rospywarn(msg,
*args,
**kwargs)
Internal rospy client library warn logging |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
logdebug_throttle(period,
msg,
*args,
**kwargs) |
source code
|
|
|
loginfo_throttle(period,
msg,
*args,
**kwargs) |
source code
|
|
|
logwarn_throttle(period,
msg,
*args,
**kwargs) |
source code
|
|
|
logerr_throttle(period,
msg,
*args,
**kwargs) |
source code
|
|
|
logfatal_throttle(period,
msg,
*args,
**kwargs) |
source code
|
|
|
logdebug_throttle_identical(period,
msg,
*args,
**kwargs) |
source code
|
|
|
loginfo_throttle_identical(period,
msg,
*args,
**kwargs) |
source code
|
|
|
logwarn_throttle_identical(period,
msg,
*args,
**kwargs) |
source code
|
|
|
logerr_throttle_identical(period,
msg,
*args,
**kwargs) |
source code
|
|
|
logfatal_throttle_identical(period,
msg,
*args,
**kwargs) |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
str
|
|
str
|
|
|
|
|
|
bool
|
|
|
|
bool
|
|
bool
|
|
|
|
|
|
|
|
|
|
|
register_signals()
register system signal handlers for SIGTERM and SIGINT |
source code
|
|
|
is_topic(param_name)
Validator that checks that parameter is a valid ROS topic name |
source code
|
|
xmlrpclib.ServerProxy
|
xmlrpcapi(uri,
cache=True)
Returns:
instance for calling remote server or None if not a valid URI |
source code
|
|