Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: external cmd converter package #81

Commits on Dec 1, 2021

  1. Add autoware api (autowarefoundation#1979)

    Signed-off-by: tanaka3 <ttatcoder@outlook.jp>
    isamu-takagi authored and taikitanaka3 committed Dec 1, 2021
    Configuration menu
    Copy the full SHA
    069d77f View commit details
    Browse the repository at this point in the history
  2. Use EmergencyState instead of deprecated EmergencyMode (autowarefound…

    …ation#2030)
    
    * Use EmergencyState instead of deprecated EmergencyMode
    
    Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp>
    
    * Use stamped type
    
    Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp>
    Signed-off-by: tanaka3 <ttatcoder@outlook.jp>
    kenji-miyake authored and taikitanaka3 committed Dec 1, 2021
    Configuration menu
    Copy the full SHA
    ed9fe9a View commit details
    Browse the repository at this point in the history
  3. 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
    
    Signed-off-by: tanaka3 <ttatcoder@outlook.jp>
    KeisukeShima authored and taikitanaka3 committed Dec 1, 2021
    Configuration menu
    Copy the full SHA
    ad29618 View commit details
    Browse the repository at this point in the history
  4. Add selected external command API (autowarefoundation#2053)

    Signed-off-by: tanaka3 <ttatcoder@outlook.jp>
    isamu-takagi authored and taikitanaka3 committed Dec 1, 2021
    Configuration menu
    Copy the full SHA
    390c658 View commit details
    Browse the repository at this point in the history
  5. Feature/vehicle interface improvements (autowarefoundation#1361) (aut…

    …owarefoundation#1688)
    
    * Feature/vehicle interface improvements (autowarefoundation#1361)
    
    * add vehicle msg
    
    * add pacmod interface
    
    * add eps controller
    
    * use each control commands instead of vehicle command
    
    * fixed details
    
    * fixed speell check
    
    * const
    
    * fixed brake status
    
    * publish cmd when recieving ctrl cmd
    
    * fix shift cmd ptr
    
    * remove unused function and set proper license
    
    * fix names
    
    * fix typo for pacmod
    
    * remove unnecessary waiting
    
    * use flags, limit, multiarray
    
    * remove accel brake dependency
    
    * fix retrun value
    
    * replace eps to steer
    
    * cosmetic change for namespace
    
    * fix segfo and retval
    
    * Use Enum instead of int
    
    * remove unused var
    
    * add const
    
    * rename to calcFFMap
    
    * prev time steer calc
    
    * add sample csv
    
    * add new line
    
    Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp>
    
    * Apply lint
    
    Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp>
    
    * Fix build failure for remote cmd converter
    
    Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp>
    
    * Fix lint
    
    Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp>
    
    * replace to vehicle cmd emergency (autowarefoundation#1710) (autowarefoundation#1717)
    
    * Fix subscriber topic type
    
    Co-authored-by: tkimura4 <tomoya.kimura@tier4.jp>
    
    * Fix rclcpp::Time initialization
    
    Co-authored-by: tkimura4 <tomoya.kimura@tier4.jp>
    
    Co-authored-by: tkimura4 <tomoya.kimura@tier4.jp>
    Signed-off-by: tanaka3 <ttatcoder@outlook.jp>
    2 people authored and taikitanaka3 committed Dec 1, 2021
    Configuration menu
    Copy the full SHA
    23e7326 View commit details
    Browse the repository at this point in the history
  6. 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>
    Signed-off-by: tanaka3 <ttatcoder@outlook.jp>
    kenji-miyake authored and taikitanaka3 committed Dec 1, 2021
    Configuration menu
    Copy the full SHA
    43cab57 View commit details
    Browse the repository at this point in the history
  7. Add COLCON_IGNORE (autowarefoundation#500)

    Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp>
    Signed-off-by: tanaka3 <ttatcoder@outlook.jp>
    kenji-miyake authored and taikitanaka3 committed Dec 1, 2021
    Configuration menu
    Copy the full SHA
    903c350 View commit details
    Browse the repository at this point in the history
  8. [external_cmd_converter] apply autoware auto msgs (autowarefoundation…

    …#535)
    
    * remove ignore
    
    * apply auto msgs
    
    * modify launch
    
    * topic to shift command
    
    Signed-off-by: tanaka3 <ttatcoder@outlook.jp>
    taikitanaka3 committed Dec 1, 2021
    Configuration menu
    Copy the full SHA
    d7b156c View commit details
    Browse the repository at this point in the history
  9. move cmd converters to control pkg (autowarefoundation#642)

    Signed-off-by: tanaka3 <ttatcoder@outlook.jp>
    taikitanaka3 committed Dec 1, 2021
    Configuration menu
    Copy the full SHA
    35f18ed View commit details
    Browse the repository at this point in the history
  10. auto/revert cmd converter (autowarefoundation#680)

    * Revert "move cmd converters to control pkg (autowarefoundation#642)"
    
    This reverts commit aed827c4fdfa01cc7bc29e70307d5e2cbc8aa8d3.
    
    * fix topic
    
    Signed-off-by: tanaka3 <ttatcoder@outlook.jp>
    taikitanaka3 committed Dec 1, 2021
    Configuration menu
    Copy the full SHA
    0f3a4d2 View commit details
    Browse the repository at this point in the history
  11. fix shift to gear (autowarefoundation#683)

    Signed-off-by: tanaka3 <ttatcoder@outlook.jp>
    taikitanaka3 committed Dec 1, 2021
    Configuration menu
    Copy the full SHA
    4c41210 View commit details
    Browse the repository at this point in the history
  12. Auto/readme cmd converter (autowarefoundation#692)

    * fix format
    
    * add readme external cmd converter
    
    * fix lint
    
    * fiix sentence
    
    Co-authored-by: Kazuki Miyahara <kmiya@outlook.com>
    
    * fix format
    
    Co-authored-by: Kazuki Miyahara <kmiya@outlook.com>
    
    * fix sentence
    
    Co-authored-by: Kazuki Miyahara <kmiya@outlook.com>
    
    * better expression
    
    Co-authored-by: Kazuki Miyahara <kmiya@outlook.com>
    
    Co-authored-by: taikitanaka3 <taiki.tanaka@tier4.jp>
    Co-authored-by: Kazuki Miyahara <kmiya@outlook.com>
    Signed-off-by: tanaka3 <ttatcoder@outlook.jp>
    3 people committed Dec 1, 2021
    Configuration menu
    Copy the full SHA
    ce729ae View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    80a284a View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2021

  1. Configuration menu
    Copy the full SHA
    cc2d6bb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0148047 View commit details
    Browse the repository at this point in the history