Created
November 6, 2023 06:18
-
-
Save k-okada/9d7b9e2343420abdddef787e83ce5ffc to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ech-user@ki00001:jsk_roseus$ git diff | |
diff --git a/roseus/roseus.cpp b/roseus/roseus.cpp | |
index 017869c..991fd9e 100644 | |
--- a/roseus/roseus.cpp | |
+++ b/roseus/roseus.cpp | |
@@ -75,6 +75,8 @@ | |
#include <ros/param.h> | |
#include <ros/callback_queue.h> | |
+#include <console_bridge/console.h> | |
+ | |
// for eus.h | |
#define class eus_class | |
#define throw eus_throw | |
@@ -2171,6 +2173,7 @@ pointer ___roseus(register context *ctx, int n, pointer *argv, pointer env) | |
ros::master::init(remappings); | |
//ros::param::init(remappings); | |
+ console_bridge::setLogLevel(console_bridge::CONSOLE_BRIDGE_LOG_ERROR); | |
return 0; | |
} | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment