User Tools


Differences

This shows you the differences between two versions of the page.

Link to this comparison view

cs:ros:rosconsole:start [2017/01/14 20:11]
Brandon Kallaher created
cs:ros:rosconsole:start [2017/01/14 20:21] (current)
Brandon Kallaher
Line 1: Line 1:
 ====== Using ROS Console ====== ====== Using ROS Console ======
 +
 +ROS Console is useful for changing the logging level for one or more nodes.
 +
 +==== Viewing the Current Logging Level ====
 +
 +To see the current logging level for a node:
 +
 +  rosconsole get <​NODE>​ <​LOGGER>​
 +  ​
 +The LOGGER parameter allows the user to choose specific logger messages to increase the level of. normally it is sufficient to use ''​ros.robosub''​ as the logger unless you think there is a problem with ROS itself. In that case use ''​ros''​.
 +
 +==== Setting the Logger Level ====
 +
 +  rosconsole set <​NODE>​ <​LOGGER>​
 +  ​
 +==== Get all of the Loggers for a Node ====
 +
 +  rosconsole list <​NODE>​