Base Functions
ROS.debug
ROS.debug_stream
ROS.error
ROS.error_stream
ROS.fatal
ROS.fatal_stream
ROS.info
ROS.info_stream
ROS.init
ROS.now
ROS.ok
ROS.spin
ROS.spinOnce
ROS.warn
ROS.warn_stream
ROS.debug
— Methoddebug(n)
Print n
with a ROS debug logging level.
ROS.debug_stream
— Methoddebug_stream(n)
Print n
with a ROS debug logging level.
ROS.error
— Methoderror(n)
Print n
with a ROS error logging level.
ROS.error_stream
— Methoderror_stream(n)
Print n
with a ROS error logging level.
ROS.fatal
— Methodfatal(n)
Print n
with a ROS fatal logging level.
ROS.fatal_stream
— Methodfatal_stream(n)
Print n
with a ROS fatal logging level.
ROS.info
— Methodinfo(n)
Print n
with a ROS info logging level.
ROS.info_stream
— Methodinfo_stream(n)
Print n
with a ROS info logging level.
ROS.init
— Methodinit(node_name::String)
ROS initialization function.
ROS.now
— Methodnow()
Retrieve the current time. If ROS clock time is in use, this returns the time according to the ROS clock. Otherwise returns the current wall clock time.
ROS.ok
— Methodok()
Check whether it's time to exit.
ROS.spin
— Methodspin()
Enter simple event loop.
ROS.spinOnce
— MethodspinOnce()
Process a single round of callbacks.
ROS.warn
— Methodwarn(n)
Print n
with a ROS warn logging level.
ROS.warn_stream
— Methodwarn_stream(n)
Print n
with a ROS warn logging level.