Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
autonomousdriving
torcs_dl
Commits
31f36c26
Commit
31f36c26
authored
Jan 09, 2019
by
Carlos Alfredo Yeverino Rodriguez
Browse files
Fix compilation errors related to atomic bool and opencv
parent
8695b4d0
Changes
2
Hide whitespace changes
Inline
Side-by-side
EMADL2TORCS/resources/TORCSComponent/src/TORCSComponent/src/torcsclient.cpp
View file @
31f36c26
...
...
@@ -8,6 +8,7 @@
#include
<assert.h>
#include
<ros/console.h>
#include
<cv.hpp>
#include
<highgui.h>
using
namespace
torcs
;
...
...
EMADL2TORCS/resources/TORCSComponent/src/TORCSComponent/src/torcsclient.h
View file @
31f36c26
...
...
@@ -5,6 +5,7 @@
#include
<memory>
#include
<functional>
#include
<std_msgs/Float32MultiArray.h>
#include
<atomic>
#define DEBUG_LOG false
...
...
@@ -157,4 +158,3 @@ private:
};
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment