summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2018-06-08 14:15:09 +0200
committerAlexis Ballier <aballier@gentoo.org>2018-06-08 14:26:28 +0200
commit816d3e1e3f6eb32167cb666e9da92da436a86bfa (patch)
tree1fed1f3174f0a8d196a83ea068a30e043746f42f /dev-ros
parentdev-ros/imu_filter_madgwick: Bump to 1.2.0. (diff)
downloadgentoo-816d3e1e3f6eb32167cb666e9da92da436a86bfa.tar.gz
gentoo-816d3e1e3f6eb32167cb666e9da92da436a86bfa.tar.bz2
gentoo-816d3e1e3f6eb32167cb666e9da92da436a86bfa.zip
dev-ros/rviz_imu_plugin: Bump to 1.2.0.
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'dev-ros')
-rw-r--r--dev-ros/rviz_imu_plugin/Manifest1
-rw-r--r--dev-ros/rviz_imu_plugin/rviz_imu_plugin-1.2.0.ebuild26
2 files changed, 27 insertions, 0 deletions
diff --git a/dev-ros/rviz_imu_plugin/Manifest b/dev-ros/rviz_imu_plugin/Manifest
index 5c6576ba8015..f88e2c915d89 100644
--- a/dev-ros/rviz_imu_plugin/Manifest
+++ b/dev-ros/rviz_imu_plugin/Manifest
@@ -1 +1,2 @@
DIST imu_tools-1.1.5.tar.gz 1653083 BLAKE2B 8c0e84333455a5b4cae215a2e54b74ff828d00a426b9ab13f4048a72556b6a526dc4256a53dc3e21e098cc31ea6d21e0d508066a4627d01c27681ce0b3b18035 SHA512 5009884852c71d6bb1b6c2be2f30ed333eca2ac6a7f29d02cb8f0821c0b95a33dd3b09049c4c4eeb1416fb0eb5dc454b3c6d36c2c24303f37c0d1d2c0c2d906a
+DIST imu_tools-1.2.0.tar.gz 1653607 BLAKE2B 76cccfeae657188e3be3774bcb19c5edac94e7070a6fd8a01c8a56857297491568f978820e6f32467b031ceece4742e6c0fe926e5d59ad19a2f6fb1c037ac3ec SHA512 3f39a2ec539949a6881cc106122d663706ddd3ed03ed822b9370e56beb56f1349bfd668a71e443ab2b9d525c6a3a88fad053768764160d9d0f04c08ba1ad2f8e
diff --git a/dev-ros/rviz_imu_plugin/rviz_imu_plugin-1.2.0.ebuild b/dev-ros/rviz_imu_plugin/rviz_imu_plugin-1.2.0.ebuild
new file mode 100644
index 000000000000..0c243ce8c89e
--- /dev/null
+++ b/dev-ros/rviz_imu_plugin/rviz_imu_plugin-1.2.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+ROS_REPO_URI="https://github.com/ccny-ros-pkg/imu_tools"
+KEYWORDS="~amd64"
+ROS_SUBDIR=${PN}
+
+inherit ros-catkin
+
+DESCRIPTION="RVIZ plugin for IMU visualization"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+ dev-qt/qtcore:5
+ dev-qt/qtgui:5
+ dev-qt/qtwidgets:5
+ dev-ros/roscpp
+ dev-ros/rviz
+ dev-libs/boost:=
+ dev-libs/console_bridge:=
+"
+DEPEND="${RDEPEND}"