Packages
| Name | Description | ||||
|---|---|---|---|---|---|
| 1 | dynamixel_control_hw | ||||
| 1 | dynamixel_controllers | ||||
| 1 | dynamixel_driver | ||||
| 1 | dynamixel_hardware_interface | ||||
| 1 | dynamixel_motor | ||||
| 1 | dynamixel_msgs | ||||
| 1 | dynamixel_pro_arm | ||||
| 1 | dynamixel_pro_arm_description | ||||
| 1 | dynamixel_pro_arm_moveit_config | ||||
| 1 | dynamixel_pro_controller | ||||
| 1 | dynamixel_pro_driver | ||||
| 1 | dynamixel_pro_moveit_controller | ||||
| 1 | dynamixel_sdk | ||||
| 1 | dynamixel_tutorials | ||||
| 1 | dynamixel_workbench | ||||
| 1 | dynamixel_workbench_controllers | ||||
| 1 | dynamixel_workbench_msgs | ||||
| 1 | dynamixel_workbench_operators | ||||
| 1 | dynamixel_workbench_single_manager | ||||
| 1 | dynamixel_workbench_single_manager_gui | ||||
| 1 | dynamixel_workbench_toolbox | ||||
| 1 | dynpick_driver | ||||
| 1 | earth_rover_localization | ||||
| 1 | earth_rover_piksi | ||||
| 1 | easy_markers | ||||
| 2 | eband_local_planner | ||||
| 1 | eca_a9_control | ||||
| 1 | eca_a9_description | ||||
| 1 | eca_a9_gazebo | ||||
| 1 | ecl | ||||
| 1 | 2018-12-31 | ecl_build |
Collection of cmake/make build tools primarily for ecl development itself, but also
contains a few cmake modules useful outside of the ecl.
Collection of cmake/make build tools primarily for ecl development itself, but also
contains a few cmake modules useful outside of the ecl.
|
||
| 1 | 2018-12-31 | ecl_command_line |
Embeds the TCLAP library inside the ecl. This is a very convenient
command line parser in templatised c++.
Embeds the TCLAP library inside the ecl. This is a very convenient
command line parser in templatised c++.
|
||
| 1 | 2018-12-31 | ecl_concepts |
Introduces a compile time concept checking mechanism that can be used
most commonly to check for required functionality when passing
template arguments.
Introduces a compile time concept checking mechanism that can be used
most commonly to check for required functionality when passing
template arguments.
|
||
| 1 | 2018-12-31 | ecl_config |
These tools inspect and describe your system with macros, types
and functions.
These tools inspect and describe your system with macros, types
and functions.
|
||
| 1 | 2018-12-31 | ecl_console |
Color codes for ansii consoles.
Color codes for ansii consoles.
|
||
| 1 | 2018-12-31 | ecl_containers |
The containers included here are intended to extend the stl containers.
In all cases, these implementations are designed to implement
c++ conveniences and safety where speed is not sacrificed.
Also includes techniques for memory debugging of common problems such
as buffer overruns.
The containers included here are intended to extend the stl containers.
In all cases, these implementations are designed to implement
c++ conveniences and safety where speed is not sacrificed.
Also includes techniques for memory debugging of common problems such
as buffer overruns.
|
||
| 1 | 2018-12-31 | ecl_converters |
Some fast/convenient type converters, mostly for char strings or strings.
These are not really fully fleshed out, alot of them could use the addition for
the whole range of fundamental types (e.g. all integers, not just int, unsigned int).
They will come as the need arises.
Some fast/convenient type converters, mostly for char strings or strings.
These are not really fully fleshed out, alot of them could use the addition for
the whole range of fundamental types (e.g. all integers, not just int, unsigned int).
They will come as the need arises.
|
||
| 1 | 2018-12-31 | ecl_converters_lite |
These are a very simple version of some of the functions in ecl_converters
suitable for firmware development. That is, there is no use of new,
templates or exceptions.
These are a very simple version of some of the functions in ecl_converters
suitable for firmware development. That is, there is no use of new,
templates or exceptions.
|
||
| 1 | 2018-12-31 | ecl_core |
A set of tools and interfaces extending the capabilities of c++ to
provide a lightweight, consistent interface with a focus for control
programming.
A set of tools and interfaces extending the capabilities of c++ to
provide a lightweight, consistent interface with a focus for control
programming.
|
||
| 1 | 2018-12-31 | ecl_core_apps |
This includes a suite of programs demo'ing various aspects of the
ecl_core. It also includes various benchmarking and utility programs for
use primarily with embedded systems.
This includes a suite of programs demo'ing various aspects of the
ecl_core. It also includes various benchmarking and utility programs for
use primarily with embedded systems.
|
||
| 1 | 2018-12-31 | ecl_devices |
Provides an extensible and standardised framework for input-output devices.
Provides an extensible and standardised framework for input-output devices.
|
||
| 1 | 2018-12-31 | ecl_eigen |
This provides an Eigen implementation for ecl's linear algebra.
This provides an Eigen implementation for ecl's linear algebra.
|
||
| 1 | 2018-12-31 | ecl_errors |
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.
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.
|
||
| 1 | 2018-12-31 | ecl_exceptions |
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.
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.
|
||
| 1 | 2018-12-31 | ecl_filesystem |
Cross platform filesystem utilities (until c++11 makes its way in).
Cross platform filesystem utilities (until c++11 makes its way in).
|
||
| 1 | 2018-12-31 | ecl_formatters |
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).
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).
|
||
| 1 | 2018-12-31 | ecl_geometry |
Any tools relating to mathematical geometry.
Primarily featuring polynomials and interpolations.
Any tools relating to mathematical geometry.
Primarily featuring polynomials and interpolations.
|
||
| 1 | 2018-12-31 | ecl_io |
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.
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.
|
||
| 1 | 2018-12-31 | ecl_ipc |
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.
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.
|
||
| 1 | 2018-12-31 | ecl_license |
Maintains the ecl licenses and also provides an install
target for deploying licenses with the ecl libraries.
Maintains the ecl licenses and also provides an install
target for deploying licenses with the ecl libraries.
|
Packages
| Name | Description | ||||
|---|---|---|---|---|---|
| 1 | dynamixel_control_hw | ||||
| 1 | dynamixel_controllers | ||||
| 1 | dynamixel_driver | ||||
| 1 | dynamixel_hardware_interface | ||||
| 1 | dynamixel_motor | ||||
| 1 | dynamixel_msgs | ||||
| 1 | dynamixel_pro_arm | ||||
| 1 | dynamixel_pro_arm_description | ||||
| 1 | dynamixel_pro_arm_moveit_config | ||||
| 1 | dynamixel_pro_controller | ||||
| 1 | dynamixel_pro_driver | ||||
| 1 | dynamixel_pro_moveit_controller | ||||
| 1 | dynamixel_sdk | ||||
| 1 | dynamixel_tutorials | ||||
| 1 | dynamixel_workbench | ||||
| 1 | dynamixel_workbench_controllers | ||||
| 1 | dynamixel_workbench_msgs | ||||
| 1 | dynamixel_workbench_operators | ||||
| 1 | dynamixel_workbench_single_manager | ||||
| 1 | dynamixel_workbench_single_manager_gui | ||||
| 1 | dynamixel_workbench_toolbox | ||||
| 1 | dynpick_driver | ||||
| 1 | earth_rover_localization | ||||
| 1 | earth_rover_piksi | ||||
| 1 | easy_markers | ||||
| 2 | eband_local_planner | ||||
| 1 | eca_a9_control | ||||
| 1 | eca_a9_description | ||||
| 1 | eca_a9_gazebo | ||||
| 1 | ecl | ||||
| 1 | 2018-09-26 | ecl_build |
Collection of cmake/make build tools primarily for ecl development itself, but also
contains a few cmake modules useful outside of the ecl.
Collection of cmake/make build tools primarily for ecl development itself, but also
contains a few cmake modules useful outside of the ecl.
|
||
| 1 | 2018-09-27 | ecl_command_line |
Embeds the TCLAP library inside the ecl. This is a very convenient
command line parser in templatised c++.
Embeds the TCLAP library inside the ecl. This is a very convenient
command line parser in templatised c++.
|
||
| 1 | 2018-09-27 | ecl_concepts |
Introduces a compile time concept checking mechanism that can be used
most commonly to check for required functionality when passing
template arguments.
Introduces a compile time concept checking mechanism that can be used
most commonly to check for required functionality when passing
template arguments.
|
||
| 1 | 2018-09-27 | ecl_config |
These tools inspect and describe your system with macros, types
and functions.
These tools inspect and describe your system with macros, types
and functions.
|
||
| 1 | 2018-09-27 | ecl_console |
Color codes for ansii consoles.
Color codes for ansii consoles.
|
||
| 1 | 2018-09-27 | ecl_containers |
The containers included here are intended to extend the stl containers.
In all cases, these implementations are designed to implement
c++ conveniences and safety where speed is not sacrificed.
Also includes techniques for memory debugging of common problems such
as buffer overruns.
The containers included here are intended to extend the stl containers.
In all cases, these implementations are designed to implement
c++ conveniences and safety where speed is not sacrificed.
Also includes techniques for memory debugging of common problems such
as buffer overruns.
|
||
| 1 | 2018-09-27 | ecl_converters |
Some fast/convenient type converters, mostly for char strings or strings.
These are not really fully fleshed out, alot of them could use the addition for
the whole range of fundamental types (e.g. all integers, not just int, unsigned int).
They will come as the need arises.
Some fast/convenient type converters, mostly for char strings or strings.
These are not really fully fleshed out, alot of them could use the addition for
the whole range of fundamental types (e.g. all integers, not just int, unsigned int).
They will come as the need arises.
|
||
| 1 | 2018-09-27 | ecl_converters_lite |
These are a very simple version of some of the functions in ecl_converters
suitable for firmware development. That is, there is no use of new,
templates or exceptions.
These are a very simple version of some of the functions in ecl_converters
suitable for firmware development. That is, there is no use of new,
templates or exceptions.
|
||
| 1 | 2018-09-27 | ecl_core |
A set of tools and interfaces extending the capabilities of c++ to
provide a lightweight, consistent interface with a focus for control
programming.
A set of tools and interfaces extending the capabilities of c++ to
provide a lightweight, consistent interface with a focus for control
programming.
|
||
| 1 | 2018-09-27 | ecl_core_apps |
This includes a suite of programs demo'ing various aspects of the
ecl_core. It also includes various benchmarking and utility programs for
use primarily with embedded systems.
This includes a suite of programs demo'ing various aspects of the
ecl_core. It also includes various benchmarking and utility programs for
use primarily with embedded systems.
|
||
| 1 | 2018-09-27 | ecl_devices |
Provides an extensible and standardised framework for input-output devices.
Provides an extensible and standardised framework for input-output devices.
|
||
| 1 | 2018-09-27 | ecl_eigen |
This provides an Eigen implementation for ecl's linear algebra.
This provides an Eigen implementation for ecl's linear algebra.
|
||
| 1 | 2018-09-27 | ecl_errors |
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.
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.
|
||
| 1 | 2018-09-27 | ecl_exceptions |
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.
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.
|
||
| 1 | 2018-09-27 | ecl_filesystem |
Cross platform filesystem utilities (until c++11 makes its way in).
Cross platform filesystem utilities (until c++11 makes its way in).
|
||
| 1 | 2018-09-27 | ecl_formatters |
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).
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).
|
||
| 1 | 2018-09-27 | ecl_geometry |
Any tools relating to mathematical geometry.
Primarily featuring polynomials and interpolations.
Any tools relating to mathematical geometry.
Primarily featuring polynomials and interpolations.
|
||
| 1 | 2018-09-27 | ecl_io |
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.
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.
|
||
| 1 | 2018-09-27 | ecl_ipc |
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.
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.
|
||
| 1 | 2018-09-26 | ecl_license |
Maintains the ecl licenses and also provides an install
target for deploying licenses with the ecl libraries.
Maintains the ecl licenses and also provides an install
target for deploying licenses with the ecl libraries.
|
Packages
| Name | Description | ||||
|---|---|---|---|---|---|
| 1 | dynamixel_control_hw | ||||
| 1 | dynamixel_controllers | ||||
| 1 | dynamixel_driver | ||||
| 1 | dynamixel_hardware_interface | ||||
| 1 | dynamixel_motor | ||||
| 1 | dynamixel_msgs | ||||
| 1 | dynamixel_pro_arm | ||||
| 1 | dynamixel_pro_arm_description | ||||
| 1 | dynamixel_pro_arm_moveit_config | ||||
| 1 | dynamixel_pro_controller | ||||
| 1 | dynamixel_pro_driver | ||||
| 1 | dynamixel_pro_moveit_controller | ||||
| 1 | 2019-01-03 | dynamixel_sdk |
This package is wrapping version of ROBOTIS Dynamxel SDK for ROS. The ROBOTIS Dynamixel SDK, or SDK, is a software development library that provides Dynamixel control functions for packet communication. The API is designed for Dynamixel actuators and Dynamixel-based platforms.
This package is wrapping version of ROBOTIS Dynamxel SDK for ROS. The ROBOTIS Dynamixel SDK, or SDK, is a software development library that provides Dynamixel control functions for packet communication. The API is designed for Dynamixel actuators and Dynamixel-based platforms.
|
||
| 1 | dynamixel_tutorials | ||||
| 1 | 2019-01-03 | dynamixel_workbench |
Dynamixel-Workbench is dynamixel solution for ROS.
This metapackage allows you to easily change the ID, baudrate and operating mode of the Dynamixel.
Furthermore, it supports various controllers based on operating mode and Dynamixel SDK.
These controllers are commanded by operators.
Dynamixel-Workbench is dynamixel solution for ROS.
This metapackage allows you to easily change the ID, baudrate and operating mode of the Dynamixel.
Furthermore, it supports various controllers based on operating mode and Dynamixel SDK.
These controllers are commanded by operators.
|
||
| 1 | 2019-01-03 | dynamixel_workbench_controllers |
This package contains examples of applying the 'dynamixel_workbench_toolbox' library developed on the basis of dynamixel_sdk to various operating modes of Dynamixel.
This package contains examples of applying the 'dynamixel_workbench_toolbox' library developed on the basis of dynamixel_sdk to various operating modes of Dynamixel.
|
||
| 1 | 2019-01-03 | dynamixel_workbench_msgs |
This package includes ROS messages and services for dynamixel_workbench packages
This package includes ROS messages and services for dynamixel_workbench packages
|
||
| 1 | 2019-01-03 | dynamixel_workbench_operators |
This package contains nodes that control the Dynamixel by communicating with the server registered in the 'dynamixel_workbench_controllers' package
This package contains nodes that control the Dynamixel by communicating with the server registered in the 'dynamixel_workbench_controllers' package
|
||
| 1 | 2019-01-03 | dynamixel_workbench_single_manager |
This package is single manager for a Dynamixel.
It provides a terminal environment to check the status of Dynamixel and control it before using Dynamixel
This package is single manager for a Dynamixel.
It provides a terminal environment to check the status of Dynamixel and control it before using Dynamixel
|
||
| 1 | 2019-01-03 | dynamixel_workbench_single_manager_gui |
It provides a grapic user interface to check the status of Dynamixel and control it before using Dynamixel
It provides a grapic user interface to check the status of Dynamixel and control it before using Dynamixel
|
||
| 1 | 2019-01-03 | dynamixel_workbench_toolbox |
This package is composed of 'dynamixel_item', 'dynamixel_tool', 'dynamixel_driver' and 'dynamixel_workbench' class.
The 'dynamixel_item' is saved as control table item and information of Dynamixels.
The 'dynamixel_tool' class loads its by model number of Dynamixels.
The 'dynamixel_driver' class includes wraped function used in DYNAMIXEL SDK.
The 'dynamixel_workbench' class make simple to use Dynamixels
This package is composed of 'dynamixel_item', 'dynamixel_tool', 'dynamixel_driver' and 'dynamixel_workbench' class.
The 'dynamixel_item' is saved as control table item and information of Dynamixels.
The 'dynamixel_tool' class loads its by model number of Dynamixels.
The 'dynamixel_driver' class includes wraped function used in DYNAMIXEL SDK.
The 'dynamixel_workbench' class make simple to use Dynamixels
|
||
| 1 | dynpick_driver | ||||
| 1 | earth_rover_localization | ||||
| 1 | earth_rover_piksi | ||||
| 1 | 2016-07-23 | easy_markers |
Python library to assist in publishing markers easily
Python library to assist in publishing markers easily
|
||
| 2 | eband_local_planner | ||||
| 1 | 2019-04-25 | eca_a9_control |
Configuration and launch files to control the ECA A9 AUV
Configuration and launch files to control the ECA A9 AUV
|
||
| 1 | 2019-04-25 | eca_a9_description |
Robot description for the ECA A9 AUV
Robot description for the ECA A9 AUV
|
||
| 1 | 2019-04-25 | eca_a9_gazebo |
Package with launch files for demonstrations with the ECA A9 AUV
Package with launch files for demonstrations with the ECA A9 AUV
|
||
| 1 | 2018-09-11 | ecl |
Metapackage bringing all of ecl together.
Metapackage bringing all of ecl together.
|
||
| 1 | 2017-08-06 | ecl_build |
Collection of cmake/make build tools primarily for ecl development itself, but also
contains a few cmake modules useful outside of the ecl.
Collection of cmake/make build tools primarily for ecl development itself, but also
contains a few cmake modules useful outside of the ecl.
|
||
| 1 | 2018-09-11 | ecl_command_line |
Embeds the TCLAP library inside the ecl. This is a very convenient
command line parser in templatised c++.
Embeds the TCLAP library inside the ecl. This is a very convenient
command line parser in templatised c++.
|
||
| 1 | 2018-09-11 | ecl_concepts |
Introduces a compile time concept checking mechanism that can be used
most commonly to check for required functionality when passing
template arguments.
Introduces a compile time concept checking mechanism that can be used
most commonly to check for required functionality when passing
template arguments.
|
||
| 1 | 2016-06-15 | ecl_config |
These tools inspect and describe your system with macros, types
and functions.
These tools inspect and describe your system with macros, types
and functions.
|
||
| 1 | 2016-06-15 | ecl_console |
Color codes for ansii consoles.
Color codes for ansii consoles.
|
||
| 1 | 2018-09-11 | ecl_containers |
The containers included here are intended to extend the stl containers.
In all cases, these implementations are designed to implement
c++ conveniences and safety where speed is not sacrificed.
Also includes techniques for memory debugging of common problems such
as buffer overruns.
The containers included here are intended to extend the stl containers.
In all cases, these implementations are designed to implement
c++ conveniences and safety where speed is not sacrificed.
Also includes techniques for memory debugging of common problems such
as buffer overruns.
|
||
| 1 | 2018-09-11 | ecl_converters |
Some fast/convenient type converters, mostly for char strings or strings.
These are not really fully fleshed out, alot of them could use the addition for
the whole range of fundamental types (e.g. all integers, not just int, unsigned int).
They will come as the need arises.
Some fast/convenient type converters, mostly for char strings or strings.
These are not really fully fleshed out, alot of them could use the addition for
the whole range of fundamental types (e.g. all integers, not just int, unsigned int).
They will come as the need arises.
|
||
| 1 | 2016-06-15 | ecl_converters_lite |
These are a very simple version of some of the functions in ecl_converters
suitable for firmware development. That is, there is no use of new,
templates or exceptions.
These are a very simple version of some of the functions in ecl_converters
suitable for firmware development. That is, there is no use of new,
templates or exceptions.
|
||
| 1 | 2018-09-11 | ecl_core |
A set of tools and interfaces extending the capabilities of c++ to
provide a lightweight, consistent interface with a focus for control
programming.
A set of tools and interfaces extending the capabilities of c++ to
provide a lightweight, consistent interface with a focus for control
programming.
|
||
| 1 | 2018-09-11 | ecl_core_apps |
This includes a suite of programs demo'ing various aspects of the
ecl_core. It also includes various benchmarking and utility programs for
use primarily with embedded systems.
This includes a suite of programs demo'ing various aspects of the
ecl_core. It also includes various benchmarking and utility programs for
use primarily with embedded systems.
|
||
| 1 | 2018-09-11 | ecl_devices |
Provides an extensible and standardised framework for input-output devices.
Provides an extensible and standardised framework for input-output devices.
|
||
| 1 | 2018-09-11 | ecl_eigen |
This provides an Eigen implementation for ecl's linear algebra.
This provides an Eigen implementation for ecl's linear algebra.
|
||
| 1 | 2016-06-15 | ecl_errors |
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.
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.
|
||
| 1 | 2018-09-11 | ecl_exceptions |
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.
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.
|
||
| 1 | 2018-09-11 | ecl_filesystem |
Cross platform filesystem utilities (until c++11 makes its way in).
Cross platform filesystem utilities (until c++11 makes its way in).
|
||
| 1 | 2018-09-11 | ecl_formatters |
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).
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).
|
||
| 1 | 2018-09-11 | ecl_geometry |
Any tools relating to mathematical geometry.
Primarily featuring polynomials and interpolations.
Any tools relating to mathematical geometry.
Primarily featuring polynomials and interpolations.
|
||
| 1 | 2016-06-15 | ecl_io |
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.
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.
|
||
| 1 | 2018-09-11 | ecl_ipc |
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.
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.
|
||
| 1 | 2017-08-06 | ecl_license |
Maintains the ecl licenses and also provides an install
target for deploying licenses with the ecl libraries.
Maintains the ecl licenses and also provides an install
target for deploying licenses with the ecl libraries.
|
Packages
| Name | Description | ||||
|---|---|---|---|---|---|
| 1 | dynamixel_control_hw | ||||
| 1 | dynamixel_controllers | ||||
| 1 | dynamixel_driver | ||||
| 1 | dynamixel_hardware_interface | ||||
| 1 | dynamixel_motor | ||||
| 1 | dynamixel_msgs | ||||
| 1 | dynamixel_pro_arm | ||||
| 1 | dynamixel_pro_arm_description | ||||
| 1 | dynamixel_pro_arm_moveit_config | ||||
| 1 | dynamixel_pro_controller | ||||
| 1 | dynamixel_pro_driver | ||||
| 1 | dynamixel_pro_moveit_controller | ||||
| 1 | dynamixel_sdk | ||||
| 1 | dynamixel_tutorials | ||||
| 1 | dynamixel_workbench | ||||
| 1 | dynamixel_workbench_controllers | ||||
| 1 | dynamixel_workbench_msgs | ||||
| 1 | dynamixel_workbench_operators | ||||
| 1 | dynamixel_workbench_single_manager | ||||
| 1 | dynamixel_workbench_single_manager_gui | ||||
| 1 | dynamixel_workbench_toolbox | ||||
| 1 | 2018-02-02 | dynpick_driver |
Driver package for Wacohtech dynpick force sensor. This contains
Driver package for Wacohtech dynpick force sensor. This contains
|
||
| 1 | earth_rover_localization | ||||
| 1 | earth_rover_piksi | ||||
| 1 | 2016-07-23 | easy_markers |
Python library to assist in publishing markers easily
Python library to assist in publishing markers easily
|
||
| 2 | eband_local_planner | ||||
| 1 | 2019-04-25 | eca_a9_control |
Configuration and launch files to control the ECA A9 AUV
Configuration and launch files to control the ECA A9 AUV
|
||
| 1 | 2019-04-25 | eca_a9_description |
Robot description for the ECA A9 AUV
Robot description for the ECA A9 AUV
|
||
| 1 | 2019-04-25 | eca_a9_gazebo |
Package with launch files for demonstrations with the ECA A9 AUV
Package with launch files for demonstrations with the ECA A9 AUV
|
||
| 1 | ecl | ||||
| 1 | 2017-08-06 | ecl_build |
Collection of cmake/make build tools primarily for ecl development itself, but also
contains a few cmake modules useful outside of the ecl.
Collection of cmake/make build tools primarily for ecl development itself, but also
contains a few cmake modules useful outside of the ecl.
|
||
| 1 | ecl_command_line | ||||
| 1 | ecl_concepts | ||||
| 1 | 2016-06-15 | ecl_config |
These tools inspect and describe your system with macros, types
and functions.
These tools inspect and describe your system with macros, types
and functions.
|
||
| 1 | 2016-06-15 | ecl_console |
Color codes for ansii consoles.
Color codes for ansii consoles.
|
||
| 1 | ecl_containers | ||||
| 1 | ecl_converters | ||||
| 1 | 2016-06-15 | ecl_converters_lite |
These are a very simple version of some of the functions in ecl_converters
suitable for firmware development. That is, there is no use of new,
templates or exceptions.
These are a very simple version of some of the functions in ecl_converters
suitable for firmware development. That is, there is no use of new,
templates or exceptions.
|
||
| 1 | ecl_core | ||||
| 1 | ecl_core_apps | ||||
| 1 | ecl_devices | ||||
| 1 | ecl_eigen | ||||
| 1 | 2016-06-15 | ecl_errors |
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.
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.
|
||
| 1 | ecl_exceptions | ||||
| 1 | ecl_filesystem | ||||
| 1 | ecl_formatters | ||||
| 1 | ecl_geometry | ||||
| 1 | 2016-06-15 | ecl_io |
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.
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.
|
||
| 1 | ecl_ipc | ||||
| 1 | 2017-08-06 | ecl_license |
Maintains the ecl licenses and also provides an install
target for deploying licenses with the ecl libraries.
Maintains the ecl licenses and also provides an install
target for deploying licenses with the ecl libraries.
|
Packages
| Name | Description | ||||
|---|---|---|---|---|---|
| 1 | 2019-05-10 | dynamixel_control_hw |
An interface to the Dynamixel actuators for ROS control
An interface to the Dynamixel actuators for ROS control
|
||
| 1 | 2017-02-20 | dynamixel_controllers |
This package contains a configurable node, services and a spawner script
to start, stop and restart one or more controller plugins. Reusable
controller types are defined for common Dynamixel motor joints. Both speed and
torque can be set for each joint. This python package can be used by more
specific robot controllers and all configurable parameters can be loaded
via a yaml file.
This package contains a configurable node, services and a spawner script
to start, stop and restart one or more controller plugins. Reusable
controller types are defined for common Dynamixel motor joints. Both speed and
torque can be set for each joint. This python package can be used by more
specific robot controllers and all configurable parameters can be loaded
via a yaml file.
|
||
| 1 | 2017-02-20 | dynamixel_driver |
This package provides low level IO for Robotis Dynamixel servos.
Fully supports and was tested with AX-12, AX-18, RX-24, RX-28,
MX-28, RX-64, EX-106 models. Hardware specific constants are
defined for reading and writing information from/to Dynamixel
servos. This low level package won't be used directly by most
ROS users. The higher level dynamixel_controllers and specific
robot joint controllers make use of this package.
This package provides low level IO for Robotis Dynamixel servos.
Fully supports and was tested with AX-12, AX-18, RX-24, RX-28,
MX-28, RX-64, EX-106 models. Hardware specific constants are
defined for reading and writing information from/to Dynamixel
servos. This low level package won't be used directly by most
ROS users. The higher level dynamixel_controllers and specific
robot joint controllers make use of this package.
|
||
| 1 | dynamixel_hardware_interface | ||||
| 1 | 2017-02-20 | dynamixel_motor |
This stack contains packages that are used to interface with Robotis
Dynamixel line of servo motors. This stack was tested with and fully
supports AX-12, AX-18, RX-24, RX-28, MX-28, RX-64, MX-64, EX-106 and
MX-106 models.
This stack contains packages that are used to interface with Robotis
Dynamixel line of servo motors. This stack was tested with and fully
supports AX-12, AX-18, RX-24, RX-28, MX-28, RX-64, MX-64, EX-106 and
MX-106 models.
|
||
| 1 | 2017-02-20 | dynamixel_msgs |
Common messages used throughout dynamixel_motor stack.
Common messages used throughout dynamixel_motor stack.
|
||
| 1 | dynamixel_pro_arm | ||||
| 1 | dynamixel_pro_arm_description | ||||
| 1 | dynamixel_pro_arm_moveit_config | ||||
| 1 | dynamixel_pro_controller | ||||
| 1 | dynamixel_pro_driver | ||||
| 1 | dynamixel_pro_moveit_controller | ||||
| 1 | 2019-01-02 | dynamixel_sdk |
This package is wrapping version of ROBOTIS Dynamxel SDK for ROS. The ROBOTIS Dynamixel SDK, or SDK, is a software development library that provides Dynamixel control functions for packet communication. The API is designed for Dynamixel actuators and Dynamixel-based platforms.
This package is wrapping version of ROBOTIS Dynamxel SDK for ROS. The ROBOTIS Dynamixel SDK, or SDK, is a software development library that provides Dynamixel control functions for packet communication. The API is designed for Dynamixel actuators and Dynamixel-based platforms.
|
||
| 1 | 2017-02-20 | dynamixel_tutorials |
Example configuration and launch file for dynamixel_motor stack.
Example configuration and launch file for dynamixel_motor stack.
|
||
| 1 | 2019-01-03 | dynamixel_workbench |
Dynamixel-Workbench is dynamixel solution for ROS.
This metapackage allows you to easily change the ID, baudrate and operating mode of the Dynamixel.
Furthermore, it supports various controllers based on operating mode and Dynamixel SDK.
These controllers are commanded by operators.
Dynamixel-Workbench is dynamixel solution for ROS.
This metapackage allows you to easily change the ID, baudrate and operating mode of the Dynamixel.
Furthermore, it supports various controllers based on operating mode and Dynamixel SDK.
These controllers are commanded by operators.
|
||
| 1 | 2019-01-03 | dynamixel_workbench_controllers |
This package contains examples of applying the 'dynamixel_workbench_toolbox' library developed on the basis of dynamixel_sdk to various operating modes of Dynamixel.
This package contains examples of applying the 'dynamixel_workbench_toolbox' library developed on the basis of dynamixel_sdk to various operating modes of Dynamixel.
|
||
| 1 | 2019-01-03 | dynamixel_workbench_msgs |
This package includes ROS messages and services for dynamixel_workbench packages
This package includes ROS messages and services for dynamixel_workbench packages
|
||
| 1 | 2019-01-03 | dynamixel_workbench_operators |
This package contains nodes that control the Dynamixel by communicating with the server registered in the 'dynamixel_workbench_controllers' package
This package contains nodes that control the Dynamixel by communicating with the server registered in the 'dynamixel_workbench_controllers' package
|
||
| 1 | 2019-01-03 | dynamixel_workbench_single_manager |
This package is single manager for a Dynamixel.
It provides a terminal environment to check the status of Dynamixel and control it before using Dynamixel
This package is single manager for a Dynamixel.
It provides a terminal environment to check the status of Dynamixel and control it before using Dynamixel
|
||
| 1 | 2019-01-03 | dynamixel_workbench_single_manager_gui |
It provides a grapic user interface to check the status of Dynamixel and control it before using Dynamixel
It provides a grapic user interface to check the status of Dynamixel and control it before using Dynamixel
|
||
| 1 | 2019-01-03 | dynamixel_workbench_toolbox |
This package is composed of 'dynamixel_item', 'dynamixel_tool', 'dynamixel_driver' and 'dynamixel_workbench' class.
The 'dynamixel_item' is saved as control table item and information of Dynamixels.
The 'dynamixel_tool' class loads its by model number of Dynamixels.
The 'dynamixel_driver' class includes wraped function used in DYNAMIXEL SDK.
The 'dynamixel_workbench' class make simple to use Dynamixels
This package is composed of 'dynamixel_item', 'dynamixel_tool', 'dynamixel_driver' and 'dynamixel_workbench' class.
The 'dynamixel_item' is saved as control table item and information of Dynamixels.
The 'dynamixel_tool' class loads its by model number of Dynamixels.
The 'dynamixel_driver' class includes wraped function used in DYNAMIXEL SDK.
The 'dynamixel_workbench' class make simple to use Dynamixels
|
||
| 1 | 2018-02-02 | dynpick_driver |
Driver package for Wacohtech dynpick force sensor. This contains
Driver package for Wacohtech dynpick force sensor. This contains
|
||
| 1 | 2019-03-07 | earth_rover_localization |
Configuration for the EKF of the robot_localization package to use with the Earth Rover Open Agribot.
Configuration for the EKF of the robot_localization package to use with the Earth Rover Open Agribot.
|
||
| 1 | 2019-02-08 | earth_rover_piksi |
Meta-package for the earth_rover_piksi repository.
Meta-package for the earth_rover_piksi repository.
|
||
| 1 | 2016-07-23 | easy_markers |
Python library to assist in publishing markers easily
Python library to assist in publishing markers easily
|
||
| 2 | 2017-11-22 | eband_local_planner |
eband_local_planner implements a plugin to the
base_local_planner. It implements the Elastic Band method on the
SE2 manifold.
eband_local_planner implements a plugin to the
base_local_planner. It implements the Elastic Band method on the
SE2 manifold.
|
||
| 1 | 2019-04-25 | eca_a9_control |
Configuration and launch files to control the ECA A9 AUV
Configuration and launch files to control the ECA A9 AUV
|
||
| 1 | 2019-04-25 | eca_a9_description |
Robot description for the ECA A9 AUV
Robot description for the ECA A9 AUV
|
||
| 1 | 2019-04-25 | eca_a9_gazebo |
Package with launch files for demonstrations with the ECA A9 AUV
Package with launch files for demonstrations with the ECA A9 AUV
|
||
| 1 | 2018-09-11 | ecl |
Metapackage bringing all of ecl together.
Metapackage bringing all of ecl together.
|
||
| 1 | 2017-02-05 | ecl_build |
Collection of cmake/make build tools primarily for ecl development itself, but also
contains a few cmake modules useful outside of the ecl.
Collection of cmake/make build tools primarily for ecl development itself, but also
contains a few cmake modules useful outside of the ecl.
|
||
| 1 | 2017-06-26 | ecl_command_line |
Embeds the TCLAP library inside the ecl. This is a very convenient
command line parser in templatised c++.
Embeds the TCLAP library inside the ecl. This is a very convenient
command line parser in templatised c++.
|
||
| 1 | 2017-06-26 | ecl_concepts |
Introduces a compile time concept checking mechanism that can be used
most commonly to check for required functionality when passing
template arguments.
Introduces a compile time concept checking mechanism that can be used
most commonly to check for required functionality when passing
template arguments.
|
||
| 1 | 2016-06-15 | ecl_config |
These tools inspect and describe your system with macros, types
and functions.
These tools inspect and describe your system with macros, types
and functions.
|
||
| 1 | 2016-06-15 | ecl_console |
Color codes for ansii consoles.
Color codes for ansii consoles.
|
||
| 1 | 2017-06-26 | ecl_containers |
The containers included here are intended to extend the stl containers.
In all cases, these implementations are designed to implement
c++ conveniences and safety where speed is not sacrificed.
Also includes techniques for memory debugging of common problems such
as buffer overruns.
The containers included here are intended to extend the stl containers.
In all cases, these implementations are designed to implement
c++ conveniences and safety where speed is not sacrificed.
Also includes techniques for memory debugging of common problems such
as buffer overruns.
|
||
| 1 | 2017-06-26 | ecl_converters |
Some fast/convenient type converters, mostly for char strings or strings.
These are not really fully fleshed out, alot of them could use the addition for
the whole range of fundamental types (e.g. all integers, not just int, unsigned int).
They will come as the need arises.
Some fast/convenient type converters, mostly for char strings or strings.
These are not really fully fleshed out, alot of them could use the addition for
the whole range of fundamental types (e.g. all integers, not just int, unsigned int).
They will come as the need arises.
|
||
| 1 | 2016-06-15 | ecl_converters_lite |
These are a very simple version of some of the functions in ecl_converters
suitable for firmware development. That is, there is no use of new,
templates or exceptions.
These are a very simple version of some of the functions in ecl_converters
suitable for firmware development. That is, there is no use of new,
templates or exceptions.
|
||
| 1 | 2017-06-26 | ecl_core |
A set of tools and interfaces extending the capabilities of c++ to
provide a lightweight, consistent interface with a focus for control
programming.
A set of tools and interfaces extending the capabilities of c++ to
provide a lightweight, consistent interface with a focus for control
programming.
|
||
| 1 | 2017-06-26 | ecl_core_apps |
This includes a suite of programs demo'ing various aspects of the
ecl_core. It also includes various benchmarking and utility programs for
use primarily with embedded systems.
This includes a suite of programs demo'ing various aspects of the
ecl_core. It also includes various benchmarking and utility programs for
use primarily with embedded systems.
|
||
| 1 | 2017-06-26 | ecl_devices |
Provides an extensible and standardised framework for input-output devices.
Provides an extensible and standardised framework for input-output devices.
|
||
| 1 | 2017-06-26 | ecl_eigen |
This provides an Eigen implementation for ecl's linear algebra.
This provides an Eigen implementation for ecl's linear algebra.
|
||
| 1 | 2016-06-15 | ecl_errors |
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.
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.
|
||
| 1 | 2017-06-26 | ecl_exceptions |
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.
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.
|
||
| 1 | 2017-06-26 | ecl_filesystem |
Cross platform filesystem utilities (until c++11 makes its way in).
Cross platform filesystem utilities (until c++11 makes its way in).
|
||
| 1 | 2017-06-26 | ecl_formatters |
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).
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).
|
||
| 1 | 2017-06-26 | ecl_geometry |
Any tools relating to mathematical geometry.
Primarily featuring polynomials and interpolations.
Any tools relating to mathematical geometry.
Primarily featuring polynomials and interpolations.
|
||
| 1 | 2016-06-15 | ecl_io |
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.
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.
|
||
| 1 | 2017-06-26 | ecl_ipc |
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.
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.
|
||
| 1 | 2017-02-05 | ecl_license |
Maintains the ecl licenses and also provides an install
target for deploying licenses with the ecl libraries.
Maintains the ecl licenses and also provides an install
target for deploying licenses with the ecl libraries.
|
Packages
| Name | Description | ||||
|---|---|---|---|---|---|
| 1 | dynamixel_control_hw | ||||
| 1 | 2017-02-20 | dynamixel_controllers |
This package contains a configurable node, services and a spawner script
to start, stop and restart one or more controller plugins. Reusable
controller types are defined for common Dynamixel motor joints. Both speed and
torque can be set for each joint. This python package can be used by more
specific robot controllers and all configurable parameters can be loaded
via a yaml file.
This package contains a configurable node, services and a spawner script
to start, stop and restart one or more controller plugins. Reusable
controller types are defined for common Dynamixel motor joints. Both speed and
torque can be set for each joint. This python package can be used by more
specific robot controllers and all configurable parameters can be loaded
via a yaml file.
|
||
| 1 | 2017-02-20 | dynamixel_driver |
This package provides low level IO for Robotis Dynamixel servos.
Fully supports and was tested with AX-12, AX-18, RX-24, RX-28,
MX-28, RX-64, EX-106 models. Hardware specific constants are
defined for reading and writing information from/to Dynamixel
servos. This low level package won't be used directly by most
ROS users. The higher level dynamixel_controllers and specific
robot joint controllers make use of this package.
This package provides low level IO for Robotis Dynamixel servos.
Fully supports and was tested with AX-12, AX-18, RX-24, RX-28,
MX-28, RX-64, EX-106 models. Hardware specific constants are
defined for reading and writing information from/to Dynamixel
servos. This low level package won't be used directly by most
ROS users. The higher level dynamixel_controllers and specific
robot joint controllers make use of this package.
|
||
| 1 | dynamixel_hardware_interface | ||||
| 1 | 2017-02-20 | dynamixel_motor |
This stack contains packages that are used to interface with Robotis
Dynamixel line of servo motors. This stack was tested with and fully
supports AX-12, AX-18, RX-24, RX-28, MX-28, RX-64, MX-64, EX-106 and
MX-106 models.
This stack contains packages that are used to interface with Robotis
Dynamixel line of servo motors. This stack was tested with and fully
supports AX-12, AX-18, RX-24, RX-28, MX-28, RX-64, MX-64, EX-106 and
MX-106 models.
|
||
| 1 | 2017-02-20 | dynamixel_msgs |
Common messages used throughout dynamixel_motor stack.
Common messages used throughout dynamixel_motor stack.
|
||
| 1 | dynamixel_pro_arm | ||||
| 1 | dynamixel_pro_arm_description | ||||
| 1 | dynamixel_pro_arm_moveit_config | ||||
| 1 | dynamixel_pro_controller | ||||
| 1 | dynamixel_pro_driver | ||||
| 1 | dynamixel_pro_moveit_controller | ||||
| 1 | 2018-07-17 | dynamixel_sdk |
This package is wrapping version of ROBOTIS Dynamxel SDK for ROS. The ROBOTIS Dynamixel SDK, or SDK, is a software development library that provides Dynamixel control functions for packet communication. The API is designed for Dynamixel actuators and Dynamixel-based platforms.
This package is wrapping version of ROBOTIS Dynamxel SDK for ROS. The ROBOTIS Dynamixel SDK, or SDK, is a software development library that provides Dynamixel control functions for packet communication. The API is designed for Dynamixel actuators and Dynamixel-based platforms.
|
||
| 1 | 2017-02-20 | dynamixel_tutorials |
Example configuration and launch file for dynamixel_motor stack.
Example configuration and launch file for dynamixel_motor stack.
|
||
| 1 | dynamixel_workbench | ||||
| 1 | dynamixel_workbench_controllers | ||||
| 1 | dynamixel_workbench_msgs | ||||
| 1 | dynamixel_workbench_operators | ||||
| 1 | dynamixel_workbench_single_manager | ||||
| 1 | dynamixel_workbench_single_manager_gui | ||||
| 1 | dynamixel_workbench_toolbox | ||||
| 1 | 2018-02-02 | dynpick_driver |
Driver package for Wacohtech dynpick force sensor. This contains
Driver package for Wacohtech dynpick force sensor. This contains
|
||
| 1 | earth_rover_localization | ||||
| 1 | earth_rover_piksi | ||||
| 1 | 2015-07-11 | easy_markers |
Python library to assist in publishing markers easily
Python library to assist in publishing markers easily
|
||
| 2 | 2017-11-22 | eband_local_planner |
eband_local_planner implements a plugin to the
base_local_planner. It implements the Elastic Band method on the
SE2 manifold.
eband_local_planner implements a plugin to the
base_local_planner. It implements the Elastic Band method on the
SE2 manifold.
|
||
| 1 | eca_a9_control | ||||
| 1 | eca_a9_description | ||||
| 1 | eca_a9_gazebo | ||||
| 1 | 2018-09-11 | ecl |
Metapackage bringing all of ecl together.
Metapackage bringing all of ecl together.
|
||
| 1 | 2017-02-05 | ecl_build |
Collection of cmake/make build tools primarily for ecl development itself, but also
contains a few cmake modules useful outside of the ecl.
Collection of cmake/make build tools primarily for ecl development itself, but also
contains a few cmake modules useful outside of the ecl.
|
||
| 1 | 2017-06-26 | ecl_command_line |
Embeds the TCLAP library inside the ecl. This is a very convenient
command line parser in templatised c++.
Embeds the TCLAP library inside the ecl. This is a very convenient
command line parser in templatised c++.
|
||
| 1 | 2017-06-26 | ecl_concepts |
Introduces a compile time concept checking mechanism that can be used
most commonly to check for required functionality when passing
template arguments.
Introduces a compile time concept checking mechanism that can be used
most commonly to check for required functionality when passing
template arguments.
|
||
| 1 | 2016-06-15 | ecl_config |
These tools inspect and describe your system with macros, types
and functions.
These tools inspect and describe your system with macros, types
and functions.
|
||
| 1 | 2016-06-15 | ecl_console |
Color codes for ansii consoles.
Color codes for ansii consoles.
|
||
| 1 | 2017-06-26 | ecl_containers |
The containers included here are intended to extend the stl containers.
In all cases, these implementations are designed to implement
c++ conveniences and safety where speed is not sacrificed.
Also includes techniques for memory debugging of common problems such
as buffer overruns.
The containers included here are intended to extend the stl containers.
In all cases, these implementations are designed to implement
c++ conveniences and safety where speed is not sacrificed.
Also includes techniques for memory debugging of common problems such
as buffer overruns.
|
||
| 1 | 2017-06-26 | ecl_converters |
Some fast/convenient type converters, mostly for char strings or strings.
These are not really fully fleshed out, alot of them could use the addition for
the whole range of fundamental types (e.g. all integers, not just int, unsigned int).
They will come as the need arises.
Some fast/convenient type converters, mostly for char strings or strings.
These are not really fully fleshed out, alot of them could use the addition for
the whole range of fundamental types (e.g. all integers, not just int, unsigned int).
They will come as the need arises.
|
||
| 1 | 2016-06-15 | ecl_converters_lite |
These are a very simple version of some of the functions in ecl_converters
suitable for firmware development. That is, there is no use of new,
templates or exceptions.
These are a very simple version of some of the functions in ecl_converters
suitable for firmware development. That is, there is no use of new,
templates or exceptions.
|
||
| 1 | 2017-06-26 | ecl_core |
A set of tools and interfaces extending the capabilities of c++ to
provide a lightweight, consistent interface with a focus for control
programming.
A set of tools and interfaces extending the capabilities of c++ to
provide a lightweight, consistent interface with a focus for control
programming.
|
||
| 1 | 2017-06-26 | ecl_core_apps |
This includes a suite of programs demo'ing various aspects of the
ecl_core. It also includes various benchmarking and utility programs for
use primarily with embedded systems.
This includes a suite of programs demo'ing various aspects of the
ecl_core. It also includes various benchmarking and utility programs for
use primarily with embedded systems.
|
||
| 1 | 2017-06-26 | ecl_devices |
Provides an extensible and standardised framework for input-output devices.
Provides an extensible and standardised framework for input-output devices.
|
||
| 1 | 2017-06-26 | ecl_eigen |
This provides an Eigen implementation for ecl's linear algebra.
This provides an Eigen implementation for ecl's linear algebra.
|
||
| 1 | 2016-06-15 | ecl_errors |
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.
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.
|
||
| 1 | 2017-06-26 | ecl_exceptions |
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.
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.
|
||
| 1 | 2017-06-26 | ecl_filesystem |
Cross platform filesystem utilities (until c++11 makes its way in).
Cross platform filesystem utilities (until c++11 makes its way in).
|
||
| 1 | 2017-06-26 | ecl_formatters |
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).
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).
|
||
| 1 | 2017-06-26 | ecl_geometry |
Any tools relating to mathematical geometry.
Primarily featuring polynomials and interpolations.
Any tools relating to mathematical geometry.
Primarily featuring polynomials and interpolations.
|
||
| 1 | 2016-06-15 | ecl_io |
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.
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.
|
||
| 1 | 2017-06-26 | ecl_ipc |
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.
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.
|
||
| 1 | 2017-02-05 | ecl_license |
Maintains the ecl licenses and also provides an install
target for deploying licenses with the ecl libraries.
Maintains the ecl licenses and also provides an install
target for deploying licenses with the ecl libraries.
|
Packages
Packages
| Name | Description | ||||
|---|---|---|---|---|---|
| 1 | dynamixel_control_hw | ||||
| 1 | 2017-02-20 | dynamixel_controllers |
This package contains a configurable node, services and a spawner script
to start, stop and restart one or more controller plugins. Reusable
controller types are defined for common Dynamixel motor joints. Both speed and
torque can be set for each joint. This python package can be used by more
specific robot controllers and all configurable parameters can be loaded
via a yaml file.
This package contains a configurable node, services and a spawner script
to start, stop and restart one or more controller plugins. Reusable
controller types are defined for common Dynamixel motor joints. Both speed and
torque can be set for each joint. This python package can be used by more
specific robot controllers and all configurable parameters can be loaded
via a yaml file.
|
||
| 1 | 2017-02-20 | dynamixel_driver |
This package provides low level IO for Robotis Dynamixel servos.
Fully supports and was tested with AX-12, AX-18, RX-24, RX-28,
MX-28, RX-64, EX-106 models. Hardware specific constants are
defined for reading and writing information from/to Dynamixel
servos. This low level package won't be used directly by most
ROS users. The higher level dynamixel_controllers and specific
robot joint controllers make use of this package.
This package provides low level IO for Robotis Dynamixel servos.
Fully supports and was tested with AX-12, AX-18, RX-24, RX-28,
MX-28, RX-64, EX-106 models. Hardware specific constants are
defined for reading and writing information from/to Dynamixel
servos. This low level package won't be used directly by most
ROS users. The higher level dynamixel_controllers and specific
robot joint controllers make use of this package.
|
||
| 1 | dynamixel_hardware_interface | ||||
| 1 | 2017-02-20 | dynamixel_motor |
This stack contains packages that are used to interface with Robotis
Dynamixel line of servo motors. This stack was tested with and fully
supports AX-12, AX-18, RX-24, RX-28, MX-28, RX-64, MX-64, EX-106 and
MX-106 models.
This stack contains packages that are used to interface with Robotis
Dynamixel line of servo motors. This stack was tested with and fully
supports AX-12, AX-18, RX-24, RX-28, MX-28, RX-64, MX-64, EX-106 and
MX-106 models.
|
||
| 1 | 2017-02-20 | dynamixel_msgs |
Common messages used throughout dynamixel_motor stack.
Common messages used throughout dynamixel_motor stack.
|
||
| 1 | dynamixel_pro_arm | ||||
| 1 | dynamixel_pro_arm_description | ||||
| 1 | dynamixel_pro_arm_moveit_config | ||||
| 1 | dynamixel_pro_controller | ||||
| 1 | dynamixel_pro_driver | ||||
| 1 | dynamixel_pro_moveit_controller | ||||
| 1 | dynamixel_sdk | ||||
| 1 | 2017-02-20 | dynamixel_tutorials |
Example configuration and launch file for dynamixel_motor stack.
Example configuration and launch file for dynamixel_motor stack.
|
||
| 1 | dynamixel_workbench | ||||
| 1 | dynamixel_workbench_controllers | ||||
| 1 | dynamixel_workbench_msgs | ||||
| 1 | dynamixel_workbench_operators | ||||
| 1 | dynamixel_workbench_single_manager | ||||
| 1 | dynamixel_workbench_single_manager_gui | ||||
| 1 | dynamixel_workbench_toolbox | ||||
| 1 | 2018-02-02 | dynpick_driver |
Driver package for Wacohtech dynpick force sensor. This contains
Driver package for Wacohtech dynpick force sensor. This contains
|
||
| 1 | earth_rover_localization | ||||
| 1 | earth_rover_piksi | ||||
| 1 | 2015-07-11 | easy_markers |
Python library to assist in publishing markers easily
Python library to assist in publishing markers easily
|
||
| 2 | eband_local_planner | ||||
| 1 | eca_a9_control | ||||
| 1 | eca_a9_description | ||||
| 1 | eca_a9_gazebo | ||||
| 1 | 2018-09-11 | ecl |
Metapackage bringing all of ecl together.
Metapackage bringing all of ecl together.
|
||
| 1 | 2018-12-31 | ecl_build |
Collection of cmake/make build tools primarily for ecl development itself, but also
contains a few cmake modules useful outside of the ecl.
Collection of cmake/make build tools primarily for ecl development itself, but also
contains a few cmake modules useful outside of the ecl.
|
||
| 1 | 2018-12-31 | ecl_command_line |
Embeds the TCLAP library inside the ecl. This is a very convenient
command line parser in templatised c++.
Embeds the TCLAP library inside the ecl. This is a very convenient
command line parser in templatised c++.
|
||
| 1 | 2018-12-31 | ecl_concepts |
Introduces a compile time concept checking mechanism that can be used
most commonly to check for required functionality when passing
template arguments.
Introduces a compile time concept checking mechanism that can be used
most commonly to check for required functionality when passing
template arguments.
|
||
| 1 | 2018-12-31 | ecl_config |
These tools inspect and describe your system with macros, types
and functions.
These tools inspect and describe your system with macros, types
and functions.
|
||
| 1 | 2018-12-31 | ecl_console |
Color codes for ansii consoles.
Color codes for ansii consoles.
|
||
| 1 | 2018-12-31 | ecl_containers |
The containers included here are intended to extend the stl containers.
In all cases, these implementations are designed to implement
c++ conveniences and safety where speed is not sacrificed.
Also includes techniques for memory debugging of common problems such
as buffer overruns.
The containers included here are intended to extend the stl containers.
In all cases, these implementations are designed to implement
c++ conveniences and safety where speed is not sacrificed.
Also includes techniques for memory debugging of common problems such
as buffer overruns.
|
||
| 1 | 2018-12-31 | ecl_converters |
Some fast/convenient type converters, mostly for char strings or strings.
These are not really fully fleshed out, alot of them could use the addition for
the whole range of fundamental types (e.g. all integers, not just int, unsigned int).
They will come as the need arises.
Some fast/convenient type converters, mostly for char strings or strings.
These are not really fully fleshed out, alot of them could use the addition for
the whole range of fundamental types (e.g. all integers, not just int, unsigned int).
They will come as the need arises.
|
||
| 1 | 2018-12-31 | ecl_converters_lite |
These are a very simple version of some of the functions in ecl_converters
suitable for firmware development. That is, there is no use of new,
templates or exceptions.
These are a very simple version of some of the functions in ecl_converters
suitable for firmware development. That is, there is no use of new,
templates or exceptions.
|
||
| 1 | 2018-12-31 | ecl_core |
A set of tools and interfaces extending the capabilities of c++ to
provide a lightweight, consistent interface with a focus for control
programming.
A set of tools and interfaces extending the capabilities of c++ to
provide a lightweight, consistent interface with a focus for control
programming.
|
||
| 1 | 2018-12-31 | ecl_core_apps |
This includes a suite of programs demo'ing various aspects of the
ecl_core. It also includes various benchmarking and utility programs for
use primarily with embedded systems.
This includes a suite of programs demo'ing various aspects of the
ecl_core. It also includes various benchmarking and utility programs for
use primarily with embedded systems.
|
||
| 1 | 2018-12-31 | ecl_devices |
Provides an extensible and standardised framework for input-output devices.
Provides an extensible and standardised framework for input-output devices.
|
||
| 1 | 2018-12-31 | ecl_eigen |
This provides an Eigen implementation for ecl's linear algebra.
This provides an Eigen implementation for ecl's linear algebra.
|
||
| 1 | 2018-12-31 | ecl_errors |
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.
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.
|
||
| 1 | 2018-12-31 | ecl_exceptions |
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.
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.
|
||
| 1 | 2018-12-31 | ecl_filesystem |
Cross platform filesystem utilities (until c++11 makes its way in).
Cross platform filesystem utilities (until c++11 makes its way in).
|
||
| 1 | 2018-12-31 | ecl_formatters |
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).
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).
|
||
| 1 | 2018-12-31 | ecl_geometry |
Any tools relating to mathematical geometry.
Primarily featuring polynomials and interpolations.
Any tools relating to mathematical geometry.
Primarily featuring polynomials and interpolations.
|
||
| 1 | 2018-12-31 | ecl_io |
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.
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.
|
||
| 1 | 2018-12-31 | ecl_ipc |
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.
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.
|
||
| 1 | 2018-12-31 | ecl_license |
Maintains the ecl licenses and also provides an install
target for deploying licenses with the ecl libraries.
Maintains the ecl licenses and also provides an install
target for deploying licenses with the ecl libraries.
|
Packages
| Name | Description | ||||
|---|---|---|---|---|---|
| 1 | dynamixel_control_hw | ||||
| 1 | 2017-02-20 | dynamixel_controllers |
This package contains a configurable node, services and a spawner script
to start, stop and restart one or more controller plugins. Reusable
controller types are defined for common Dynamixel motor joints. Both speed and
torque can be set for each joint. This python package can be used by more
specific robot controllers and all configurable parameters can be loaded
via a yaml file.
This package contains a configurable node, services and a spawner script
to start, stop and restart one or more controller plugins. Reusable
controller types are defined for common Dynamixel motor joints. Both speed and
torque can be set for each joint. This python package can be used by more
specific robot controllers and all configurable parameters can be loaded
via a yaml file.
|
||
| 1 | 2017-02-20 | dynamixel_driver |
This package provides low level IO for Robotis Dynamixel servos.
Fully supports and was tested with AX-12, AX-18, RX-24, RX-28,
MX-28, RX-64, EX-106 models. Hardware specific constants are
defined for reading and writing information from/to Dynamixel
servos. This low level package won't be used directly by most
ROS users. The higher level dynamixel_controllers and specific
robot joint controllers make use of this package.
This package provides low level IO for Robotis Dynamixel servos.
Fully supports and was tested with AX-12, AX-18, RX-24, RX-28,
MX-28, RX-64, EX-106 models. Hardware specific constants are
defined for reading and writing information from/to Dynamixel
servos. This low level package won't be used directly by most
ROS users. The higher level dynamixel_controllers and specific
robot joint controllers make use of this package.
|
||
| 1 | 2013-09-10 | dynamixel_hardware_interface |
dynamixel_hardware_interface
dynamixel_hardware_interface
|
||
| 1 | 2017-02-20 | dynamixel_motor |
This stack contains packages that are used to interface with Robotis
Dynamixel line of servo motors. This stack was tested with and fully
supports AX-12, AX-18, RX-24, RX-28, MX-28, RX-64, MX-64, EX-106 and
MX-106 models.
This stack contains packages that are used to interface with Robotis
Dynamixel line of servo motors. This stack was tested with and fully
supports AX-12, AX-18, RX-24, RX-28, MX-28, RX-64, MX-64, EX-106 and
MX-106 models.
|
||
| 1 | 2017-02-20 | dynamixel_msgs |
Common messages used throughout dynamixel_motor stack.
Common messages used throughout dynamixel_motor stack.
|
||
| 1 | 2013-08-20 | dynamixel_pro_arm |
The dynamixel_pro_arm package
The dynamixel_pro_arm package
|
||
| 1 | 2013-08-20 | dynamixel_pro_arm_description |
The dynamixel_pro_arm_description package contains an URDF model of the dynamixel pro arm
The dynamixel_pro_arm_description package contains an URDF model of the dynamixel pro arm
|
||
| 1 | 2013-08-20 | dynamixel_pro_arm_moveit_config |
An automatically generated package with all the configuration and launch files for using the dynamixel_pro_arm with the MoveIt Motion Planning Framework
An automatically generated package with all the configuration and launch files for using the dynamixel_pro_arm with the MoveIt Motion Planning Framework
|
||
| 1 | 2014-03-28 | dynamixel_pro_controller |
The dynamixel_pro_controller package
The dynamixel_pro_controller package
|
||
| 1 | 2013-10-04 | dynamixel_pro_driver |
The dynamixel_pro_driver package
The dynamixel_pro_driver package
|
||
| 1 | 2013-08-20 | dynamixel_pro_moveit_controller |
The dynamixel_pro_moveit_controller package, it interprets joint trajectories and uses the low level drivers to directly control the arm. Avoiding the extra layer of translating the joint_trajectory messages to joint_state messages
The dynamixel_pro_moveit_controller package, it interprets joint trajectories and uses the low level drivers to directly control the arm. Avoiding the extra layer of translating the joint_trajectory messages to joint_state messages
|
||
| 1 | dynamixel_sdk | ||||
| 1 | 2017-02-20 | dynamixel_tutorials |
Example configuration and launch file for dynamixel_motor stack.
Example configuration and launch file for dynamixel_motor stack.
|
||
| 1 | dynamixel_workbench | ||||
| 1 | dynamixel_workbench_controllers | ||||
| 1 | dynamixel_workbench_msgs | ||||
| 1 | dynamixel_workbench_operators | ||||
| 1 | dynamixel_workbench_single_manager | ||||
| 1 | dynamixel_workbench_single_manager_gui | ||||
| 1 | dynamixel_workbench_toolbox | ||||
| 1 | 2018-02-02 | dynpick_driver |
Driver package for Wacohtech dynpick force sensor. This contains
Driver package for Wacohtech dynpick force sensor. This contains
|
||
| 1 | earth_rover_localization | ||||
| 1 | earth_rover_piksi | ||||
| 1 | 2015-07-11 | easy_markers |
Python library to assist in publishing markers easily
Python library to assist in publishing markers easily
|
||
| 2 | 2014-07-29 | eband_local_planner |
The eband_local_planner package implements a plugin to the base_local_planner. It implements the Elastic Band method on the SE2 manifold.
The eband_local_planner package implements a plugin to the base_local_planner. It implements the Elastic Band method on the SE2 manifold.
|
||
| 1 | eca_a9_control | ||||
| 1 | eca_a9_description | ||||
| 1 | eca_a9_gazebo | ||||
| 1 | ecl | ||||
| 1 | ecl_build | ||||
| 1 | ecl_command_line | ||||
| 1 | ecl_concepts | ||||
| 1 | ecl_config | ||||
| 1 | ecl_console | ||||
| 1 | ecl_containers | ||||
| 1 | ecl_converters | ||||
| 1 | ecl_converters_lite | ||||
| 1 | ecl_core | ||||
| 1 | ecl_core_apps | ||||
| 1 | ecl_devices | ||||
| 1 | ecl_eigen | ||||
| 1 | ecl_errors | ||||
| 1 | ecl_exceptions | ||||
| 1 | ecl_filesystem | ||||
| 1 | ecl_formatters | ||||
| 1 | ecl_geometry | ||||
| 1 | ecl_io | ||||
| 1 | ecl_ipc | ||||
| 1 | ecl_license |