diff options
author | Alexis Ballier <aballier@gentoo.org> | 2017-08-30 11:27:52 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2017-09-01 13:18:37 +0200 |
commit | c95c902cf7e4c07708351636f99872ea5c1829de (patch) | |
tree | 06e0abd080ad59eb7512cfd969e636afb8508fe2 /dev-ros/rviz_imu_plugin | |
parent | dev-ros/imu_filter_madgwick: initial import (diff) | |
download | gentoo-c95c902cf7e4c07708351636f99872ea5c1829de.tar.gz gentoo-c95c902cf7e4c07708351636f99872ea5c1829de.tar.bz2 gentoo-c95c902cf7e4c07708351636f99872ea5c1829de.zip |
dev-ros/rviz_imu_plugin: initial import
Package-Manager: Portage-2.3.8, Repoman-2.3.3
Diffstat (limited to 'dev-ros/rviz_imu_plugin')
-rw-r--r-- | dev-ros/rviz_imu_plugin/Manifest | 1 | ||||
-rw-r--r-- | dev-ros/rviz_imu_plugin/metadata.xml | 11 | ||||
-rw-r--r-- | dev-ros/rviz_imu_plugin/rviz_imu_plugin-1.1.5.ebuild | 24 | ||||
-rw-r--r-- | dev-ros/rviz_imu_plugin/rviz_imu_plugin-9999.ebuild | 24 |
4 files changed, 60 insertions, 0 deletions
diff --git a/dev-ros/rviz_imu_plugin/Manifest b/dev-ros/rviz_imu_plugin/Manifest new file mode 100644 index 000000000000..82f6f559d84a --- /dev/null +++ b/dev-ros/rviz_imu_plugin/Manifest @@ -0,0 +1 @@ +DIST imu_tools-1.1.5.tar.gz 1653083 SHA256 845d0c0dfa262223e7aeb5a4ed31c92865fd5fbc30eda04dd822a2c89e81e3e0 SHA512 5009884852c71d6bb1b6c2be2f30ed333eca2ac6a7f29d02cb8f0821c0b95a33dd3b09049c4c4eeb1416fb0eb5dc454b3c6d36c2c24303f37c0d1d2c0c2d906a WHIRLPOOL 2caf1b9cf671081051a2475d019802c8fb312a2e8ad668e0cda2a259778f0ef548e3967233daeefa14c5630c4b13fddde6e0ac4d42b5b7424bf156eac0443964 diff --git a/dev-ros/rviz_imu_plugin/metadata.xml b/dev-ros/rviz_imu_plugin/metadata.xml new file mode 100644 index 000000000000..0be33667fd34 --- /dev/null +++ b/dev-ros/rviz_imu_plugin/metadata.xml @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>ros@gentoo.org</email> + <name>Gentoo ROS Project</name> + </maintainer> + <upstream> + <remote-id type="github">ccny-ros-pkg/imu_tools</remote-id> + </upstream> +</pkgmetadata> diff --git a/dev-ros/rviz_imu_plugin/rviz_imu_plugin-1.1.5.ebuild b/dev-ros/rviz_imu_plugin/rviz_imu_plugin-1.1.5.ebuild new file mode 100644 index 000000000000..1048fb29674a --- /dev/null +++ b/dev-ros/rviz_imu_plugin/rviz_imu_plugin-1.1.5.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2017 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 +" +DEPEND="${RDEPEND}" diff --git a/dev-ros/rviz_imu_plugin/rviz_imu_plugin-9999.ebuild b/dev-ros/rviz_imu_plugin/rviz_imu_plugin-9999.ebuild new file mode 100644 index 000000000000..1048fb29674a --- /dev/null +++ b/dev-ros/rviz_imu_plugin/rviz_imu_plugin-9999.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2017 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 +" +DEPEND="${RDEPEND}" |