Base Functions

ROS.infoMethod
info(n)

Print n with a ROS info logging level.

source
ROS.initMethod
init(node_name::String)

ROS initialization function.

source
ROS.nowMethod
now()

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.

source
ROS.warnMethod
warn(n)

Print n with a ROS warn logging level.

source