mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-03 01:38:08 -07:00
Package-Manager: Portage-2.3.80, Repoman-2.3.19 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
19 lines
729 B
XML
19 lines
729 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="person">
|
|
<email>conikost@gentoo.org</email>
|
|
<name>Conrad Kostecki</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>
|