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(tier4_state_rviz_plugin): add API monitoring for Routing, Localization and Motion #2436

Merged
merged 10 commits into from
Dec 5, 2022
Prev Previous commit
ci(pre-commit): autofix
  • Loading branch information
pre-commit-ci[bot] committed Dec 5, 2022
commit da8d55eda7d2ed51ebf6dbae7655589aa70abd8d
3 changes: 2 additions & 1 deletion common/tier4_state_rviz_plugin/src/autoware_state_panel.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
#include <QSpinBox>
#include <rclcpp/rclcpp.hpp>
#include <rviz_common/panel.hpp>
#include <memory>

#include <autoware_adapi_v1_msgs/msg/localization_initialization_state.hpp>
#include <autoware_adapi_v1_msgs/msg/motion_state.hpp>
Expand All @@ -38,6 +37,8 @@
#include <tier4_external_api_msgs/srv/set_emergency.hpp>
#include <tier4_planning_msgs/msg/velocity_limit.hpp>

#include <memory>

namespace rviz_plugins
{
class AutowareStatePanel : public rviz_common::Panel
Expand Down