Skip to content

Commit 00af7e3

Browse files
author
Aart Stuurman
committed
Remove camera plugin
1 parent 3f4f41b commit 00af7e3

File tree

8 files changed

+0
-452
lines changed

8 files changed

+0
-452
lines changed

cpprevolve/revolve/gazebo/CMakeLists.txt

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -112,9 +112,6 @@ include_directories(
112112
${GAZEBO_PROTO_INCLUDE}
113113
)
114114

115-
# Find OpenCV
116-
find_package( OpenCV REQUIRED )
117-
118115
# Add Gazebo C++ flags (this includes c++11)
119116
list(APPEND CMAKE_CXX_FLAGS "${GAZEBO_CXX_FLAGS}")
120117

@@ -252,22 +249,6 @@ target_link_libraries(TorusWorldPlugin
252249
${GAZEBO_LIBRARIES}
253250
)
254251

255-
# Create RecorderCamera plugin
256-
add_library(RecorderCameraPlugin SHARED
257-
plugin/RecorderCamera.cpp
258-
plugin/register_recorder_camera_plugin.cpp
259-
plugin/FrameBuffer.cpp
260-
plugin/VideoFileStream.cpp
261-
)
262-
target_link_libraries(RecorderCameraPlugin
263-
revolve-gazebo
264-
${GAZEBO_LIBRARIES}
265-
CameraPlugin #Gazebo-cmake being crap
266-
${OpenCV_LIBS}
267-
)
268-
target_include_directories(RecorderCameraPlugin
269-
PRIVATE ${OpenCV_INCLUDE_DIRS})
270-
271252
# Create Robot plugin
272253
add_library(
273254
RobotControlPlugin SHARED

cpprevolve/revolve/gazebo/plugin/FrameBuffer.cpp

Lines changed: 0 additions & 32 deletions
This file was deleted.

cpprevolve/revolve/gazebo/plugin/FrameBuffer.h

Lines changed: 0 additions & 46 deletions
This file was deleted.

cpprevolve/revolve/gazebo/plugin/RecorderCamera.cpp

Lines changed: 0 additions & 194 deletions
This file was deleted.

cpprevolve/revolve/gazebo/plugin/RecorderCamera.h

Lines changed: 0 additions & 67 deletions
This file was deleted.

0 commit comments

Comments
 (0)