Skip to content

Commit

Permalink
Merge pull request ros-perception#1 from mikeferguson/master
Browse files Browse the repository at this point in the history
rename to openslam_gmapping
  • Loading branch information
wjwwood committed Jun 28, 2013
2 parents 88140c1 + a9b288d commit d3a8691
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 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)
project(gmapping)
project(openslam_gmapping)

find_package(catkin)

Expand Down
10 changes: 6 additions & 4 deletions package.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
<package>
<name>gmapping</name>
<name>openslam_gmapping</name>
<version>0.1.0</version>
<description>gmapping</description>
<author>Giorgio</author>
<description>openslam_gmapping</description>
<author>Giorgio Grisetti</author>
<author>Cyrill Stachniss</author>
<author>Wolfram Burgard</author>
<maintainer email="vincent.rabaud@gmail.com">Vincent Rabaud</maintainer>
<license>BSD</license>

<url>http://gmapping.com</url>
<url>http://openslam.org/gmapping</url>

<build_depend>boost</build_depend>
<build_depend>curl</build_depend>
Expand Down

0 comments on commit d3a8691

Please sign in to comment.