Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
KiselevIlia committed Mar 29, 2024
1 parent 777edda commit 7997101
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 59 deletions.
10 changes: 1 addition & 9 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,6 @@ find_package(MAVLink)

find_package(Protobuf REQUIRED)

#Generate messages files for collision plugin
PROTOBUF_GENERATE_CPP(PROTO_SRCS PROTO_HDRS msgs/CollisionObject.proto)

#Generate messages files for groundtruth plugin
PROTOBUF_GENERATE_CPP(GT_PROTO_SRCS GT_PROTO_HDRS msgs/Groundtruth.proto)

include_directories(${CMAKE_BINARY_DIR})

include_directories(
Expand Down Expand Up @@ -90,6 +84,4 @@ target_link_libraries(groundtruth_plugin
PRIVATE gz-plugin${GZ_PLUGIN_VER}::gz-plugin${GZ_PLUGIN_VER}
PRIVATE gz-msgs10::gz-msgs10
PRIVATE ${GZ_CUSTOM_MSGS}
)
# ln -s ./libgroundtruth_plugin.so /usr/lib/x86_64-linux-gnu/gz-sim-8/plugins
# ln -s ./libcollision_plugin.so /usr/lib/x86_64-linux-gnu/gz-sim-8/plugins
)
50 changes: 0 additions & 50 deletions msgs/Groundtruth.proto

This file was deleted.

0 comments on commit 7997101

Please sign in to comment.