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_version package (#11)
* Add autoware version node (autowarefoundation#394) * Add autoware version node Signed-off-by: Takagi, Isamu <[email protected]> * Remove todo Signed-off-by: Takagi, Isamu <[email protected]> * Remove unused variable Signed-off-by: Takagi, Isamu <[email protected]> * Fix node name Signed-off-by: Takagi, Isamu <[email protected]> * Modify autoware_version not to use transient_local (workaround) (autowarefoundation#403) * Modify autoware_version not to use transient_local Signed-off-by: Takagi, Isamu <[email protected]> * Add todo comment Signed-off-by: Takagi, Isamu <[email protected]> * Fix for lint Signed-off-by: Takagi, Isamu <[email protected]> * Revert "Modify autoware_version not to use transient_local (workaround) (autowarefoundation#403)" (autowarefoundation#418) This reverts commit 39b7ef232a3d21c619d28935fa122abf23891961. Signed-off-by: Takagi, Isamu <[email protected]> * Fix -Wunused-parameter (autowarefoundation#1836) * Fix -Wunused-parameter Signed-off-by: Kenji Miyake <[email protected]> * Fix mistake Signed-off-by: Kenji Miyake <[email protected]> * fix spell * Fix lint issues Signed-off-by: Kenji Miyake <[email protected]> * Ignore flake8 warnings Signed-off-by: Kenji Miyake <[email protected]> Co-authored-by: Hiroki OTA <[email protected]> * Add package version API (autowarefoundation#2150) * Add package version API * Fix format * Fix message type * 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 <[email protected]> * Remove ament_cmake_uncrustify and ament_clang_format Signed-off-by: Kenji Miyake <[email protected]> * Apply Black Signed-off-by: Kenji Miyake <[email protected]> * Apply clang-format Signed-off-by: Kenji Miyake <[email protected]> * Fix build errors Signed-off-by: Kenji Miyake <[email protected]> * Fix for cpplint * Fix include double quotes to angle brackets Signed-off-by: Kenji Miyake <[email protected]> * Apply clang-format Signed-off-by: Kenji Miyake <[email protected]> * Fix build errors Signed-off-by: Kenji Miyake <[email protected]> * Add COLCON_IGNORE (autowarefoundation#500) Signed-off-by: Kenji Miyake <[email protected]> * remove COLCON_IGNORE in autoware_version (autowarefoundation#530) * Add readme of autoware_version (autowarefoundation#612) * change type * add readme * ci(pre-commit): autofix Co-authored-by: Takagi, Isamu <[email protected]> Co-authored-by: Kenji Miyake <[email protected]> Co-authored-by: Hiroki OTA <[email protected]> Co-authored-by: Takeshi Miura <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
- Loading branch information