Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
autonomousdriving
torcs_dl
Commits
31f36c26
Commit
31f36c26
authored
Jan 09, 2019
by
Carlos Alfredo Yeverino Rodriguez
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix compilation errors related to atomic bool and opencv
parent
8695b4d0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
EMADL2TORCS/resources/TORCSComponent/src/TORCSComponent/src/torcsclient.cpp
...ces/TORCSComponent/src/TORCSComponent/src/torcsclient.cpp
+1
-0
EMADL2TORCS/resources/TORCSComponent/src/TORCSComponent/src/torcsclient.h
...urces/TORCSComponent/src/TORCSComponent/src/torcsclient.h
+1
-1
No files found.
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
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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