| ecl-eigen |
1.2.1-5 |
This provides an Eigen implementation for ecl's linear algebra. |
meta-ros2-jazzy |
| ecl-eigen |
1.2.1-5 |
This provides an Eigen implementation for ecl's linear algebra. |
meta-ros2-kilted |
| ecl-errors |
1.2.0-4 |
This library provides lean and mean error mechanisms. It includes c style error functions as well as a few useful macros. For higher level mechanisms, refer to ecl_exceptions. |
meta-ros2-rolling |
| ecl-errors |
0.61.6-1 |
This library provides lean and mean error mechanisms. It includes c style error functions as well as a few useful macros. For higher level mechanisms, refer to ecl_exceptions. |
meta-ros1-noetic |
| ecl-errors |
1.2.0-1 |
This library provides lean and mean error mechanisms. It includes c style error functions as well as a few useful macros. For higher level mechanisms, refer to ecl_exceptions. |
meta-ros2-humble |
| ecl-errors |
1.2.0-5 |
This library provides lean and mean error mechanisms. It includes c style error functions as well as a few useful macros. For higher level mechanisms, refer to ecl_exceptions. |
meta-ros2-jazzy |
| ecl-errors |
1.2.0-5 |
This library provides lean and mean error mechanisms. It includes c style error functions as well as a few useful macros. For higher level mechanisms, refer to ecl_exceptions. |
meta-ros2-kilted |
| ecl-exceptions |
1.2.1-4 |
Template based exceptions - these are simple and practical and avoid the proliferation of exception types. Although not syntatactically ideal, it is convenient and eminently practical. |
meta-ros2-rolling |
| ecl-exceptions |
0.62.3-1 |
Template based exceptions - these are simple and practical and avoid the proliferation of exception types. Although not syntatactically ideal, it is convenient and eminently practical. |
meta-ros1-noetic |
| ecl-exceptions |
1.2.1-1 |
Template based exceptions - these are simple and practical and avoid the proliferation of exception types. Although not syntatactically ideal, it is convenient and eminently practical. |
meta-ros2-humble |
| ecl-exceptions |
1.2.1-5 |
Template based exceptions - these are simple and practical and avoid the proliferation of exception types. Although not syntatactically ideal, it is convenient and eminently practical. |
meta-ros2-jazzy |
| ecl-exceptions |
1.2.1-5 |
Template based exceptions - these are simple and practical and avoid the proliferation of exception types. Although not syntatactically ideal, it is convenient and eminently practical. |
meta-ros2-kilted |
| ecl-filesystem |
1.2.1-4 |
Cross platform filesystem utilities (until c++11 makes its way in). |
meta-ros2-rolling |
| ecl-filesystem |
0.62.3-1 |
Cross platform filesystem utilities (until c++11 makes its way in). |
meta-ros1-noetic |
| ecl-filesystem |
1.2.1-1 |
Cross platform filesystem utilities (until c++11 makes its way in). |
meta-ros2-humble |
| ecl-filesystem |
1.2.1-5 |
Cross platform filesystem utilities (until c++11 makes its way in). |
meta-ros2-jazzy |
| ecl-filesystem |
1.2.1-5 |
Cross platform filesystem utilities (until c++11 makes its way in). |
meta-ros2-kilted |
| ecl-formatters |
1.2.1-4 |
The formatters here simply format various input types to a specified text format. They can be used with most streaming types (including both ecl and stl streams). |
meta-ros2-rolling |
| ecl-formatters |
0.62.3-1 |
The formatters here simply format various input types to a specified text format. They can be used with most streaming types (including both ecl and stl streams). |
meta-ros1-noetic |
| ecl-formatters |
1.2.1-1 |
The formatters here simply format various input types to a specified text format. They can be used with most streaming types (including both ecl and stl streams). |
meta-ros2-humble |
| ecl-formatters |
1.2.1-5 |
The formatters here simply format various input types to a specified text format. They can be used with most streaming types (including both ecl and stl streams). |
meta-ros2-jazzy |
| ecl-formatters |
1.2.1-5 |
The formatters here simply format various input types to a specified text format. They can be used with most streaming types (including both ecl and stl streams). |
meta-ros2-kilted |
| ecl-geometry |
1.2.1-4 |
Any tools relating to mathematical geometry. Primarily featuring polynomials and interpolations. |
meta-ros2-rolling |
| ecl-geometry |
0.62.3-1 |
Any tools relating to mathematical geometry. Primarily featuring polynomials and interpolations. |
meta-ros1-noetic |
| ecl-geometry |
1.2.1-1 |
Any tools relating to mathematical geometry. Primarily featuring polynomials and interpolations. |
meta-ros2-humble |
| ecl-geometry |
1.2.1-5 |
Any tools relating to mathematical geometry. Primarily featuring polynomials and interpolations. |
meta-ros2-jazzy |
| ecl-geometry |
1.2.1-5 |
Any tools relating to mathematical geometry. Primarily featuring polynomials and interpolations. |
meta-ros2-kilted |
| ecl-io |
1.2.0-4 |
Most implementations (windows, posix, ...) have slightly different api for low level input-output functions. These are gathered here and re-represented with a cross platform set of functions. |
meta-ros2-rolling |
| ecl-io |
0.61.6-1 |
Most implementations (windows, posix, ...) have slightly different api for low level input-output functions. These are gathered here and re-represented with a cross platform set of functions. |
meta-ros1-noetic |
| ecl-io |
1.2.0-1 |
Most implementations (windows, posix, ...) have slightly different api for low level input-output functions. These are gathered here and re-represented with a cross platform set of functions. |
meta-ros2-humble |
| ecl-io |
1.2.0-5 |
Most implementations (windows, posix, ...) have slightly different api for low level input-output functions. These are gathered here and re-represented with a cross platform set of functions. |
meta-ros2-jazzy |
| ecl-io |
1.2.0-5 |
Most implementations (windows, posix, ...) have slightly different api for low level input-output functions. These are gathered here and re-represented with a cross platform set of functions. |
meta-ros2-kilted |
| ecl-ipc |
1.2.1-4 |
Interprocess mechanisms vary greatly across platforms - sysv, posix, win32, there are more than a few. This package provides an infrastructure to allow for developing cross platform c++ wrappers around the lower level c api's that handle these mechanisms. These make it not only easier to utilise such mechanisms, but allow it to be done consistently across platforms. |
meta-ros2-rolling |
| ecl-ipc |
0.62.3-1 |
Interprocess mechanisms vary greatly across platforms - sysv, posix, win32, there are more than a few. This package provides an infrastructure to allow for developing cross platform c++ wrappers around the lower level c api's that handle these mechanisms. These make it not only easier to utilise such mechanisms, but allow it to be done consistently across platforms. |
meta-ros1-noetic |
| ecl-ipc |
1.2.1-1 |
Interprocess mechanisms vary greatly across platforms - sysv, posix, win32, there are more than a few. This package provides an infrastructure to allow for developing cross platform c++ wrappers around the lower level c api's that handle these mechanisms. These make it not only easier to utilise such mechanisms, but allow it to be done consistently across platforms. |
meta-ros2-humble |
| ecl-ipc |
1.2.1-5 |
Interprocess mechanisms vary greatly across platforms - sysv, posix, win32, there are more than a few. This package provides an infrastructure to allow for developing cross platform c++ wrappers around the lower level c api's that handle these mechanisms. These make it not only easier to utilise such mechanisms, but allow it to be done consistently across platforms. |
meta-ros2-jazzy |
| ecl-ipc |
1.2.1-5 |
Interprocess mechanisms vary greatly across platforms - sysv, posix, win32, there are more than a few. This package provides an infrastructure to allow for developing cross platform c++ wrappers around the lower level c api's that handle these mechanisms. These make it not only easier to utilise such mechanisms, but allow it to be done consistently across platforms. |
meta-ros2-kilted |
| ecl-license |
1.0.3-4 |
Maintains the ecl licenses and also provides an install target for deploying licenses with the ecl libraries. |
meta-ros2-rolling |
| ecl-license |
0.61.8-1 |
Maintains the ecl licenses and also provides an install target for deploying licenses with the ecl libraries. |
meta-ros1-noetic |
| ecl-license |
1.0.3-2 |
Maintains the ecl licenses and also provides an install target for deploying licenses with the ecl libraries. |
meta-ros2-humble |
| ecl-license |
1.0.3-5 |
Maintains the ecl licenses and also provides an install target for deploying licenses with the ecl libraries. |
meta-ros2-jazzy |
| ecl-license |
1.0.3-5 |
Maintains the ecl licenses and also provides an install target for deploying licenses with the ecl libraries. |
meta-ros2-kilted |
| ecl-linear-algebra |
1.2.1-4 |
Ecl frontend to a linear matrix package (currently eigen). |
meta-ros2-rolling |
| ecl-linear-algebra |
0.62.3-1 |
Ecl frontend to a linear matrix package (currently eigen). |
meta-ros1-noetic |
| ecl-linear-algebra |
1.2.1-1 |
Ecl frontend to a linear matrix package (currently eigen). |
meta-ros2-humble |
| ecl-linear-algebra |
1.2.1-5 |
Ecl frontend to a linear matrix package (currently eigen). |
meta-ros2-jazzy |
| ecl-linear-algebra |
1.2.1-5 |
Ecl frontend to a linear matrix package (currently eigen). |
meta-ros2-kilted |
| ecl-lite |
1.2.0-4 |
Libraries and utilities for embedded and low-level linux development. |
meta-ros2-rolling |
| ecl-lite |
0.61.6-1 |
Libraries and utilities for embedded and low-level linux development. |
meta-ros1-noetic |
| ecl-lite |
1.2.0-1 |
Libraries and utilities for embedded and low-level linux development. |
meta-ros2-humble |