Skip to content

Commit

Permalink
0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ahcorde committed Jul 19, 2024
1 parent 1e42a6d commit c63478d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion geometry_tutorials/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>geometry_tutorials</name>
<version>0.6.1</version>
<version>0.6.2</version>
<description>Metapackage of geometry tutorials ROS.</description>
<maintainer email="[email protected]">Alejandro Hernández Cordero</maintainer>
<maintainer email="[email protected]">Audrow Nash</maintainer>
Expand Down
2 changes: 1 addition & 1 deletion turtle_tf2_cpp/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>turtle_tf2_cpp</name>
<version>0.6.1</version>
<version>0.6.2</version>
<description>
turtle_tf2_cpp demonstrates how to write a ROS2 C++ tf2 broadcaster and listener with the turtlesim. The turtle_tf2_listener commands turtle2 to follow turtle1 around as you drive turtle1 using the keyboard.
</description>
Expand Down
2 changes: 1 addition & 1 deletion turtle_tf2_py/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>turtle_tf2_py</name>
<version>0.6.1</version>
<version>0.6.2</version>
<description>
turtle_tf2_py demonstrates how to write a ROS2 Python tf2 broadcaster and listener with the turtlesim. The turtle_tf2_listener commands turtle2 to follow turtle1 around as you drive turtle1 using the keyboard.
</description>
Expand Down
2 changes: 1 addition & 1 deletion turtle_tf2_py/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setup(
name=package_name,
version='0.6.1',
version='0.6.2',
packages=[package_name],
data_files=[
('share/ament_index/resource_index/packages', ['resource/' + package_name]),
Expand Down

0 comments on commit c63478d

Please sign in to comment.