help
Recipe name Version Description Layer
test-fatal-perl 0.016 Test::Fatal is an alternative to the popular Test::Exception. It does much less, but should allow greater flexibility in testing exception-throwing code with about the same amount of typing. 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-most-perl 0.37 Test::Most exists to reduce boilerplate and to make your testing life easier. We provide "one stop shopping" for most commonly used testing modules. In fact, we often require the latest versions so that you get bug fixes through Test::Most and don't have to keep upgrading these modules separately. meta-cpan
test-nowarnings-perl 1.04 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 warings, 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-refcount-perl 0.10 The Perl garbage collector uses simple reference counting during the normal execution of a program. This means that cycles or unweakened references in other parts of code can keep an object around for longer than intended. To help avoid this problem, the reference count of a new object from its class constructor ought to be 1. This way, the caller can know the object will be properly DESTROYed when it drops all of its references to it. meta-cpan
testexport-tarball 1.0 Standalone tarball for test systems with missing software openembedded-core
texinfo 6.7 Documentation system for on-line information and printed output openembedded-core
texinfo 4.8 Documentation system for on-line information and printed output meta-gplv2
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 &quot;deprecated&quot; 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
tf2 0.6.5 tf2 is the second generation of the transform library, which lets the user keep track of multiple coordinate frames over time. tf2 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. meta-ros1-melodic
tf2 0.11.6-1 tf2 is the second generation of the transform library, which lets the user keep track of multiple coordinate frames over time. tf2 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. meta-ros2-dashing
tf2 0.12.6-1 tf2 is the second generation of the transform library, which lets the user keep track of multiple coordinate frames over time. tf2 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. meta-ros2-eloquent
tf2 0.13.12-1 tf2 is the second generation of the transform library, which lets the user keep track of multiple coordinate frames over time. tf2 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. meta-ros2-foxy
tf2 0.19.0-1 tf2 is the second generation of the transform library, which lets the user keep track of multiple coordinate frames over time. tf2 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. meta-ros2-rolling
time 1.9 Tool that measures CPU resources openembedded-core
time 1.7 Tool that measures CPU resources meta-gplv2
tos-trusty 32.4.4 Construct a trusted OS image with ATF and Trusty meta-tegra
towr-rosblacklisted 1.4.1 A ROS dependent wrapper for <a href="http://wiki.ros.org/towr">towr</a>. Adds a keyboard user interface to set different goal states, motions and robots and visualizes the produced motions plan in rviz using <a href="http://wiki.ros.org/xpp">xpp</a>. meta-ros1-melodic
transmission-interface 0.8.1-1 transmission_interface contains data structures for representing mechanical transmissions, methods for propagating values between actuator and joint spaces and tooling to support this. meta-ros2-foxy
transmission-interface 1.2.0-1 transmission_interface contains data structures for representing mechanical transmissions, methods for propagating values between actuator and joint spaces and tooling to support this. meta-ros2-rolling
tslib 1.22 An abstraction layer for touchscreen panel events meta-oe
tuw-gazebo-msgs 0.0.13 Message and service data structures. meta-ros1-melodic
tuw-marker-pose-estimation 0.1.1-1 This node does pose estimation for detected fiducials (marker_msgs/FiducialDetection.msg) meta-ros1-melodic
u-boot-fw-utils 2021.10 U-Boot is both a first-stage and second-stage bootloader. It is loaded by the system's ROM or BIOS from a supported boot device, such as an SD card, SATA drive, NOR flash (e.g. using SPI or I²C), or N meta-intel-edison-bsp
u-boot-mkimage 2021.10 U-Boot is both a first-stage and second-stage bootloader. It is loaded by the system's ROM or BIOS from a supported boot device, such as an SD card, SATA drive, NOR flash (e.g. using SPI or I²C), or N meta-intel-edison-bsp
update-rc.d 0.8 manage symlinks in /etc/rcN.d openembedded-core
urdfdom 1.0.0-2 The URDF (U-Robot Description Format) library provides core data structures and a simple XML parsers for populating the class data structures from an URDF file. meta-ros1
urdfdom-headers 1.0.0-1 The URDF (U-Robot Description Format) headers provides core data structure headers for URDF. meta-ros1
usbmuxd 1.1.1 This daemon is in charge of multiplexing connections over USB to an iPhone or iPod touch. meta-oe
uthash 2.1.0 Hash table and linked list for C structures meta-oe
variable-magic-perl 0.62 Magic is Perl's way of enhancing variables. This mechanism lets the user add extra data to any variable and hook syntactical operations (such as access, assignment or destruction) that can be applied to it. With this module, you can add your own magic to any variable without having to write a single line of XS. meta-cpan
vc-intrinsics 1.0 VC Intrinsics meta-intel
video-examples 0.1 Short videos to demonstrate video playback on the WPE WebKit meta-digi-dey
vision-msgs 0.0.1 Messages for interfacing with various computer vision pipelines, such as object detectors. meta-ros1-melodic
vision-msgs 2.0.0-1 Messages for interfacing with various computer vision pipelines, such as object detectors. meta-ros2-dashing
vision-msgs 2.0.0-2 Messages for interfacing with various computer vision pipelines, such as object detectors. meta-ros2-eloquent
vision-msgs 2.0.0-1 Messages for interfacing with various computer vision pipelines, such as object detectors. meta-ros2-foxy
vision-msgs 3.0.0-4 Messages for interfacing with various computer vision pipelines, such as object detectors. meta-ros2-rolling
visp-bridgeblacklisted 0.12.0-1 Converts between ROS structures and ViSP structures. meta-ros1-melodic
visualization-msgs 1.12.8-1 visualization_msgs is a set of messages used by higher level packages, such as <a href="/wiki/rviz">rviz</a>, that deal in visualization-specific data. The main messages in visualization_msgs is <tt>visualization_msgs/Marker</tt>. The marker message is used to send visualization &quot;markers&quot; such as boxes, spheres, arrows, lines, etc. to a visualization environment such as <a href="http:///www.ros.org/wiki/rviz">rviz</a>. See the rviz tutorial <a href="http://www.ros.org/wiki/rviz/Tutorials">rviz tutorials</a> for more information. meta-ros1-melodic
voxel-grid 1.16.7-1 voxel_grid provides an implementation of an efficient 3D voxel grid. The occupancy grid can support 3 different representations for the state of a cell: marked, free, or unknown. Due to the underlying implementation relying on bitwise and and or integer operations, the voxel grid only supports 16 different levels per voxel column. However, this limitation yields raytracing and cell marking performance in the grid comparable to standard 2D structures making it quite fast compared to most 3D structures. meta-ros1-melodic
vrpn 7.34.0-1 The VRPN is a library and set of servers that interfaces with virtual-reality systems, such as VICON, OptiTrack, and others. meta-ros1-melodic
wayland-protocols 1.20 Collection of additional Wayland protocols openembedded-core
wayland-protocols 1.20.imx Collection of additional Wayland protocols meta-digi-dey
wayland-protocols 1.20.imx Collection of additional Wayland protocols meta-freescale
wireless-msgs 0.1.1-1 Messages for describing a wireless network such as bitrate, essid, and link quality. meta-ros1-melodic
xacro 1.13.14-1 Xacro (XML Macros) Xacro is an XML macro language. With xacro, you can construct shorter and more readable XML files by using macros that expand to larger XML expressions. meta-ros1-melodic
xacro 2.0.6-1 Xacro (XML Macros) Xacro is an XML macro language. With xacro, you can construct shorter and more readable XML files by using macros that expand to larger XML expressions. meta-ros2-dashing
xacro 2.0.4-1 Xacro (XML Macros) Xacro is an XML macro language. With xacro, you can construct shorter and more readable XML files by using macros that expand to larger XML expressions. meta-ros2-eloquent