Packages
| Name | Description | ||||
|---|---|---|---|---|---|
| 1 | 2019-03-09 | ament_xmllint |
The ability to check XML files like the package manifest using xmllint
and generate xUnit test result files.
The ability to check XML files like the package manifest using xmllint
and generate xUnit test result files.
|
||
| 1 | 2019-03-09 | ament_uncrustify |
The ability to check code against style conventions using uncrustify
and generate xUnit test result files.
The ability to check code against style conventions using uncrustify
and generate xUnit test result files.
|
||
| 1 | ament_tools | ||||
| 1 | 2019-03-09 | ament_pyflakes |
The ability to check code using pyflakes and generate xUnit test
result files.
The ability to check code using pyflakes and generate xUnit test
result files.
|
||
| 1 | 2019-03-09 | ament_pep8 |
The ability to check code against the style conventions in PEP 8 and
generate xUnit test result files.
The ability to check code against the style conventions in PEP 8 and
generate xUnit test result files.
|
||
| 1 | 2019-03-09 | ament_pep257 |
The ability to check code against the style conventions in PEP 8 and
generate xUnit test result files.
The ability to check code against the style conventions in PEP 8 and
generate xUnit test result files.
|
||
| 1 | 2019-03-09 | ament_pclint |
The ability to perform static code analysis on C/C++ code using pclint
and generate xUnit test result files.
The ability to perform static code analysis on C/C++ code using pclint
and generate xUnit test result files.
|
||
| 1 | 2018-11-13 | ament_package |
The parser for the manifest files in the ament buildsystem.
The parser for the manifest files in the ament buildsystem.
|
||
| 1 | 2019-03-09 | ament_lint_common |
The list of commonly used linters in the ament buildsytem in CMake.
The list of commonly used linters in the ament buildsytem in CMake.
|
||
| 1 | 2019-03-09 | ament_lint_cmake |
The ability to lint CMake code using cmakelint and generate xUnit test
result files.
The ability to lint CMake code using cmakelint and generate xUnit test
result files.
|
||
| 1 | 2019-03-09 | ament_lint_auto |
The auto-magic functions for ease to use of the ament linters in CMake.
The auto-magic functions for ease to use of the ament linters in CMake.
|
||
| 1 | 2018-06-18 | ament_index_python |
Python API to access the ament resource index.
Python API to access the ament resource index.
|
||
| 1 | 2018-06-18 | ament_index_cpp |
C++ API to access the ament resource index.
C++ API to access the ament resource index.
|
||
| 1 | 2019-03-09 | ament_flake8 |
The ability to check code for style and syntax conventions with flake8.
The ability to check code for style and syntax conventions with flake8.
|
||
| 1 | 2019-03-09 | ament_cpplint |
The ability to check code against the Google style conventions using
cpplint and generate xUnit test result files.
The ability to check code against the Google style conventions using
cpplint and generate xUnit test result files.
|
||
| 1 | 2019-03-09 | ament_cppcheck |
The ability to perform static code analysis on C/C++ code using Cppcheck
and generate xUnit test result files.
The ability to perform static code analysis on C/C++ code using Cppcheck
and generate xUnit test result files.
|
||
| 1 | 2019-03-09 | ament_copyright |
The ability to check source files for copyright and license
information.
The ability to check source files for copyright and license
information.
|
||
| 1 | 2019-03-09 | ament_cmake_xmllint |
The CMake API for ament_xmllint to check XML file using xmmlint.
The CMake API for ament_xmllint to check XML file using xmmlint.
|
||
| 1 | 2019-03-09 | ament_cmake_uncrustify |
The CMake API for ament_uncrustify to check code against styleconventions
using uncrustify.
The CMake API for ament_uncrustify to check code against styleconventions
using uncrustify.
|
||
| 1 | 2019-03-09 | ament_cmake_test |
The ability to add tests in the ament buildsystem in CMake.
The ability to add tests in the ament buildsystem in CMake.
|
||
| 1 | 2019-03-09 | ament_cmake_target_dependencies |
The ability to add definitions, include directories and libraries of a package to a target in the ament buildsystem in CMake.
The ability to add definitions, include directories and libraries of a package to a target in the ament buildsystem in CMake.
|
||
| 1 | 2018-06-18 | ament_cmake_ros |
The ROS specific CMake bits in the ament buildsystem.
The ROS specific CMake bits in the ament buildsystem.
|
||
| 1 | 2019-03-09 | ament_cmake_python |
The ability to use Python in the ament buildsystem in CMake.
The ability to use Python in the ament buildsystem in CMake.
|
||
| 1 | 2019-03-09 | ament_cmake_pytest |
The ability to run Python tests using pytest in the ament buildsystem in CMake.
The ability to run Python tests using pytest in the ament buildsystem in CMake.
|
||
| 1 | 2019-03-09 | ament_cmake_pyflakes |
The CMake API for ament_pyflakes to check code using pyflakes.
The CMake API for ament_pyflakes to check code using pyflakes.
|
||
| 1 | 2019-03-09 | ament_cmake_pep8 |
The CMake API for ament_pep8 to check code against the style conventions in
PEP 8.
The CMake API for ament_pep8 to check code against the style conventions in
PEP 8.
|
||
| 1 | 2019-03-09 | ament_cmake_pep257 |
The CMake API for ament_pep257 to check code against the style conventions in
PEP 257.
The CMake API for ament_pep257 to check code against the style conventions in
PEP 257.
|
||
| 1 | 2019-03-09 | ament_cmake_pclint |
The CMake API for ament_pclint to perform static code analysis on C/C++
code using PCLint.
The CMake API for ament_pclint to perform static code analysis on C/C++
code using PCLint.
|
||
| 1 | 2019-03-09 | ament_cmake_nose |
The ability to add nose-based tests in the ament buildsystem in CMake.
The ability to add nose-based tests in the ament buildsystem in CMake.
|
||
| 1 | 2019-03-09 | ament_cmake_lint_cmake |
The CMake API for ament_lint_cmake to lint CMake code using cmakelint.
The CMake API for ament_lint_cmake to lint CMake code using cmakelint.
|
||
| 1 | 2019-03-09 | ament_cmake_libraries |
The functionality to deduplicate libraries in the ament buildsystem in CMake.
The functionality to deduplicate libraries in the ament buildsystem in CMake.
|
||
| 1 | 2019-03-09 | ament_cmake_include_directories |
The functionality to order include directories according to a chain of prefixes in the ament buildsystem in CMake.
The functionality to order include directories according to a chain of prefixes in the ament buildsystem in CMake.
|
||
| 1 | 2019-03-09 | ament_cmake_gtest |
The ability to add gtest-based tests in the ament buildsystem in CMake.
The ability to add gtest-based tests in the ament buildsystem in CMake.
|
||
| 1 | 2019-03-09 | ament_cmake_gmock |
The ability to add Google mock-based tests in the ament buildsystem in CMake.
The ability to add Google mock-based tests in the ament buildsystem in CMake.
|
||
| 1 | 2019-03-09 | ament_cmake_flake8 |
The CMake API for ament_flake8 to check code syntax and style conventions
with flake8.
The CMake API for ament_flake8 to check code syntax and style conventions
with flake8.
|
||
| 1 | 2019-03-09 | ament_cmake_export_link_flags |
The ability to export link flags to downstream packages in the ament buildsystem.
The ability to export link flags to downstream packages in the ament buildsystem.
|
||
| 1 | 2019-03-09 | ament_cmake_export_libraries |
The ability to export libraries to downstream packages in the ament buildsystem in CMake.
The ability to export libraries to downstream packages in the ament buildsystem in CMake.
|
||
| 1 | 2019-03-09 | ament_cmake_export_interfaces |
The ability to export interfaces to downstream packages in the ament buildsystem in CMake.
The ability to export interfaces to downstream packages in the ament buildsystem in CMake.
|
||
| 1 | 2019-03-09 | ament_cmake_export_include_directories |
The ability to export include directories to downstream packages in the ament buildsystem in CMake.
The ability to export include directories to downstream packages in the ament buildsystem in CMake.
|
||
| 1 | 2019-03-09 | ament_cmake_export_dependencies |
The ability to export dependencies to downstream packages in the ament buildsystem in CMake.
The ability to export dependencies to downstream packages in the ament buildsystem in CMake.
|
||
| 1 | 2019-03-09 | ament_cmake_export_definitions |
The ability to export definitions to downstream packages in the ament buildsystem.
The ability to export definitions to downstream packages in the ament buildsystem.
|
||
| 1 | 2019-03-09 | ament_cmake_cpplint |
The CMake API for ament_cpplint to lint C / C++ code using cpplint.
The CMake API for ament_cpplint to lint C / C++ code using cpplint.
|
||
| 1 | 2019-03-09 | ament_cmake_cppcheck |
The CMake API for ament_cppcheck to perform static code analysis on C/C++
code using Cppcheck.
The CMake API for ament_cppcheck to perform static code analysis on C/C++
code using Cppcheck.
|
||
| 1 | 2019-03-09 | ament_cmake_core |
The core of the ament buildsystem in CMake.
Several subcomponents provide specific funtionalities:
* environment: provide prefix-level setup files
* environment_hooks: provide package-level setup files and environment hooks
* index: store information in an index and retrieve them without crawling
* package_templates: templates from the ament_package Python package
* symlink_install: use symlinks for CMake install commands
The core of the ament buildsystem in CMake.
Several subcomponents provide specific funtionalities:
* environment: provide prefix-level setup files
* environment_hooks: provide package-level setup files and environment hooks
* index: store information in an index and retrieve them without crawling
* package_templates: templates from the ament_package Python package
* symlink_install: use symlinks for CMake install commands
|
||
| 1 | 2019-03-09 | ament_cmake_copyright |
The CMake API for ament_copyright to check every source file contains copyright reference.
The CMake API for ament_copyright to check every source file contains copyright reference.
|
||
| 1 | 2019-03-09 | ament_cmake_clang_format |
The CMake API for ament_clang_format to lint C / C++ code using clang format.
The CMake API for ament_clang_format to lint C / C++ code using clang format.
|
||
| 1 | 2019-03-09 | ament_cmake_auto |
The auto-magic functions for ease to use of the ament buildsystem in CMake.
The auto-magic functions for ease to use of the ament buildsystem in CMake.
|
||
| 1 | 2019-03-09 | ament_cmake |
The entry point package for the ament buildsystem in CMake.
The entry point package for the ament buildsystem in CMake.
|
||
| 1 | 2019-03-09 | ament_clang_format |
The ability to check code against style conventions using
clang-format and generate xUnit test result files.
The ability to check code against style conventions using
clang-format and generate xUnit test result files.
|
||
| 2 | amcl |
Packages
| Name | Description | ||||
|---|---|---|---|---|---|
| 1 | 2018-06-27 | ament_uncrustify |
The ability to check code against style conventions using uncrustify
and generate xUnit test result files.
The ability to check code against style conventions using uncrustify
and generate xUnit test result files.
|
||
| 1 | 2018-06-27 | ament_tools |
The command line tools for the ament buildsystem.
The command line tools for the ament buildsystem.
|
||
| 1 | 2018-06-27 | ament_pyflakes |
The ability to check code using pyflakes and generate xUnit test
result files.
The ability to check code using pyflakes and generate xUnit test
result files.
|
||
| 1 | 2018-06-27 | ament_pep8 |
The ability to check code against the style conventions in PEP 8 and
generate xUnit test result files.
The ability to check code against the style conventions in PEP 8 and
generate xUnit test result files.
|
||
| 1 | 2018-06-27 | ament_pep257 |
The ability to check code against the style conventions in PEP 8 and
generate xUnit test result files.
The ability to check code against the style conventions in PEP 8 and
generate xUnit test result files.
|
||
| 1 | 2018-06-27 | ament_pclint |
The ability to perform static code analysis on C/C++ code using pclint
and generate xUnit test result files.
The ability to perform static code analysis on C/C++ code using pclint
and generate xUnit test result files.
|
||
| 1 | 2018-07-19 | ament_package |
The parser for the manifest files in the ament buildsystem.
The parser for the manifest files in the ament buildsystem.
|
||
| 1 | 2018-06-27 | ament_lint_common |
The list of commonly used linters in the ament buildsytem in CMake.
The list of commonly used linters in the ament buildsytem in CMake.
|
||
| 1 | 2018-06-27 | ament_lint_cmake |
The ability to lint CMake code using cmakelint and generate xUnit test
result files.
The ability to lint CMake code using cmakelint and generate xUnit test
result files.
|
||
| 1 | 2018-06-27 | ament_lint_auto |
The auto-magic functions for ease to use of the ament linters in CMake.
The auto-magic functions for ease to use of the ament linters in CMake.
|
||
| 1 | 2018-06-18 | ament_index_python |
Python API to access the ament resource index.
Python API to access the ament resource index.
|
||
| 1 | 2018-06-18 | ament_index_cpp |
C++ API to access the ament resource index.
C++ API to access the ament resource index.
|
||
| 1 | 2018-06-27 | ament_flake8 |
The ability to check code for style and syntax conventions with flake8.
The ability to check code for style and syntax conventions with flake8.
|
||
| 1 | 2018-06-27 | ament_cpplint |
The ability to check code against the Google style conventions using
cpplint and generate xUnit test result files.
The ability to check code against the Google style conventions using
cpplint and generate xUnit test result files.
|
||
| 1 | 2018-06-27 | ament_cppcheck |
The ability to perform static code analysis on C/C++ code using Cppcheck
and generate xUnit test result files.
The ability to perform static code analysis on C/C++ code using Cppcheck
and generate xUnit test result files.
|
||
| 1 | 2018-06-27 | ament_copyright |
The ability to check source files for copyright and license
information.
The ability to check source files for copyright and license
information.
|
||
| 1 | ament_cmake_xmllint | ||||
| 1 | 2018-06-27 | ament_cmake_uncrustify |
The CMake API for ament_uncrustify to check code against styleconventions
using uncrustify.
The CMake API for ament_uncrustify to check code against styleconventions
using uncrustify.
|
||
| 1 | 2018-07-17 | ament_cmake_test |
The ability to add tests in the ament buildsystem in CMake.
The ability to add tests in the ament buildsystem in CMake.
|
||
| 1 | 2018-07-17 | ament_cmake_target_dependencies |
The ability to add definitions, include directories and libraries of a package to a target in the ament buildsystem in CMake.
The ability to add definitions, include directories and libraries of a package to a target in the ament buildsystem in CMake.
|
||
| 1 | 2018-06-18 | ament_cmake_ros |
The ROS specific CMake bits in the ament buildsystem.
The ROS specific CMake bits in the ament buildsystem.
|
||
| 1 | 2018-07-17 | ament_cmake_python |
The ability to use Python in the ament buildsystem in CMake.
The ability to use Python in the ament buildsystem in CMake.
|
||
| 1 | 2018-07-17 | ament_cmake_pytest |
The ability to run Python tests using pytest in the ament buildsystem in CMake.
The ability to run Python tests using pytest in the ament buildsystem in CMake.
|
||
| 1 | 2018-06-27 | ament_cmake_pyflakes |
The CMake API for ament_pyflakes to check code using pyflakes.
The CMake API for ament_pyflakes to check code using pyflakes.
|
||
| 1 | 2018-06-27 | ament_cmake_pep8 |
The CMake API for ament_pep8 to check code against the style conventions in
PEP 8.
The CMake API for ament_pep8 to check code against the style conventions in
PEP 8.
|
||
| 1 | 2018-06-27 | ament_cmake_pep257 |
The CMake API for ament_pep257 to check code against the style conventions in
PEP 257.
The CMake API for ament_pep257 to check code against the style conventions in
PEP 257.
|
||
| 1 | 2018-06-27 | ament_cmake_pclint |
The CMake API for ament_pclint to perform static code analysis on C/C++
code using PCLint.
The CMake API for ament_pclint to perform static code analysis on C/C++
code using PCLint.
|
||
| 1 | 2018-07-17 | ament_cmake_nose |
The ability to add nose-based tests in the ament buildsystem in CMake.
The ability to add nose-based tests in the ament buildsystem in CMake.
|
||
| 1 | 2018-06-27 | ament_cmake_lint_cmake |
The CMake API for ament_lint_cmake to lint CMake code using cmakelint.
The CMake API for ament_lint_cmake to lint CMake code using cmakelint.
|
||
| 1 | 2018-07-17 | ament_cmake_libraries |
The functionality to deduplicate libraries in the ament buildsystem in CMake.
The functionality to deduplicate libraries in the ament buildsystem in CMake.
|
||
| 1 | 2018-07-17 | ament_cmake_include_directories |
The functionality to order include directories according to a chain of prefixes in the ament buildsystem in CMake.
The functionality to order include directories according to a chain of prefixes in the ament buildsystem in CMake.
|
||
| 1 | 2018-07-17 | ament_cmake_gtest |
The ability to add gtest-based tests in the ament buildsystem in CMake.
The ability to add gtest-based tests in the ament buildsystem in CMake.
|
||
| 1 | 2018-07-17 | ament_cmake_gmock |
The ability to add Google mock-based tests in the ament buildsystem in CMake.
The ability to add Google mock-based tests in the ament buildsystem in CMake.
|
||
| 1 | 2018-06-27 | ament_cmake_flake8 |
The CMake API for ament_flake8 to check code syntax and style conventions
with flake8.
The CMake API for ament_flake8 to check code syntax and style conventions
with flake8.
|
||
| 1 | 2018-07-17 | ament_cmake_export_link_flags |
The ability to export link flags to downstream packages in the ament buildsystem.
The ability to export link flags to downstream packages in the ament buildsystem.
|
||
| 1 | 2018-07-17 | ament_cmake_export_libraries |
The ability to export libraries to downstream packages in the ament buildsystem in CMake.
The ability to export libraries to downstream packages in the ament buildsystem in CMake.
|
||
| 1 | 2018-07-17 | ament_cmake_export_interfaces |
The ability to export interfaces to downstream packages in the ament buildsystem in CMake.
The ability to export interfaces to downstream packages in the ament buildsystem in CMake.
|
||
| 1 | 2018-07-17 | ament_cmake_export_include_directories |
The ability to export include directories to downstream packages in the ament buildsystem in CMake.
The ability to export include directories to downstream packages in the ament buildsystem in CMake.
|
||
| 1 | 2018-07-17 | ament_cmake_export_dependencies |
The ability to export dependencies to downstream packages in the ament buildsystem in CMake.
The ability to export dependencies to downstream packages in the ament buildsystem in CMake.
|
||
| 1 | 2018-07-17 | ament_cmake_export_definitions |
The ability to export definitions to downstream packages in the ament buildsystem.
The ability to export definitions to downstream packages in the ament buildsystem.
|
||
| 1 | 2018-06-27 | ament_cmake_cpplint |
The CMake API for ament_cpplint to lint C / C++ code using cpplint.
The CMake API for ament_cpplint to lint C / C++ code using cpplint.
|
||
| 1 | 2018-06-27 | ament_cmake_cppcheck |
The CMake API for ament_cppcheck to perform static code analysis on C/C++
code using Cppcheck.
The CMake API for ament_cppcheck to perform static code analysis on C/C++
code using Cppcheck.
|
||
| 1 | 2018-07-17 | ament_cmake_core |
The core of the ament buildsystem in CMake.
Several subcomponents provide specific funtionalities:
* environment: provide prefix-level setup files
* environment_hooks: provide package-level setup files and environment hooks
* index: store information in an index and retrieve them without crawling
* package_templates: templates from the ament_package Python package
* symlink_install: use symlinks for CMake install commands
The core of the ament buildsystem in CMake.
Several subcomponents provide specific funtionalities:
* environment: provide prefix-level setup files
* environment_hooks: provide package-level setup files and environment hooks
* index: store information in an index and retrieve them without crawling
* package_templates: templates from the ament_package Python package
* symlink_install: use symlinks for CMake install commands
|
||
| 1 | 2018-06-27 | ament_cmake_copyright |
The CMake API for ament_copyright to check every source file contains copyright reference.
The CMake API for ament_copyright to check every source file contains copyright reference.
|
||
| 1 | 2018-06-27 | ament_cmake_clang_format |
The CMake API for ament_clang_format to lint C / C++ code using clang format.
The CMake API for ament_clang_format to lint C / C++ code using clang format.
|
||
| 1 | 2018-07-17 | ament_cmake_auto |
The auto-magic functions for ease to use of the ament buildsystem in CMake.
The auto-magic functions for ease to use of the ament buildsystem in CMake.
|
||
| 1 | 2018-07-17 | ament_cmake |
The entry point package for the ament buildsystem in CMake.
The entry point package for the ament buildsystem in CMake.
|
||
| 1 | 2018-06-27 | ament_clang_format |
The ability to check code against style conventions using
clang-format and generate xUnit test result files.
The ability to check code against style conventions using
clang-format and generate xUnit test result files.
|
||
| 2 | 2018-06-28 | amcl |
|
||
| 1 | allocators |
Packages
Packages
Packages
| Name | Description | ||||
|---|---|---|---|---|---|
| 1 | 2019-05-13 | apriltag_ros |
A ROS wrapper of the AprilTag 3 visual fiducial detection
algorithm. Provides full access to the core AprilTag 3 algorithm's
customizations and makes the tag detection image and detected tags' poses
available over ROS topics (including tf). The core AprilTag 3 algorithm is
extended to allow the detection of tag bundles and a bundle calibration
script is provided (bundle detection is more accurate than single tag
detection). Continuous (camera image stream) and single image detector nodes
are available.
A ROS wrapper of the AprilTag 3 visual fiducial detection
algorithm. Provides full access to the core AprilTag 3 algorithm's
customizations and makes the tag detection image and detected tags' poses
available over ROS topics (including tf). The core AprilTag 3 algorithm is
extended to allow the detection of tag bundles and a bundle calibration
script is provided (bundle detection is more accurate than single tag
detection). Continuous (camera image stream) and single image detector nodes
are available.
|
||
| 0 | apriltag_msgs | ||||
| 1 | apriltag2_node | ||||
| 1 | applanix_msgs | ||||
| 1 | applanix_driver | ||||
| 1 | applanix_bridge | ||||
| 1 | 2018-09-12 | app_loader |
app_loader package.
app_loader package.
|
||
| 1 | 2018-09-12 | app3 |
app3 package.
app3 package.
|
||
| 1 | 2018-09-12 | app2 |
app2 package.
app2 package.
|
||
| 1 | 2018-09-12 | app1 |
app1 package.
app1 package.
|
||
| 1 | anj_featurenav | ||||
| 1 | 2018-02-07 | angles |
This package provides a set of simple math utilities to work
with angles. The utilities cover simple things like
normalizing an angle and conversion between degrees and
radians. But even if you're trying to calculate things like
the shortest angular distance between two joint space
positions of your robot, but the joint motion is constrained
by joint limits, this package is what you need. The code in
this package is stable and well tested. There are no plans for
major changes in the near future.
This package provides a set of simple math utilities to work
with angles. The utilities cover simple things like
normalizing an angle and conversion between degrees and
radians. But even if you're trying to calculate things like
the shortest angular distance between two joint space
positions of your robot, but the joint motion is constrained
by joint limits, this package is what you need. The code in
this package is stable and well tested. There are no plans for
major changes in the near future.
|
||
| 1 | android_speech_pkg | ||||
| 1 | 2018-12-26 | android_apps |
Applications for robot-android pairing..
Applications for robot-android pairing..
|
||
| 0 | amr_robots_gazebo | ||||
| 0 | amr_robots_description | ||||
| 1 | ament_xmllint | ||||
| 1 | ament_uncrustify | ||||
| 1 | ament_tools | ||||
| 1 | ament_pyflakes | ||||
| 1 | ament_pep8 | ||||
| 1 | ament_pep257 | ||||
| 1 | ament_pclint | ||||
| 1 | ament_package | ||||
| 1 | ament_lint_common | ||||
| 1 | ament_lint_cmake | ||||
| 1 | ament_lint_auto | ||||
| 1 | ament_index_python | ||||
| 1 | ament_index_cpp | ||||
| 1 | ament_flake8 | ||||
| 1 | ament_cpplint | ||||
| 1 | ament_cppcheck | ||||
| 1 | ament_copyright | ||||
| 1 | ament_cmake_xmllint | ||||
| 1 | ament_cmake_uncrustify | ||||
| 1 | ament_cmake_test | ||||
| 1 | ament_cmake_target_dependencies | ||||
| 1 | ament_cmake_ros | ||||
| 1 | ament_cmake_python | ||||
| 1 | ament_cmake_pytest | ||||
| 1 | ament_cmake_pyflakes | ||||
| 1 | ament_cmake_pep8 | ||||
| 1 | ament_cmake_pep257 | ||||
| 1 | ament_cmake_pclint | ||||
| 1 | ament_cmake_nose | ||||
| 1 | ament_cmake_lint_cmake | ||||
| 1 | ament_cmake_libraries | ||||
| 1 | ament_cmake_include_directories | ||||
| 1 | ament_cmake_gtest | ||||
| 1 | ament_cmake_gmock |
Packages
| Name | Description | ||||
|---|---|---|---|---|---|
| 1 | 2018-09-12 | app_loader |
app_loader package.
app_loader package.
|
||
| 1 | 2018-09-12 | app3 |
app3 package.
app3 package.
|
||
| 1 | 2018-09-12 | app2 |
app2 package.
app2 package.
|
||
| 1 | 2018-09-12 | app1 |
app1 package.
app1 package.
|
||
| 1 | 2015-02-23 | anj_featurenav |
The anj_featurenav package provides a learning jockey and a
navigating jockey for the Large Maps framework (LaMa). It learns a
path by saving image features and is able to follow the same path.
It is based on algorithms provided by OpenCV (free ones).
The anj_featurenav package provides a learning jockey and a
navigating jockey for the Large Maps framework (LaMa). It learns a
path by saving image features and is able to follow the same path.
It is based on algorithms provided by OpenCV (free ones).
|
||
| 1 | 2018-02-07 | angles |
This package provides a set of simple math utilities to work
with angles. The utilities cover simple things like
normalizing an angle and conversion between degrees and
radians. But even if you're trying to calculate things like
the shortest angular distance between two joint space
positions of your robot, but the joint motion is constrained
by joint limits, this package is what you need. The code in
this package is stable and well tested. There are no plans for
major changes in the near future.
This package provides a set of simple math utilities to work
with angles. The utilities cover simple things like
normalizing an angle and conversion between degrees and
radians. But even if you're trying to calculate things like
the shortest angular distance between two joint space
positions of your robot, but the joint motion is constrained
by joint limits, this package is what you need. The code in
this package is stable and well tested. There are no plans for
major changes in the near future.
|
||
| 1 | 2015-09-08 | android_speech_pkg |
The android_speech_pkg package
The android_speech_pkg package
|
||
| 1 | 2016-12-19 | android_extras |
Various additional and useful general packages, but not core.
Various additional and useful general packages, but not core.
|
||
| 1 | 2015-04-21 | android_apps |
Applications for robot-android pairing..
Applications for robot-android pairing..
|
||
| 0 | amr_robots_gazebo | ||||
| 0 | amr_robots_description | ||||
| 1 | ament_xmllint | ||||
| 1 | ament_uncrustify | ||||
| 1 | ament_tools | ||||
| 1 | ament_pyflakes | ||||
| 1 | ament_pep8 | ||||
| 1 | ament_pep257 | ||||
| 1 | ament_pclint | ||||
| 1 | ament_package | ||||
| 1 | ament_lint_common | ||||
| 1 | ament_lint_cmake | ||||
| 1 | ament_lint_auto | ||||
| 1 | ament_index_python | ||||
| 1 | ament_index_cpp | ||||
| 1 | ament_flake8 | ||||
| 1 | ament_cpplint | ||||
| 1 | ament_cppcheck | ||||
| 1 | ament_copyright | ||||
| 1 | ament_cmake_xmllint | ||||
| 1 | ament_cmake_uncrustify | ||||
| 1 | ament_cmake_test | ||||
| 1 | ament_cmake_target_dependencies | ||||
| 1 | ament_cmake_ros | ||||
| 1 | ament_cmake_python | ||||
| 1 | ament_cmake_pytest | ||||
| 1 | ament_cmake_pyflakes | ||||
| 1 | ament_cmake_pep8 | ||||
| 1 | ament_cmake_pep257 | ||||
| 1 | ament_cmake_pclint | ||||
| 1 | ament_cmake_nose | ||||
| 1 | ament_cmake_lint_cmake | ||||
| 1 | ament_cmake_libraries | ||||
| 1 | ament_cmake_include_directories | ||||
| 1 | ament_cmake_gtest | ||||
| 1 | ament_cmake_gmock | ||||
| 1 | ament_cmake_flake8 | ||||
| 1 | ament_cmake_export_link_flags | ||||
| 1 | ament_cmake_export_libraries | ||||
| 1 | ament_cmake_export_interfaces | ||||
| 1 | ament_cmake_export_include_directories |
Packages
| Name | Description | ||||
|---|---|---|---|---|---|
| 1 | 2017-12-08 | ament_uncrustify |
The ability to check code against style conventions using uncrustify
and generate xUnit test result files.
The ability to check code against style conventions using uncrustify
and generate xUnit test result files.
|
||
| 1 | 2017-12-08 | ament_tools |
The command line tools for the ament buildsystem.
The command line tools for the ament buildsystem.
|
||
| 1 | 2017-12-08 | ament_pyflakes |
The ability to check code using pyflakes and generate xUnit test
result files.
The ability to check code using pyflakes and generate xUnit test
result files.
|
||
| 1 | 2017-12-08 | ament_pep8 |
The ability to check code against the style conventions in PEP 8 and
generate xUnit test result files.
The ability to check code against the style conventions in PEP 8 and
generate xUnit test result files.
|
||
| 1 | 2017-12-08 | ament_pep257 |
The ability to check code against the style conventions in PEP 8 and
generate xUnit test result files.
The ability to check code against the style conventions in PEP 8 and
generate xUnit test result files.
|
||
| 1 | ament_pclint | ||||
| 1 | 2017-12-08 | ament_package |
The parser for the manifest files in the ament buildsystem.
The parser for the manifest files in the ament buildsystem.
|
||
| 1 | 2017-12-08 | ament_lint_common |
The list of commonly used linters in the ament buildsytem in CMake.
The list of commonly used linters in the ament buildsytem in CMake.
|
||
| 1 | 2017-12-08 | ament_lint_cmake |
The ability to lint CMake code using cmakelint and generate xUnit test
result files.
The ability to lint CMake code using cmakelint and generate xUnit test
result files.
|
||
| 1 | 2017-12-08 | ament_lint_auto |
The auto-magic functions for ease to use of the ament linters in CMake.
The auto-magic functions for ease to use of the ament linters in CMake.
|
||
| 1 | 2017-12-08 | ament_index_python |
Python API to access the ament resource index.
Python API to access the ament resource index.
|
||
| 1 | 2017-12-08 | ament_index_cpp |
C++ API to access the ament resource index.
C++ API to access the ament resource index.
|
||
| 1 | 2017-12-08 | ament_flake8 |
The ability to check code for style and syntax conventions with flake8.
The ability to check code for style and syntax conventions with flake8.
|
||
| 1 | 2017-12-08 | ament_cpplint |
The ability to check code against the Google style conventions using
cpplint and generate xUnit test result files.
The ability to check code against the Google style conventions using
cpplint and generate xUnit test result files.
|
||
| 1 | 2017-12-08 | ament_cppcheck |
The ability to perform static code analysis on C/C++ code using Cppcheck
and generate xUnit test result files.
The ability to perform static code analysis on C/C++ code using Cppcheck
and generate xUnit test result files.
|
||
| 1 | 2017-12-08 | ament_copyright |
The ability to check source files for copyright and license
information.
The ability to check source files for copyright and license
information.
|
||
| 1 | ament_cmake_xmllint | ||||
| 1 | 2017-12-08 | ament_cmake_uncrustify |
The CMake API for ament_uncrustify to check code against styleconventions
using uncrustify.
The CMake API for ament_uncrustify to check code against styleconventions
using uncrustify.
|
||
| 1 | 2017-12-08 | ament_cmake_test |
The ability to add tests in the ament buildsystem in CMake.
The ability to add tests in the ament buildsystem in CMake.
|
||
| 1 | 2017-12-08 | ament_cmake_target_dependencies |
The ability to add definitions, include directories and libraries of a package to a target in the ament buildsystem in CMake.
The ability to add definitions, include directories and libraries of a package to a target in the ament buildsystem in CMake.
|
||
| 1 | 2017-12-08 | ament_cmake_ros |
The ROS specific CMake bits in the ament buildsystem.
The ROS specific CMake bits in the ament buildsystem.
|
||
| 1 | 2017-12-08 | ament_cmake_python |
The ability to use Python in the ament buildsystem in CMake.
The ability to use Python in the ament buildsystem in CMake.
|
||
| 1 | 2017-12-08 | ament_cmake_pytest |
The ability to run Python tests using pytest in the ament buildsystem in CMake.
The ability to run Python tests using pytest in the ament buildsystem in CMake.
|
||
| 1 | 2017-12-08 | ament_cmake_pyflakes |
The CMake API for ament_pyflakes to check code using pyflakes.
The CMake API for ament_pyflakes to check code using pyflakes.
|
||
| 1 | 2017-12-08 | ament_cmake_pep8 |
The CMake API for ament_pep8 to check code against the style conventions in
PEP 8.
The CMake API for ament_pep8 to check code against the style conventions in
PEP 8.
|
||
| 1 | 2017-12-08 | ament_cmake_pep257 |
The CMake API for ament_pep257 to check code against the style conventions in
PEP 257.
The CMake API for ament_pep257 to check code against the style conventions in
PEP 257.
|
||
| 1 | ament_cmake_pclint | ||||
| 1 | 2017-12-08 | ament_cmake_nose |
The ability to add nose-based tests in the ament buildsystem in CMake.
The ability to add nose-based tests in the ament buildsystem in CMake.
|
||
| 1 | 2017-12-08 | ament_cmake_lint_cmake |
The CMake API for ament_lint_cmake to lint CMake code using cmakelint.
The CMake API for ament_lint_cmake to lint CMake code using cmakelint.
|
||
| 1 | 2017-12-08 | ament_cmake_libraries |
The functionality to deduplicate libraries in the ament buildsystem in CMake.
The functionality to deduplicate libraries in the ament buildsystem in CMake.
|
||
| 1 | 2017-12-08 | ament_cmake_include_directories |
The functionality to order include directories according to a chain of prefixes in the ament buildsystem in CMake.
The functionality to order include directories according to a chain of prefixes in the ament buildsystem in CMake.
|
||
| 1 | 2017-12-08 | ament_cmake_gtest |
The ability to add gtest-based tests in the ament buildsystem in CMake.
The ability to add gtest-based tests in the ament buildsystem in CMake.
|
||
| 1 | 2017-12-08 | ament_cmake_gmock |
The ability to add Google mock-based tests in the ament buildsystem in CMake.
The ability to add Google mock-based tests in the ament buildsystem in CMake.
|
||
| 1 | 2017-12-08 | ament_cmake_flake8 |
The CMake API for ament_flake8 to check code syntax and style conventions
with flake8.
The CMake API for ament_flake8 to check code syntax and style conventions
with flake8.
|
||
| 1 | 2017-12-08 | ament_cmake_export_link_flags |
The ability to export link flags to downstream packages in the ament buildsystem.
The ability to export link flags to downstream packages in the ament buildsystem.
|
||
| 1 | 2017-12-08 | ament_cmake_export_libraries |
The ability to export libraries to downstream packages in the ament buildsystem in CMake.
The ability to export libraries to downstream packages in the ament buildsystem in CMake.
|
||
| 1 | 2017-12-08 | ament_cmake_export_interfaces |
The ability to export interfaces to downstream packages in the ament buildsystem in CMake.
The ability to export interfaces to downstream packages in the ament buildsystem in CMake.
|
||
| 1 | 2017-12-08 | ament_cmake_export_include_directories |
The ability to export include directories to downstream packages in the ament buildsystem in CMake.
The ability to export include directories to downstream packages in the ament buildsystem in CMake.
|
||
| 1 | 2017-12-08 | ament_cmake_export_dependencies |
The ability to export dependencies to downstream packages in the ament buildsystem in CMake.
The ability to export dependencies to downstream packages in the ament buildsystem in CMake.
|
||
| 1 | 2017-12-08 | ament_cmake_export_definitions |
The ability to export definitions to downstream packages in the ament buildsystem.
The ability to export definitions to downstream packages in the ament buildsystem.
|
||
| 1 | 2017-12-08 | ament_cmake_cpplint |
The CMake API for ament_cpplint to lint C / C++ code using cpplint.
The CMake API for ament_cpplint to lint C / C++ code using cpplint.
|
||
| 1 | 2017-12-08 | ament_cmake_cppcheck |
The CMake API for ament_cppcheck to perform static code analysis on C/C++
code using Cppcheck.
The CMake API for ament_cppcheck to perform static code analysis on C/C++
code using Cppcheck.
|
||
| 1 | 2017-12-08 | ament_cmake_core |
The core of the ament buildsystem in CMake.
Several subcomponents provide specific funtionalities:
* environment: provide prefix-level setup files
* environment_hooks: provide package-level setup files and environment hooks
* index: store information in an index and retrieve them without crawling
* package_templates: templates from the ament_package Python package
* symlink_install: use symlinks for CMake install commands
The core of the ament buildsystem in CMake.
Several subcomponents provide specific funtionalities:
* environment: provide prefix-level setup files
* environment_hooks: provide package-level setup files and environment hooks
* index: store information in an index and retrieve them without crawling
* package_templates: templates from the ament_package Python package
* symlink_install: use symlinks for CMake install commands
|
||
| 1 | 2017-12-08 | ament_cmake_copyright |
The CMake API for ament_copyright to check every source file contains copyright reference.
The CMake API for ament_copyright to check every source file contains copyright reference.
|
||
| 1 | 2017-12-08 | ament_cmake_clang_format |
The CMake API for ament_clang_format to lint C / C++ code using clang format.
The CMake API for ament_clang_format to lint C / C++ code using clang format.
|
||
| 1 | 2017-12-08 | ament_cmake_auto |
The auto-magic functions for ease to use of the ament buildsystem in CMake.
The auto-magic functions for ease to use of the ament buildsystem in CMake.
|
||
| 1 | 2017-12-08 | ament_cmake |
The entry point package for the ament buildsystem in CMake.
The entry point package for the ament buildsystem in CMake.
|
||
| 1 | 2017-12-08 | ament_clang_format |
The ability to check code against style conventions using
clang-format and generate xUnit test result files.
The ability to check code against style conventions using
clang-format and generate xUnit test result files.
|
||
| 2 | 2017-12-08 | amcl |
|
||
| 1 | allocators |