Skip to content

Commit

Permalink
platform: add debug info
Browse files Browse the repository at this point in the history
* Update debug version rtps lib.
* Add some debug info.
  • Loading branch information
hillbrook authored and quning18 committed Sep 13, 2017
1 parent dcc4dfd commit 63f939b
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion ros/class_loader/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ find_package(console_bridge REQUIRED)

if(${catkin_FOUND})
find_package(catkin REQUIRED COMPONENTS cmake_modules)
find_package(Poco REQUIRED COMPONENTS Foundation)
#find_package(Poco REQUIRED COMPONENTS Foundation)
set(Poco_LIBRARIES PocoFoundation)
catkin_package(
INCLUDE_DIRS include
LIBRARIES ${PROJECT_NAME} ${Poco_LIBRARIES}
Expand Down
2 changes: 1 addition & 1 deletion ros/pluginlib/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ catkin_package(
include_directories(include ${catkin_INCLUDE_DIRS} ${Boost_INCLUDE_DIRS} ${TinyXML_INCLUDE_DIRS})

add_executable(plugin_tool src/plugin_tool.cpp)
target_link_libraries(plugin_tool ${Boost_LIBRARIES} ${catkin_LIBRARIES} ${TinyXML_LIBRARIES})
target_link_libraries(plugin_tool ${Boost_LIBRARIES} ${catkin_LIBRARIES} ${TinyXML_LIBRARIES} dl)

install(TARGETS plugin_tool
RUNTIME DESTINATION ${CATKIN_PACKAGE_BIN_DESTINATION}
Expand Down
2 changes: 1 addition & 1 deletion ros/ros_comm/roscpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ find_package(catkin REQUIRED COMPONENTS
cpp_common message_generation rosconsole roscpp_serialization roscpp_traits rosgraph_msgs rostime std_msgs xmlrpcpp
)

set(CMAKE_CXX_FLAGS "-std=c++11 ${CMAKE_CXX_FLAGS}")
set(CMAKE_CXX_FLAGS "-g -std=c++11 ${CMAKE_CXX_FLAGS}")

catkin_package_xml()
# split version in parts and pass to extra file
Expand Down
Binary file modified ros/third_party/fast-rtps_x86_64/lib/libfastrtps.so
Binary file not shown.
Binary file modified ros/third_party/fast-rtps_x86_64/lib/libfastrtps.so.1
Binary file not shown.

0 comments on commit 63f939b

Please sign in to comment.