-
Notifications
You must be signed in to change notification settings - Fork 650
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
feat: external cmd converter package #81
Commits on Dec 1, 2021
-
Add autoware api (autowarefoundation#1979)
Signed-off-by: tanaka3 <ttatcoder@outlook.jp>
Configuration menu - View commit details
-
Copy full SHA for 069d77f - Browse repository at this point
Copy the full SHA 069d77fView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for ed9fe9a - Browse repository at this point
Copy the full SHA ed9fe9aView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for ad29618 - Browse repository at this point
Copy the full SHA ad29618View commit details -
Add selected external command API (autowarefoundation#2053)
Signed-off-by: tanaka3 <ttatcoder@outlook.jp>
Configuration menu - View commit details
-
Copy full SHA for 390c658 - Browse repository at this point
Copy the full SHA 390c658View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 23e7326 - Browse repository at this point
Copy the full SHA 23e7326View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 43cab57 - Browse repository at this point
Copy the full SHA 43cab57View commit details -
Add COLCON_IGNORE (autowarefoundation#500)
Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> Signed-off-by: tanaka3 <ttatcoder@outlook.jp>
Configuration menu - View commit details
-
Copy full SHA for 903c350 - Browse repository at this point
Copy the full SHA 903c350View commit details -
[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>
Configuration menu - View commit details
-
Copy full SHA for d7b156c - Browse repository at this point
Copy the full SHA d7b156cView commit details -
move cmd converters to control pkg (autowarefoundation#642)
Signed-off-by: tanaka3 <ttatcoder@outlook.jp>
Configuration menu - View commit details
-
Copy full SHA for 35f18ed - Browse repository at this point
Copy the full SHA 35f18edView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 0f3a4d2 - Browse repository at this point
Copy the full SHA 0f3a4d2View commit details -
fix shift to gear (autowarefoundation#683)
Signed-off-by: tanaka3 <ttatcoder@outlook.jp>
Configuration menu - View commit details
-
Copy full SHA for 4c41210 - Browse repository at this point
Copy the full SHA 4c41210View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for ce729ae - Browse repository at this point
Copy the full SHA ce729aeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 80a284a - Browse repository at this point
Copy the full SHA 80a284aView commit details
Commits on Dec 3, 2021
-
Configuration menu - View commit details
-
Copy full SHA for cc2d6bb - Browse repository at this point
Copy the full SHA cc2d6bbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0148047 - Browse repository at this point
Copy the full SHA 0148047View commit details