We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d36017 commit 59de635Copy full SHA for 59de635
src/geometric_simu.cpp
@@ -19,11 +19,18 @@
19
#include <boost/thread/thread.hpp>
20
#include <boost/thread/condition.hpp>
21
22
+#include <iostream>
23
+
24
+#define ENABLE_RT_LOG
25
+#include <dynamic-graph/real-time-logger.h>
26
27
#include <dynamic_graph_bridge/sot_loader.hh>
28
29
30
int main(int argc, char *argv[])
31
{
32
+ dgADD_OSTREAM_TO_RTLOG (std::cerr);
33
34
ros::init(argc, argv, "sot_ros_encapsulator");
35
SotLoader aSotLoader;
36
if (aSotLoader.parseOptions(argc,argv)<0)
0 commit comments