diff options
author | Alexis Ballier <aballier@gentoo.org> | 2018-07-27 10:39:00 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2018-07-27 11:25:56 +0200 |
commit | 17c003a74aea4c8daf26f3b2734cc47e32dc358e (patch) | |
tree | b58d8b17c34565436eed014ee6251ea14a2642b2 /ros-meta | |
parent | dev-ros/amcl: switch to tf2 (diff) | |
download | gentoo-17c003a74aea4c8daf26f3b2734cc47e32dc358e.tar.gz gentoo-17c003a74aea4c8daf26f3b2734cc47e32dc358e.tar.bz2 gentoo-17c003a74aea4c8daf26f3b2734cc47e32dc358e.zip |
ros-meta/navigation: drop robot_pose_ekf
See: https://github.com/ros-planning/navigation/issues/701
Package-Manager: Portage-2.3.43, Repoman-2.3.10
Diffstat (limited to 'ros-meta')
-rw-r--r-- | ros-meta/navigation/navigation-9999.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ros-meta/navigation/navigation-9999.ebuild b/ros-meta/navigation/navigation-9999.ebuild index 25e1f6544e7d..12d224293a7e 100644 --- a/ros-meta/navigation/navigation-9999.ebuild +++ b/ros-meta/navigation/navigation-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -27,7 +27,6 @@ RDEPEND=" dev-ros/move_slow_and_clear dev-ros/nav_core dev-ros/navfn - dev-ros/robot_pose_ekf dev-ros/rotate_recovery dev-ros/voxel_grid " |