Guest User

Untitled

a guest
Dec 12th, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. // All #include files ....
  2. #include "ros/console.h"
  3. // Code here...
  4. int main(int argc, char **argv) {
  5. // Initialize ROS node using ros::init function
  6. ros::console::set_logger_level(ROSCONSOLE_DEFAULT_NAME, ros::console::levels::Debug); // Set console level to debug
  7. // Code here...
  8. }
Add Comment
Please, Sign In to add comment