| synapticon-ros2-control |
0.2.0-1 |
A ros2_control interface for Synapticon motor drivers |
meta-ros2-jazzy |
| synapticon-ros2-control |
0.1.2-2 |
A ros2_control interface for Synapticon motor drivers |
meta-ros2-kilted |
| syslog-ng |
4.11.0 |
Alternative system logger daemon |
meta-oe |
| syslog-ng |
4.11.0 |
Alternative system logger daemon |
meta-voltumna |
| system-config-printer |
1.5.18 |
a graphical user interface that allows the user to change print settings |
meta-networking |
| system-modes-msgs |
0.9.0-1 |
Interface package, containing message definitions and service definitions for the system modes package. |
meta-ros2-foxy |
| system-modes-msgs |
0.9.0-5 |
Interface package, containing message definitions and service definitions for the system modes package. |
meta-ros2-rolling |
| system-modes-msgs |
0.9.0-1 |
Interface package, containing message definitions and service definitions for the system modes package. |
meta-ros2-galactic |
| system-modes-msgs |
0.9.0-6 |
Interface package, containing message definitions and service definitions for the system modes package. |
meta-ros2-humble |
| system-modes-msgs |
0.9.0-6 |
Interface package, containing message definitions and service definitions for the system modes package. |
meta-ros2-jazzy |
| system-modes-msgs |
0.9.0-6 |
Interface package, containing message definitions and service definitions for the system modes package. |
meta-ros2-kilted |
| systemd |
259.5 |
A System and service manager |
openembedded-core |
| systemd |
259.5 |
A System and service manager |
meta-voltumna |
| systemd-boot |
259.5 |
A System and service manager |
openembedded-core |
| systemd-boot |
259.5 |
A System and service manager |
meta-voltumna |
| systemd-boot-native |
259.5 |
A System and service manager |
openembedded-core |
| systemd-boot-native |
259.5 |
A System and service manager |
meta-voltumna |
| systemd-bootchart |
235 |
Boot performance graphing tool |
openembedded-core |
| systemd-conf-usb |
1.0 |
Systemd usb ether configuration |
meta-agl-core |
| systemd-systemctl-native |
259.5 |
A System and service manager |
openembedded-core |
| systemd-systemctl-native |
259.5 |
A System and service manager |
meta-voltumna |
| taisei |
1.4.4 |
Taisei Project is an open source danmaku |
meta-oe |
| taisei |
1.4.4 |
Taisei Project is an open source danmaku |
meta-voltumna |
| tclap |
1.4.0 |
Templatized C++ Command Line Parser |
meta-oe |
| tcpslice |
1.8 |
tcpslice |
meta-networking |
| tdx-info |
0.1.2 |
Script to get useful information about Toradex Hardware. |
meta-toradex-bsp-common |
| tdx-reference-minimal-image |
1.0 |
Toradex Embedded Linux Reference Minimal Image |
meta-toradex-demos |
| tegra-brcm-patchram |
36.5.0-20260115194252 |
Broadcom patchram utility for Tegra modules with on-board Bluetooth interfaces |
meta-tegra |
| tegra-cmake-overrides |
1.0.3 |
Replacement modules for CMake to fix issues with FindCUDA |
meta-tegra |
| template-toolkit-perl |
3.010 |
This documentation describes the Template module which is the direct Perl interface into the Template Toolkit. It covers the use of the module and gives a brief summary of configuration options and template directives. Please see Template::Manual for the complete reference manual which goes into much greater depth about the features and use of the Template Toolkit. The Template::Tutorial is also available as an introductory guide to using the Template Toolkit. |
meta-cpan |
| test-inter-perl |
1.09 |
This is another framework for writing test scripts. Much of the syntax is loosely inspired by Test::More, and Test::Inter has most of it's functionality, but it is not a drop-in replacement. |
meta-cpan |
| test-longstring-perl |
0.17 |
This module provides some drop-in replacements for the string comparison functions of Test::More, but which are more suitable when you test against long strings. If you've ever had to search for text in a multi-line string like an HTML document, or find specific items in binary data, this is the module for you. |
meta-cpan |
| test-nowarnings-perl |
1.06 |
In general, your tests shouldn't produce warnings. This modules causes any warnings to be captured and stored. It automatically adds an extra test that will run when your script ends to check that there were no warnings. If there were any warnings, the test will give a "not ok" and diagnostics of where, when and what the warning was, including a stack trace of what was going on when the it occurred. |
meta-cpan |
| test-number-delta-perl |
1.06 |
At some point or another, most programmers find they need to compare floating-point numbers for equality. The typical idiom is to test if the absolute value of the difference of the numbers is within a desired tolerance, usually called epsilon. This module provides such a function for use with Test::More. Usage is similar to other test functions described in Test::More. Semantically, the \"delta_within\" function replaces this kind of construct: |
meta-cpan |
| test-output-perl |
1.033 |
Test::Output provides a simple interface for testing output sent to "STDOUT" or "STDERR". A number of different utilities are included to try and be as flexible as possible to the tester. |
meta-cpan |
| tf |
1.12.1-1 |
tf is a package that lets the user keep track of multiple coordinate frames over time. tf maintains the relationship between coordinate frames in a tree structure buffered in time, and lets the user transform points, vectors, etc between any two coordinate frames at any desired point in time. <p><b>Migration</b>: Since ROS Hydro, tf has been "deprecated" in favor of <a href="http://wiki.ros.org/tf2">tf2</a>. tf2 is an iteration on tf providing generally the same feature set more efficiently. As well as adding a few new features.<br/> As tf2 is a major change the tf API has been maintained in its current form. Since tf2 has a superset of the tf features with a subset of the dependencies the tf implementation has been removed and replaced with calls to tf2 under the hood. This will mean that all users will be compatible with tf2. It is recommended for new work to use tf2 directly as it has a cleaner interface. However tf will continue to be supported for through at least J Turtle. </p> |
meta-ros1-melodic |
| tf |
1.13.4-1 |
tf is a package that lets the user keep track of multiple coordinate frames over time. tf maintains the relationship between coordinate frames in a tree structure buffered in time, and lets the user transform points, vectors, etc between any two coordinate frames at any desired point in time. <p><b>Migration</b>: Since ROS Hydro, tf has been "deprecated" in favor of <a href="http://wiki.ros.org/tf2">tf2</a>. tf2 is an iteration on tf providing generally the same feature set more efficiently. As well as adding a few new features.<br/> As tf2 is a major change the tf API has been maintained in its current form. Since tf2 has a superset of the tf features with a subset of the dependencies the tf implementation has been removed and replaced with calls to tf2 under the hood. This will mean that all users will be compatible with tf2. It is recommended for new work to use tf2 directly as it has a cleaner interface. However tf will continue to be supported for through at least J Turtle. </p> |
meta-ros1-noetic |
| tftp-hpa |
5.3 |
Client for the Trivial File Transfer Protocol |
meta-networking |
| tftp-hpa |
5.3 |
Client for the Trivial File Transfer Protocol |
meta-voltumna |
| ti-core-initramfs |
1.0 |
TI SDK minimal initramfs image |
meta-voltumna |
| ti-core-initramfs |
1.0 |
TI SDK minimal initramfs image |
meta-ti-bsp |
| ti-gc320-libs |
5.0.11.p7 |
Userspace libraries for GC320 chipset on TI SoCs |
meta-ti-bsp |
| ti-img-rogue-umlibs |
25.3.6908880 |
Userspace libraries for PowerVR Rogue GPU on TI SoCs |
meta-voltumna |
| ti-img-rogue-umlibs |
25.3.6908880 |
Userspace libraries for PowerVR Rogue GPU on TI SoCs |
meta-ti-bsp |
| ti-sgx-ddk-um |
1.17.4948957 |
Userspace libraries for PowerVR SGX chipset on TI SoCs |
meta-phytec |
| ti-sgx-ddk-um |
1.17.4948957 |
Userspace libraries for PowerVR SGX chipset on TI SoCs |
meta-ti-bsp |
| ti-xdais |
6_26_01_03 |
TI eXpress DSP Algorithm Interface Standard (XDAIS) specification |
meta-ti-extras |
| ti-xdais |
7_24_00_04 |
TI eXpress DSP Algorithm Interface Standard (XDAIS) specification |
meta-ti-extras |
| tile-map |
1.4.1-1 |
Tile map provides a slippy map style interface for visualizing OpenStreetMap and GooleMap tiles. A mapviz visualization plug-in is also implemented |
meta-ros1-melodic |
| tile-map |
2.1.0-1 |
Tile map provides a slippy map style interface for visualizing OpenStreetMap and GoogleMap tiles. A mapviz visualization plug-in is also implemented |
meta-ros2-dashing |