File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 1
1
cmake_minimum_required (VERSION 3.0.2 )
2
- project (tcp_to_ros )
2
+ project (tcp_ros_bridge )
3
3
4
4
## Compile as C++11, supported in ROS Kinetic and newer
5
5
add_compile_options (-std=c++11 )
@@ -57,6 +57,13 @@ include_directories(
57
57
# add_library(uuv_ctrl_msg_parser_test
58
58
# src/uuv_ctrl_msg_parser_test.cpp
59
59
# )
60
+ add_library (message719
61
+ src/message719.c
62
+ )
63
+
64
+ add_library (tcp_ros_bridge
65
+ src/tcp_ros_bridge.cpp
66
+ )
60
67
61
68
add_executable (async_tcp_server_test src/async_tcp_server_test.cpp )
62
69
add_executable (uuv_ctrl_msg_parser_test src/uuv_ctrl_msg_parser_test.cpp )
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" ?>
2
2
<package format =" 2" >
3
- <name >tcp_to_ros </name >
3
+ <name >tcp_ros_bridge </name >
4
4
<version >0.0.0</version >
5
5
<description >The tcp_to_ros package</description >
6
6
You can’t perform that action at this time.
0 commit comments