Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(autoware_vehicle_cmd_gate): accept same topic unless mode change…
… occurs (autowarefoundation#8479) * add prev_commands_ and check cmd's time stamp Signed-off-by: shtokuda <shumpei.tokuda@tier4.jp> * add timestamp when is_engaged is false Signed-off-by: shtokuda <shumpei.tokuda@tier4.jp> * style(pre-commit): autofix * add initialization for hazard_light timestamp in Commands Signed-off-by: shtokuda <shumpei.tokuda@tier4.jp> * style(pre-commit): autofix * update README.md Signed-off-by: shtokuda <shumpei.tokuda@tier4.jp> * style(pre-commit): autofix * fix typo Signed-off-by: shtokuda <shumpei.tokuda@tier4.jp> * fix(autoware_vehicle_cmd_gate): rename the function that checks the continuity of topics Signed-off-by: shtokuda <shumpei.tokuda@tier4.jp> Co-authored-by: Takamasa Horibe <horibe.takamasa@gmail.com> * style(pre-commit): autofix * feat(autoware_vehicle_cmd_gate): check continuity using shared_ptr Signed-off-by: shtokuda <shumpei.tokuda@tier4.jp> * feat(autoware_vehicle_cmd_gate): add INFO message for topics that are not receiving Signed-off-by: shtokuda <shumpei.tokuda@tier4.jp> * fix template function to pass build-and-test-differential Signed-off-by: shtokuda <shumpei.tokuda@tier4.jp> * fix(autoware_vehicle_cmd_gate): add #include <string> according to pre-commit.ci Signed-off-by: shtokuda <shumpei.tokuda@tier4.jp> * fix(vehicle_cmd_gate) add underscores to member variable names for consistency Signed-off-by: shtokuda <shumpei.tokuda@tier4.jp> * style(pre-commit): autofix * feat(vehicle_cmd_gate): accept same topic unless mode change occurs Signed-off-by: shtokuda <shumpei.tokuda@tier4.jp> * feat(vehicle_cmd_gate): add default topic_name to getContinuousTopic function Signed-off-by: shtokuda <shumpei.tokuda@tier4.jp> --------- Signed-off-by: shtokuda <shumpei.tokuda@tier4.jp> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Takamasa Horibe <horibe.takamasa@gmail.com> Co-authored-by: Shumpei Wakabayashi <42209144+shmpwk@users.noreply.github.com>
- Loading branch information