Skip to content

Commit

Permalink
fixed so it builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Equi committed Mar 14, 2019
1 parent 3439315 commit 1f81e87
Showing 1 changed file with 10 additions and 12 deletions.
22 changes: 10 additions & 12 deletions realsense2_description/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,7 @@ option(BUILD_WITH_OPENMP "Use OpenMP" OFF)
option(SET_USER_BREAK_AT_STARTUP "Set user wait point in startup (for debug)" OFF)

find_package(catkin REQUIRED COMPONENTS
message_generation
roscpp
sensor_msgs
std_msgs
nodelet
cv_bridge
image_transport
Expand All @@ -19,23 +16,24 @@ find_package(catkin REQUIRED COMPONENTS

set(CMAKE_CXX_FLAGS "-fPIE -fPIC -std=c++11 -D_FORTIFY_SOURCE=2 -fstack-protector -Wformat -Wformat-security -Wall ${CMAKE_CXX_FLAGS}")

add_message_files(
FILES
#add_message_files(
# FILES
# IMUInfo.msg
# Extrinsics.msg
)
# )

generate_messages(
DEPENDENCIES
sensor_msgs
std_msgs
)
#generate_messages(
# DEPENDENCIES
# sensor_msgs
# std_msgs
# )


# RealSense ROS Node
catkin_package(
LIBRARIES ${PROJECT_NAME}
CATKIN_DEPENDS message_runtime roscpp sensor_msgs std_msgs
CATKIN_DEPENDS
roscpp
nodelet
cv_bridge
image_transport
Expand Down

0 comments on commit 1f81e87

Please sign in to comment.