Skip to content

Commit

Permalink
Remove camera plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
Aart Stuurman committed Aug 9, 2021
1 parent 3f4f41b commit 2494782
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 449 deletions.
16 changes: 0 additions & 16 deletions cpprevolve/revolve/gazebo/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -252,22 +252,6 @@ target_link_libraries(TorusWorldPlugin
${GAZEBO_LIBRARIES}
)

# Create RecorderCamera plugin
add_library(RecorderCameraPlugin SHARED
plugin/RecorderCamera.cpp
plugin/register_recorder_camera_plugin.cpp
plugin/FrameBuffer.cpp
plugin/VideoFileStream.cpp
)
target_link_libraries(RecorderCameraPlugin
revolve-gazebo
${GAZEBO_LIBRARIES}
CameraPlugin #Gazebo-cmake being crap
${OpenCV_LIBS}
)
target_include_directories(RecorderCameraPlugin
PRIVATE ${OpenCV_INCLUDE_DIRS})

# Create Robot plugin
add_library(
RobotControlPlugin SHARED
Expand Down
32 changes: 0 additions & 32 deletions cpprevolve/revolve/gazebo/plugin/FrameBuffer.cpp

This file was deleted.

46 changes: 0 additions & 46 deletions cpprevolve/revolve/gazebo/plugin/FrameBuffer.h

This file was deleted.

194 changes: 0 additions & 194 deletions cpprevolve/revolve/gazebo/plugin/RecorderCamera.cpp

This file was deleted.

67 changes: 0 additions & 67 deletions cpprevolve/revolve/gazebo/plugin/RecorderCamera.h

This file was deleted.

Loading

0 comments on commit 2494782

Please sign in to comment.