-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
43 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
Changelog for package raspicat_navigation | ||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
|
||
0.1.0 (2022-06-06) | ||
------------------ | ||
* Release raspicat_slam_navigation (`#7 <https://github.com/rt-net/raspicat_slam_navigation_develop/issues/7>`_) | ||
* Release raspicat_slam_navigation | ||
* Create raspicat_navigation package | ||
* Add multiple SLAM methods to raspicat_slam package | ||
* Remove laserscan_to_map to avoid error | ||
* Add demonstration movie | ||
* Contributors: Tatsuhiro Ikebe, Daisuke Sato |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
<?xml version="1.0"?> | ||
<package format="2"> | ||
<name>raspicat_navigation</name> | ||
<version>0.0.0</version> | ||
<version>0.1.0</version> | ||
<description>The raspicat_navigation package</description> | ||
<maintainer email="[email protected]">RT Corporation</maintainer> | ||
<author email="[email protected]">RT Corporation</author> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
Changelog for package raspicat_slam | ||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
|
||
0.1.0 (2022-06-06) | ||
------------------ | ||
* Release raspicat_slam_navigation (`#7 <https://github.com/rt-net/raspicat_slam_navigation_develop/issues/7>`_) | ||
* Release raspicat_slam_navigation | ||
* Create raspicat_navigation package | ||
* Add multiple SLAM methods to raspicat_slam package | ||
* Remove laserscan_to_map to avoid error | ||
* Add demonstration movie | ||
* Contributors: Tatsuhiro Ikebe, Daisuke Sato |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
<?xml version="1.0"?> | ||
<package format="2"> | ||
<name>raspicat_slam</name> | ||
<version>0.0.0</version> | ||
<version>0.1.0</version> | ||
<description>The raspicat_slam package</description> | ||
<maintainer email="[email protected]">RT Corporation</maintainer> | ||
<author email="[email protected]">RT Corporation</author> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
Changelog for package raspicat_slam_navigation | ||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
|
||
0.1.0 (2022-06-06) | ||
------------------ | ||
* Release raspicat_slam_navigation (`#7 <https://github.com/rt-net/raspicat_slam_navigation_develop/issues/7>`_) | ||
* Release raspicat_slam_navigation | ||
* Create raspicat_navigation package | ||
* Add multiple SLAM methods to raspicat_slam package | ||
* Remove laserscan_to_map to avoid error | ||
* Add demonstration movie | ||
* Contributors: Tatsuhiro Ikebe, Daisuke Sato |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
cmake_minimum_required(VERSION 3.0.2) | ||
project(raspicat_slam_navigation) | ||
find_package(catkin REQUIRED) | ||
catkin_metapackage() | ||
catkin_metapackage() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
<?xml version="1.0"?> | ||
<package format="2"> | ||
<name>raspicat_slam_navigation</name> | ||
<version>0.0.0</version> | ||
<version>0.1.0</version> | ||
<description>The raspicat_slam_navigation package</description> | ||
<maintainer email="[email protected]">RT Corporation</maintainer> | ||
<license>Apache-2.0</license> | ||
|