Skip to content

Commit 917a1d0

Browse files
author
chao
committed
change project name and license
1 parent df7840d commit 917a1d0

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
cmake_minimum_required(VERSION 3.15)
2-
project(svcpp)
2+
project(dsol)
33

44
set(CMAKE_CXX_STANDARD 17)
55
list(PREPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake")

package.xml

+3-6
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,18 @@
11
<?xml version="1.0"?>
22
<package format="2">
3-
<name>svcpp</name>
3+
<name>dsol</name>
44
<version>0.0.0</version>
5-
<description>The svcpp package</description>
5+
<description>The dsol package</description>
66

77
<maintainer email="[email protected]">chao</maintainer>
8-
<license>SV</license>
8+
<license>Apache-2.0</license>
99
<buildtool_depend>catkin</buildtool_depend>
1010

1111
<depend>roscpp</depend>
12-
<depend>pcl_ros</depend>
1312
<depend>tf2_ros</depend>
1413
<depend>tf2_eigen</depend>
1514
<depend>cv_bridge</depend>
1615
<depend>image_transport</depend>
17-
<depend>pcl_conversions</depend>
18-
<depend>message_filters</depend>
1916

2017
<depend>nav_msgs</depend>
2118
<depend>sensor_msgs</depend>

0 commit comments

Comments
 (0)