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 <[email protected]> * add timestamp when is_engaged is false Signed-off-by: shtokuda <[email protected]> * style(pre-commit): autofix * add initialization for hazard_light timestamp in Commands Signed-off-by: shtokuda <[email protected]> * style(pre-commit): autofix * update README.md Signed-off-by: shtokuda <[email protected]> * style(pre-commit): autofix * fix typo Signed-off-by: shtokuda <[email protected]> * fix(autoware_vehicle_cmd_gate): rename the function that checks the continuity of topics Signed-off-by: shtokuda <[email protected]> Co-authored-by: Takamasa Horibe <[email protected]> * style(pre-commit): autofix * feat(autoware_vehicle_cmd_gate): check continuity using shared_ptr Signed-off-by: shtokuda <[email protected]> * feat(autoware_vehicle_cmd_gate): add INFO message for topics that are not receiving Signed-off-by: shtokuda <[email protected]> * fix template function to pass build-and-test-differential Signed-off-by: shtokuda <[email protected]> * fix(autoware_vehicle_cmd_gate): add #include <string> according to pre-commit.ci Signed-off-by: shtokuda <[email protected]> * fix(vehicle_cmd_gate) add underscores to member variable names for consistency Signed-off-by: shtokuda <[email protected]> * style(pre-commit): autofix * feat(vehicle_cmd_gate): accept same topic unless mode change occurs Signed-off-by: shtokuda <[email protected]> * feat(vehicle_cmd_gate): add default topic_name to getContinuousTopic function Signed-off-by: shtokuda <[email protected]> --------- Signed-off-by: shtokuda <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Takamasa Horibe <[email protected]> Co-authored-by: Shumpei Wakabayashi <[email protected]>
- Loading branch information