forked from ros2/demos
-
Notifications
You must be signed in to change notification settings - Fork 0
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
1 parent
6364aa6
commit a633349
Showing
38 changed files
with
237 additions
and
20 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,47 @@ | ||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
Changelog for package action_tutorials_cpp | ||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
|
||
0.8.0 (2019-09-26) | ||
------------------ | ||
* Add action tutorials in C++ (`#378 <https://github.com/ros2/demos/issues/378>`_) | ||
* Contributors: Siddharth Kucheria | ||
|
||
0.7.6 (2019-05-30) | ||
------------------ | ||
|
||
0.7.5 (2019-05-29) | ||
------------------ | ||
|
||
0.7.4 (2019-05-20) | ||
------------------ | ||
|
||
0.7.3 (2019-05-10) | ||
------------------ | ||
|
||
0.7.2 (2019-05-08) | ||
------------------ | ||
|
||
0.7.1 (2019-04-26) | ||
------------------ | ||
|
||
0.7.0 (2019-04-14) | ||
------------------ | ||
|
||
0.6.2 (2019-01-15) | ||
------------------ | ||
|
||
0.6.1 (2018-12-12) | ||
------------------ | ||
|
||
0.6.0 (2018-12-07) | ||
------------------ | ||
|
||
0.5.1 (2018-06-28) | ||
------------------ | ||
|
||
0.5.0 (2018-06-27) | ||
------------------ | ||
|
||
0.4.0 (2017-12-08) | ||
------------------ |
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 |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?> | ||
<package format="3"> | ||
<name>action_tutorials_cpp</name> | ||
<version>0.7.6</version> | ||
<version>0.8.0</version> | ||
<description>C++ action tutorial cpp code</description> | ||
<maintainer email="[email protected]">Jacob Perron</maintainer> | ||
<license>Apache License 2.0</license> | ||
|
47 changes: 47 additions & 0 deletions
47
action_tutorials/action_tutorials_interfaces/CHANGELOG.rst
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,47 @@ | ||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
Changelog for package action_tutorials_interfaces | ||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
|
||
0.8.0 (2019-09-26) | ||
------------------ | ||
* Move action tutorial interface to a new package, action_tutorials_interfaces (`#378 <https://github.com/ros2/demos/issues/378>`_) | ||
* Contributors: Siddharth Kucheria | ||
|
||
0.7.6 (2019-05-30) | ||
------------------ | ||
|
||
0.7.5 (2019-05-29) | ||
------------------ | ||
|
||
0.7.4 (2019-05-20) | ||
------------------ | ||
|
||
0.7.3 (2019-05-10) | ||
------------------ | ||
|
||
0.7.2 (2019-05-08) | ||
------------------ | ||
|
||
0.7.1 (2019-04-26) | ||
------------------ | ||
|
||
0.7.0 (2019-04-14) | ||
------------------ | ||
|
||
0.6.2 (2019-01-15) | ||
------------------ | ||
|
||
0.6.1 (2018-12-12) | ||
------------------ | ||
|
||
0.6.0 (2018-12-07) | ||
------------------ | ||
|
||
0.5.1 (2018-06-28) | ||
------------------ | ||
|
||
0.5.0 (2018-06-27) | ||
------------------ | ||
|
||
0.4.0 (2017-12-08) | ||
------------------ |
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 |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?> | ||
<package format="3"> | ||
<name>action_tutorials_interfaces</name> | ||
<version>0.7.6</version> | ||
<version>0.8.0</version> | ||
<description>Action tutorials action</description> | ||
<maintainer email="[email protected]">Jacob Perron</maintainer> | ||
<license>Apache License 2.0</license> | ||
|
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,48 @@ | ||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
Changelog for package action_tutorials_py | ||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
|
||
0.8.0 (2019-09-26) | ||
------------------ | ||
* Remove non-existing dependency (`#384 <https://github.com/ros2/demos/issues/384>`_) | ||
* Move Python action tutorials to a new package, action_tutorials_py (`#378 <https://github.com/ros2/demos/issues/378>`_) | ||
* Contributors: Mikael Arguedas, Siddharth Kucheria | ||
|
||
0.7.6 (2019-05-30) | ||
------------------ | ||
|
||
0.7.5 (2019-05-29) | ||
------------------ | ||
|
||
0.7.4 (2019-05-20) | ||
------------------ | ||
|
||
0.7.3 (2019-05-10) | ||
------------------ | ||
|
||
0.7.2 (2019-05-08) | ||
------------------ | ||
|
||
0.7.1 (2019-04-26) | ||
------------------ | ||
|
||
0.7.0 (2019-04-14) | ||
------------------ | ||
|
||
0.6.2 (2019-01-15) | ||
------------------ | ||
|
||
0.6.1 (2018-12-12) | ||
------------------ | ||
|
||
0.6.0 (2018-12-07) | ||
------------------ | ||
|
||
0.5.1 (2018-06-28) | ||
------------------ | ||
|
||
0.5.0 (2018-06-27) | ||
------------------ | ||
|
||
0.4.0 (2017-12-08) | ||
------------------ |
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 |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?> | ||
<package format="3"> | ||
<name>action_tutorials_py</name> | ||
<version>0.7.6</version> | ||
<version>0.8.0</version> | ||
<description>Python action tutorial code</description> | ||
<maintainer email="[email protected]">Jacob Perron</maintainer> | ||
<license>Apache License 2.0</license> | ||
|
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
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 |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?> | ||
<package format="3"> | ||
<name>composition</name> | ||
<version>0.7.6</version> | ||
<version>0.8.0</version> | ||
<description>Examples for composing multiple nodes in a single process.</description> | ||
<maintainer email="[email protected]">Dirk Thomas</maintainer> | ||
<license>Apache License 2.0</license> | ||
|
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
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
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
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
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
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
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
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
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
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
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
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
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
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 |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?> | ||
<package format="2"> | ||
<name>image_tools</name> | ||
<version>0.7.6</version> | ||
<version>0.8.0</version> | ||
<description>Tools to capture and play back images to and from DDS subscriptions and publications.</description> | ||
<maintainer email="[email protected]">Dirk Thomas</maintainer> | ||
<license>Apache License 2.0</license> | ||
|
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
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 |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?> | ||
<package format="2"> | ||
<name>intra_process_demo</name> | ||
<version>0.7.6</version> | ||
<version>0.8.0</version> | ||
<description>Demonstrations of intra process communication.</description> | ||
<maintainer email="[email protected]">William Woodall</maintainer> | ||
<license>Apache License 2.0</license> | ||
|
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
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 |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?> | ||
<package format="2"> | ||
<name>lifecycle</name> | ||
<version>0.7.6</version> | ||
<version>0.8.0</version> | ||
<description>Package containing demos for lifecycle implementation</description> | ||
<maintainer email="[email protected]">Karsten Knese</maintainer> | ||
<license>Apache License 2.0</license> | ||
|
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
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 |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?> | ||
<package format="3"> | ||
<name>logging_demo</name> | ||
<version>0.7.6</version> | ||
<version>0.8.0</version> | ||
<description>Examples for using and configuring loggers.</description> | ||
<maintainer email="[email protected]">Scott K Logan</maintainer> | ||
<license>Apache License 2.0</license> | ||
|
Oops, something went wrong.