16 #ifndef NAV2_RVIZ_PLUGINS__UTILS_HPP_
17 #define NAV2_RVIZ_PLUGINS__UTILS_HPP_
23 #include "rclcpp/rclcpp.hpp"
24 #include "action_msgs/msg/goal_status.hpp"
26 namespace nav2_rviz_plugins
38 rclcpp::Node::SharedPtr node,
bool & server_failed,
const std::string & server_name,
39 const std::string & plugin_type, QComboBox * combo_box);
42 QString getGoalStatusLabel(
43 std::string title =
"Feedback", int8_t status = action_msgs::msg::GoalStatus::STATUS_UNKNOWN);