Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add autoware_debug_tools packages (autowarefoundation#99)
* Ros2 v0.8.0 autoware debug tools (autowarefoundation#330) * initial commit * fix bug * fix lint * delete setup.py * fix too long line * add copyright * change directory structure * fix tf2pose * fix pose2tf.py * add test self pose listener * format * delete queue size * use timer * fix stop_reason2pose * fix stop_reason2tf * fix topic name on tf2pose * format * Fix typo in common module (autowarefoundation#433) * Unify Apache-2.0 license name (autowarefoundation#1242) * Fix lint errors (autowarefoundation#1378) * Fix lint errors Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Fix variable names Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * add sort-package-xml hook in pre-commit (autowarefoundation#1881) * add sort xml hook in pre-commit * change retval to exit_status * rename * add prettier plugin-xml * use early return * add license note * add tier4 license * restore prettier * change license order * move local hooks to public repo * move prettier-xml to pre-commit-hooks-ros * update version for bug-fix * apply pre-commit * Add shellcheck (autowarefoundation#2079) * Add shellcheck Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Fix shellcheck Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Feature/add lateral error publisher (autowarefoundation#2167) * Add CMakeLists, package.xml and base cpp/hpp for lateral_error_publisher Signed-off-by: Makoto Kurihara <mkuri8m@gmail.com> * Implementing ... Signed-off-by: Makoto Kurihara <mkuri8m@gmail.com> * Register lateral_error_publisher node Signed-off-by: Makoto Kurihara <mkuri8m@gmail.com> * Add control/localization lateral error calculation Signed-off-by: Makoto Kurihara <mkuri8m@gmail.com> * Add config file Signed-off-by: Makoto Kurihara <mkuri8m@gmail.com> * Add publisher Signed-off-by: Makoto Kurihara <mkuri8m@gmail.com> * Change RCLCPP_INFO to RCLCPP_DEBUG Signed-off-by: Makoto Kurihara <mkuri8m@gmail.com> * Add readme and fix topic name Signed-off-by: Makoto Kurihara <mkuri8m@gmail.com> * Fix a lateral error publisher overview figure Signed-off-by: Makoto Kurihara <mkuri8m@gmail.com> * Fix code style Signed-off-by: Makoto Kurihara <mkuri8m@gmail.com> * Fix to pre-commit test Signed-off-by: Makoto Kurihara <mkuri8m@gmail.com> * Fix type to reference Signed-off-by: Makoto Kurihara <mkuri8m@gmail.com> * Use MPL2 licence only at eigen library Signed-off-by: Makoto Kurihara <mkuri8m@gmail.com> * Fix comment Signed-off-by: Makoto Kurihara <mkuri8m@gmail.com> * Fix condition Signed-off-by: Makoto Kurihara <mkuri8m@gmail.com> * Change formatter to clang-format and black (autowarefoundation#2332) * Revert "Temporarily comment out pre-commit hooks" This reverts commit 748e9cdb145ce12f8b520bcbd97f5ff899fc28a3. * Replace ament_lint_common with autoware_lint_common Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Remove ament_cmake_uncrustify and ament_clang_format Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Apply Black Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Apply clang-format Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Fix build errors Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Fix for cpplint * Fix include double quotes to angle brackets Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Apply clang-format Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Fix build errors Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Add COLCON_IGNORE (autowarefoundation#500) Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * port autoware_debug_tools (autowarefoundation#509) Co-authored-by: Takayuki Murooka <takayuki.murooka@tier4.jp> * fix readme Co-authored-by: Shigeki Kobayashi <32808802+sgk-000@users.noreply.github.com> Co-authored-by: Kazuki Miyahara <kmiya@outlook.com> Co-authored-by: Kenji Miyake <31987104+kenji-miyake@users.noreply.github.com> Co-authored-by: Keisuke Shima <19993104+KeisukeShima@users.noreply.github.com> Co-authored-by: Makoto Kurihara <mkuri8m@gmail.com> Co-authored-by: Takayuki Murooka <takayuki5168@gmail.com> Co-authored-by: Takayuki Murooka <takayuki.murooka@tier4.jp>
- Loading branch information