Base Functions
ROS.debugROS.debug_streamROS.errorROS.error_streamROS.fatalROS.fatal_streamROS.infoROS.info_streamROS.initROS.nowROS.okROS.spinROS.spinOnceROS.warnROS.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.