mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-03-18 02:37:27 -07:00
Also bumped to EAPI=7 and updated metadata.xml. Signed-off-by: Conrad Kostecki <conrad@kostecki.com> Package-Manager: Portage-2.3.51, Repoman-2.3.11 Closes: https://github.com/gentoo/gentoo/pull/10274 Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
23 lines
848 B
XML
23 lines
848 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="person">
|
|
<email>ck+gentoo@bl4ckb0x.de</email>
|
|
<name>Conrad Kostecki</name>
|
|
</maintainer>
|
|
<maintainer type="project">
|
|
<email>proxy-maint@gentoo.org</email>
|
|
<name>Proxy Maintainers</name>
|
|
</maintainer>
|
|
<longdescription>
|
|
RTIMULib is the simplest way to connect a 9-dof, 10-dof or 11-dof IMU
|
|
to an embedded Linux system and obtain Kalman-filtered quaternion or
|
|
Euler angle pose data. Basically, two simple funtion calls
|
|
(IMUInit() and IMURead()) are pretty much all that's needed to integrate RTIMULib.
|
|
</longdescription>
|
|
<upstream>
|
|
<bugs-to>https://github.com/RPi-Distro/RTIMULib/issues</bugs-to>
|
|
<remote-id type="github">RPi-Distro/RTIMULib</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|