Skip to content

Commit

Permalink
fixed package name error
Browse files Browse the repository at this point in the history
  • Loading branch information
jupidity committed Aug 2, 2017
1 parent 8d78efd commit 5ecc783
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 2.8.3)
project(segmentation)
project(obj_recognition)

## Add support for C++11, supported in ROS Kinetic and newer
# add_definitions(-std=c++11)
Expand Down
4 changes: 2 additions & 2 deletions package.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0"?>
<package>
<name>segmentation</name>
<name>obj_recognition</name>
<version>0.0.0</version>
<description>The segmentation package</description>
<description>The obj_recognition package</description>

<!-- One maintainer tag required, multiple allowed, one person per tag -->
<!-- Example: -->
Expand Down

0 comments on commit 5ecc783

Please sign in to comment.