Skip to content

Commit

Permalink
Updated author e-mail address.
Browse files Browse the repository at this point in the history
  • Loading branch information
pfankhauser committed Aug 3, 2018
1 parent f64a471 commit 237bc53
Show file tree
Hide file tree
Showing 15 changed files with 27 additions and 27 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ The grid map package has been tested with [ROS] Indigo, Jade (under Ubuntu 14.04
The source code is released under a [BSD 3-Clause license](LICENSE).

**Author: Péter Fankhauser<br />
Maintainer: Péter Fankhauser, pfankhauser@ethz.ch<br />
Maintainer: Péter Fankhauser, pfankhauser@anybotics.com<br />
With contributions by: Tanja Baumann, Jeff Delmerico, Remo Diethelm, Perry Franklin, Dominic Jud, Ralph Kaestner, Philipp Krüsi, Alex Millane, Daniel Stonier, Elena Stumm, Martin Wermelinger, Christos Zalidis<br />
Affiliation: Robotic Systems Lab, ETH Zurich**

Expand Down
4 changes: 2 additions & 2 deletions grid_map/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
<name>grid_map</name>
<version>1.6.0</version>
<description>Meta-package for the universal grid map library.</description>
<maintainer email="pfankhauser@ethz.ch">Péter Fankhauser</maintainer>
<maintainer email="pfankhauser@anybotics.com">Péter Fankhauser</maintainer>
<license>BSD</license>
<url type="website">http://github.com/ethz-asl/grid_map</url>
<url type="bugtracker">http://github.com/ethz-asl/grid_map/issues</url>
<author email="pfankhauser@ethz.ch">Péter Fankhauser</author>
<author email="pfankhauser@anybotics.com">Péter Fankhauser</author>
<buildtool_depend>catkin</buildtool_depend>
<exec_depend>grid_map_core</exec_depend>
<exec_depend>grid_map_ros</exec_depend>
Expand Down
4 changes: 2 additions & 2 deletions grid_map_core/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
<name>grid_map_core</name>
<version>1.6.0</version>
<description>Universal grid map library to manage two-dimensional grid maps with multiple data layers.</description>
<maintainer email="pfankhauser@ethz.ch">Péter Fankhauser</maintainer>
<maintainer email="pfankhauser@anybotics.com">Péter Fankhauser</maintainer>
<license>BSD</license>
<url type="website">http://github.com/ethz-asl/grid_map</url>
<url type="bugtracker">http://github.com/ethz-asl/grid_map/issues</url>
<author email="pfankhauser@ethz.ch">Péter Fankhauser</author>
<author email="pfankhauser@anybotics.com">Péter Fankhauser</author>
<buildtool_depend>catkin</buildtool_depend>
<depend>eigen</depend>
</package>
4 changes: 2 additions & 2 deletions grid_map_costmap_2d/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
<name>grid_map_costmap_2d</name>
<version>1.6.0</version>
<description>Interface for grid maps to the costmap_2d format.</description>
<maintainer email="pfankhauser@ethz.ch">Péter Fankhauser</maintainer>
<maintainer email="pfankhauser@anybotics.com">Péter Fankhauser</maintainer>
<license>BSD</license>
<url type="website">http://github.com/ethz-asl/grid_map</url>
<url type="bugtracker">http://github.com/ethz-asl/grid_map/issues</url>
<author email="pfankhauser@ethz.ch">Péter Fankhauser</author>
<author email="pfankhauser@anybotics.com">Péter Fankhauser</author>
<buildtool_depend>catkin</buildtool_depend>
<depend>grid_map_core</depend>
<depend>costmap_2d</depend>
Expand Down
4 changes: 2 additions & 2 deletions grid_map_cv/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
<name>grid_map_cv</name>
<version>1.6.0</version>
<description>Conversions between grid maps and OpenCV images.</description>
<maintainer email="pfankhauser@ethz.ch">Péter Fankhauser</maintainer>
<maintainer email="pfankhauser@anybotics.com">Péter Fankhauser</maintainer>
<license>BSD</license>
<url type="website">http://github.com/ethz-asl/grid_map</url>
<url type="bugtracker">http://github.com/ethz-asl/grid_map/issues</url>
<author email="pfankhauser@ethz.ch">Péter Fankhauser</author>
<author email="pfankhauser@anybotics.com">Péter Fankhauser</author>
<buildtool_depend>catkin</buildtool_depend>
<depend>grid_map_core</depend>
<depend>cv_bridge</depend>
Expand Down
4 changes: 2 additions & 2 deletions grid_map_demos/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
<name>grid_map_demos</name>
<version>1.6.0</version>
<description>Demo nodes to demonstrate the usage of the grid map library.</description>
<maintainer email="pfankhauser@ethz.ch">Péter Fankhauser</maintainer>
<maintainer email="pfankhauser@anybotics.com">Péter Fankhauser</maintainer>
<license>BSD</license>
<url type="website">http://github.com/ethz-asl/grid_map</url>
<url type="bugtracker">http://github.com/ethz-asl/grid_map/issues</url>
<author email="pfankhauser@ethz.ch">Péter Fankhauser</author>
<author email="pfankhauser@anybotics.com">Péter Fankhauser</author>
<buildtool_depend>catkin</buildtool_depend>
<depend>roscpp</depend>
<depend>grid_map_core</depend>
Expand Down
4 changes: 2 additions & 2 deletions grid_map_filters/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
<name>grid_map_filters</name>
<version>1.6.0</version>
<description>Processing grid maps as a sequence of ROS filters.</description>
<maintainer email="pfankhauser@ethz.ch">Péter Fankhauser</maintainer>
<maintainer email="pfankhauser@anybotics.com">Péter Fankhauser</maintainer>
<license>BSD</license>
<url type="website">http://github.com/ethz-asl/grid_map</url>
<url type="bugtracker">http://github.com/ethz-asl/grid_map/issues</url>
<author email="pfankhauser@ethz.ch">Péter Fankhauser</author>
<author email="pfankhauser@anybotics.com">Péter Fankhauser</author>
<author email="[email protected]">Martin Wermelinger</author>
<buildtool_depend>catkin</buildtool_depend>
<depend>grid_map_core</depend>
Expand Down
4 changes: 2 additions & 2 deletions grid_map_loader/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
<name>grid_map_loader</name>
<version>1.6.0</version>
<description>Loading and publishing grid maps from bag files.</description>
<maintainer email="pfankhauser@ethz.ch">Péter Fankhauser</maintainer>
<maintainer email="pfankhauser@anybotics.com">Péter Fankhauser</maintainer>
<license>BSD</license>
<url type="website">http://github.com/ethz-asl/grid_map</url>
<url type="bugtracker">http://github.com/ethz-asl/grid_map/issues</url>
<author email="pfankhauser@ethz.ch">Péter Fankhauser</author>
<author email="pfankhauser@anybotics.com">Péter Fankhauser</author>
<buildtool_depend>catkin</buildtool_depend>
<depend>roscpp</depend>
<depend>grid_map_ros</depend>
Expand Down
4 changes: 2 additions & 2 deletions grid_map_msgs/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
<name>grid_map_msgs</name>
<version>1.6.0</version>
<description>Definition of the multi-layered grid map message type.</description>
<maintainer email="pfankhauser@ethz.ch">Péter Fankhauser</maintainer>
<maintainer email="pfankhauser@anybotics.com">Péter Fankhauser</maintainer>
<license>BSD</license>
<url type="website">http://github.com/ethz-asl/grid_map</url>
<url type="bugtracker">http://github.com/ethz-asl/grid_map/issues</url>
<author email="pfankhauser@ethz.ch">Péter Fankhauser</author>
<author email="pfankhauser@anybotics.com">Péter Fankhauser</author>
<buildtool_depend>catkin</buildtool_depend>
<depend>roscpp</depend>
<depend>message_generation</depend>
Expand Down
4 changes: 2 additions & 2 deletions grid_map_octomap/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
<name>grid_map_octomap</name>
<version>1.6.0</version>
<description>Conversions between grid maps and OctoMap types.</description>
<maintainer email="pfankhauser@ethz.ch">Péter Fankhauser</maintainer>
<maintainer email="pfankhauser@anybotics.com">Péter Fankhauser</maintainer>
<license>BSD</license>
<url type="website">http://github.com/ethz-asl/grid_map</url>
<url type="bugtracker">http://github.com/ethz-asl/grid_map/issues</url>
<author email="[email protected]">Jeff Delmerico</author>
<author email="pfankhauser@ethz.ch">Péter Fankhauser</author>
<author email="pfankhauser@anybotics.com">Péter Fankhauser</author>
<buildtool_depend>catkin</buildtool_depend>
<depend>grid_map_core</depend>
<depend>octomap</depend>
Expand Down
2 changes: 1 addition & 1 deletion grid_map_pcl/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<name>grid_map_pcl</name>
<version>1.6.0</version>
<description>Conversions between grid maps and Point Cloud Library (PCL) types.</description>
<maintainer email="pfankhauser@ethz.ch">Péter Fankhauser</maintainer>
<maintainer email="pfankhauser@anybotics.com">Péter Fankhauser</maintainer>
<license>BSD</license>
<url type="website">http://github.com/ethz-asl/grid_map</url>
<url type="bugtracker">http://github.com/ethz-asl/grid_map/issues</url>
Expand Down
4 changes: 2 additions & 2 deletions grid_map_ros/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
<name>grid_map_ros</name>
<version>1.6.0</version>
<description>ROS interface for the grid map library to manage two-dimensional grid maps with multiple data layers.</description>
<maintainer email="pfankhauser@ethz.ch">Péter Fankhauser</maintainer>
<maintainer email="pfankhauser@anybotics.com">Péter Fankhauser</maintainer>
<license>BSD</license>
<url type="website">http://github.com/ethz-asl/grid_map</url>
<url type="bugtracker">http://github.com/ethz-asl/grid_map/issues</url>
<author email="pfankhauser@ethz.ch">Péter Fankhauser</author>
<author email="pfankhauser@anybotics.com">Péter Fankhauser</author>
<buildtool_depend>catkin</buildtool_depend>
<depend>roscpp</depend>
<depend>grid_map_core</depend>
Expand Down
2 changes: 1 addition & 1 deletion grid_map_rviz_plugin/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<name>grid_map_rviz_plugin</name>
<version>1.6.0</version>
<description>RViz plugin for displaying grid map messages.</description>
<maintainer email="pfankhauser@ethz.ch">Péter Fankhauser</maintainer>
<maintainer email="pfankhauser@anybotics.com">Péter Fankhauser</maintainer>
<license>BSD</license>
<author>Philipp Krüsi</author>
<author>Péter Fankhauser</author>
Expand Down
4 changes: 2 additions & 2 deletions grid_map_sdf/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
<name>grid_map_sdf</name>
<version>1.6.0</version>
<description>Generates signed distance fields from grid maps.</description>
<maintainer email="pfankhauser@ethz.ch">Péter Fankhauser</maintainer>
<maintainer email="pfankhauser@anybotics.com">Péter Fankhauser</maintainer>
<license>BSD</license>
<url type="website">http://github.com/ethz-asl/grid_map</url>
<url type="bugtracker">http://github.com/ethz-asl/grid_map/issues</url>
<author email="[email protected]">Takahiro Miki</author>
<author email="pfankhauser@ethz.ch">Péter Fankhauser</author>
<author email="pfankhauser@anybotics.com">Péter Fankhauser</author>
<buildtool_depend>catkin</buildtool_depend>
<depend>grid_map_core</depend>
<depend>pcl_ros</depend>
Expand Down
4 changes: 2 additions & 2 deletions grid_map_visualization/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
<name>grid_map_visualization</name>
<version>1.6.0</version>
<description>Configurable tool to visualize grid maps in RViz.</description>
<maintainer email="pfankhauser@ethz.ch">Péter Fankhauser</maintainer>
<maintainer email="pfankhauser@anybotics.com">Péter Fankhauser</maintainer>
<license>BSD</license>
<url type="website">http://github.com/ethz-asl/grid_map</url>
<url type="bugtracker">http://github.com/ethz-asl/grid_map/issues</url>
<author email="pfankhauser@ethz.ch">Péter Fankhauser</author>
<author email="pfankhauser@anybotics.com">Péter Fankhauser</author>
<buildtool_depend>catkin</buildtool_depend>
<depend>roscpp</depend>
<depend>grid_map_core</depend>
Expand Down

0 comments on commit 237bc53

Please sign in to comment.