Skip to content

Commit

Permalink
Update package maintainer. (#286)
Browse files Browse the repository at this point in the history
Mikael -> Michael
- demo_nodes_py
- pendulum_control
- pendulum_msgs
  • Loading branch information
mjcarroll committed Nov 27, 2018
1 parent be2d7bc commit 7dd5ce6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion demo_nodes_py/package.xml
Expand Up @@ -6,9 +6,10 @@
<description>
Python nodes which were previously in the ros2/examples repository but are now just used for demo purposes.
</description>
<maintainer email="mikael@osrfoundation.org">Mikael Arguedas</maintainer>
<maintainer email="michael@openrobotics.org">Michael Carroll</maintainer>
<license>Apache License 2.0</license>

<author>Mikael Arguedas</author>
<author email="esteve@osrfoundation.org">Esteve Fernandez</author>

<exec_depend>example_interfaces</exec_depend>
Expand Down
3 changes: 2 additions & 1 deletion pendulum_control/package.xml
Expand Up @@ -5,11 +5,12 @@
<version>0.5.1</version>
<description>Demonstrates ROS 2's realtime capabilities with a simulated inverted pendulum.</description>

<maintainer email="mikael@osrfoundation.org">Mikael Arguedas</maintainer>
<maintainer email="michael@openrobotics.org">Michael Carroll</maintainer>

<license>Apache License 2.0</license>

<author>Jackie Kay</author>
<author>Mikael Arguedas</author>

<buildtool_depend>ament_cmake</buildtool_depend>

Expand Down
3 changes: 2 additions & 1 deletion pendulum_msgs/package.xml
Expand Up @@ -5,11 +5,12 @@
<version>0.5.1</version>
<description>Custom messages for real-time pendulum control.</description>

<maintainer email="mikael@osrfoundation.org">Mikael Arguedas</maintainer>
<maintainer email="michael@openrobotics.org">Michael Carroll</maintainer>

<license>Apache License 2.0</license>

<author>Jackie Kay</author>
<author>Mikael Arguedas</author>

<buildtool_depend>ament_cmake</buildtool_depend>

Expand Down

0 comments on commit 7dd5ce6

Please sign in to comment.