24navigation/log/build_2024-03-24_19-51-55/plc_bringup/streams.log

57 KiB
Raw Blame History

[0.029s] Invoking command in '/home/firmament/codes/24navigation/build/plc_bringup': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --build /home/firmament/codes/24navigation/build/plc_bringup -- -j8 -l8
[0.140s] Consolidate compiler generated dependencies of target decision_move_node
[0.141s] [ 50%] Building CXX object CMakeFiles/decision_move_node.dir/src/decision_move_node.cpp.o
[2.336s] /home/firmament/codes/24navigation/src/sentry_plan_control/plc_bringup/src/decision_move_node.cpp:34:50: error: Int8ConstPtr in namespace std_msgs::msg does not name a type
[2.336s] 34 | void game_progress_callback(const std_msgs::msg::Int8ConstPtr& game_pro)
[2.336s] | ^~~~~~~~~~~~
[2.336s] /home/firmament/codes/24navigation/src/sentry_plan_control/plc_bringup/src/decision_move_node.cpp: In function void game_progress_callback(const int&):
[2.337s] /home/firmament/codes/24navigation/src/sentry_plan_control/plc_bringup/src/decision_move_node.cpp:37:27: error: base operand of -> is not a pointer
[2.337s] 37 | game_process = game_pro->data;
[2.337s] | ^~
[2.337s] /home/firmament/codes/24navigation/src/sentry_plan_control/plc_bringup/src/decision_move_node.cpp: At global scope:
[2.337s] /home/firmament/codes/24navigation/src/sentry_plan_control/plc_bringup/src/decision_move_node.cpp:46:46: error: Int16ConstPtr in namespace std_msgs::msg does not name a type
[2.337s] 46 | void outposthp_callback(const std_msgs::msg::Int16ConstPtr& outpost_hp)
[2.337s] | ^~~~~~~~~~~~~
[2.337s] /home/firmament/codes/24navigation/src/sentry_plan_control/plc_bringup/src/decision_move_node.cpp: In function void outposthp_callback(const int&):
[2.337s] /home/firmament/codes/24navigation/src/sentry_plan_control/plc_bringup/src/decision_move_node.cpp:49:30: error: base operand of -> is not a pointer
[2.337s] 49 | my_outpost_hp = outpost_hp->data;
[2.337s] | ^~
[2.337s] /home/firmament/codes/24navigation/src/sentry_plan_control/plc_bringup/src/decision_move_node.cpp: At global scope:
[2.337s] /home/firmament/codes/24navigation/src/sentry_plan_control/plc_bringup/src/decision_move_node.cpp:57:51: error: PoseStampedPtr in namespace geometry_msgs::msg does not name a type; did you mean PoseStamped_?
[2.337s] 57 | void arial_cmd_callback(const geometry_msgs::msg::PoseStampedPtr& arial_cmd)
[2.337s] | ^~~~~~~~~~~~~~
[2.337s] | PoseStamped_
[2.337s] /home/firmament/codes/24navigation/src/sentry_plan_control/plc_bringup/src/decision_move_node.cpp: In function void arial_cmd_callback(const int&):
[2.337s] /home/firmament/codes/24navigation/src/sentry_plan_control/plc_bringup/src/decision_move_node.cpp:59:24: error: base operand of -> is not a pointer
[2.337s] 59 | double x = arial_cmd->pose.position.x;
[2.337s] | ^~
[2.337s] /home/firmament/codes/24navigation/src/sentry_plan_control/plc_bringup/src/decision_move_node.cpp:60:24: error: base operand of -> is not a pointer
[2.337s] 60 | double y = arial_cmd->pose.position.y;
[2.337s] | ^~
[2.337s] In file included from /opt/ros/humble/include/rclcpp/rclcpp/client.hpp:40,
[2.337s] from /opt/ros/humble/include/rclcpp/rclcpp/callback_group.hpp:24,
[2.337s] from /opt/ros/humble/include/rclcpp/rclcpp/any_executable.hpp:20,
[2.338s] from /opt/ros/humble/include/rclcpp/rclcpp/memory_strategy.hpp:25,
[2.338s] from /opt/ros/humble/include/rclcpp/rclcpp/memory_strategies.hpp:18,
[2.338s] from /opt/ros/humble/include/rclcpp/rclcpp/executor_options.hpp:20,
[2.338s] from /opt/ros/humble/include/rclcpp/rclcpp/executor.hpp:37,
[2.338s] from /opt/ros/humble/include/rclcpp/rclcpp/executors/multi_threaded_executor.hpp:25,
[2.338s] from /opt/ros/humble/include/rclcpp/rclcpp/executors.hpp:21,
[2.338s] from /opt/ros/humble/include/rclcpp/rclcpp/rclcpp.hpp:155,
[2.338s] from /home/firmament/codes/24navigation/src/sentry_plan_control/plc_bringup/src/decision_move_node.cpp:1:
[2.338s] /home/firmament/codes/24navigation/src/sentry_plan_control/plc_bringup/src/decision_move_node.cpp:70:16: error: invalid use of this in non-member function
[2.338s] 70 | RCLCPP_WARN(this->get_logger(), "Arial CMD Moving to [%f , %f]",x,y);
[2.338s] | ^~~~
[2.338s] /home/firmament/codes/24navigation/src/sentry_plan_control/plc_bringup/src/decision_move_node.cpp:70:16: error: invalid use of this in non-member function
[2.338s] /home/firmament/codes/24navigation/src/sentry_plan_control/plc_bringup/src/decision_move_node.cpp:70:4: error: template argument 1 is invalid
[2.338s] 70 | RCLCPP_WARN(this->get_logger(), "Arial CMD Moving to [%f , %f]",x,y);
[2.338s] | ^~~~~~~~~~~
[2.338s] /home/firmament/codes/24navigation/src/sentry_plan_control/plc_bringup/src/decision_move_node.cpp:70:4: error: <declaration error> is not a template [-fpermissive]
[2.338s] 70 | RCLCPP_WARN(this->get_logger(), "Arial CMD Moving to [%f , %f]",x,y);
[2.338s] | ^~~~~~~~~~~
[2.338s] /home/firmament/codes/24navigation/src/sentry_plan_control/plc_bringup/src/decision_move_node.cpp:70:4: error: template argument 1 is invalid
[2.338s] 70 | RCLCPP_WARN(this->get_logger(), "Arial CMD Moving to [%f , %f]",x,y);
[2.338s] | ^~~~~~~~~~~
[2.338s] /home/firmament/codes/24navigation/src/sentry_plan_control/plc_bringup/src/decision_move_node.cpp:70:4: error: <declaration error> is not a template [-fpermissive]
[2.338s] 70 | RCLCPP_WARN(this->get_logger(), "Arial CMD Moving to [%f , %f]",x,y);
[2.338s] | ^~~~~~~~~~~
[2.338s] /home/firmament/codes/24navigation/src/sentry_plan_control/plc_bringup/src/decision_move_node.cpp:70:4: error: template argument 1 is invalid
[2.338s] 70 | RCLCPP_WARN(this->get_logger(), "Arial CMD Moving to [%f , %f]",x,y);
[2.338s] | ^~~~~~~~~~~
[2.339s] In file included from /opt/ros/humble/include/rclcpp/rclcpp/logging.hpp:24,
[2.339s] from /opt/ros/humble/include/rclcpp/rclcpp/client.hpp:40,
[2.339s] from /opt/ros/humble/include/rclcpp/rclcpp/callback_group.hpp:24,
[2.339s] from /opt/ros/humble/include/rclcpp/rclcpp/any_executable.hpp:20,
[2.339s] from /opt/ros/humble/include/rclcpp/rclcpp/memory_strategy.hpp:25,
[2.339s] from /opt/ros/humble/include/rclcpp/rclcpp/memory_strategies.hpp:18,
[2.339s] from /opt/ros/humble/include/rclcpp/rclcpp/executor_options.hpp:20,
[2.339s] from /opt/ros/humble/include/rclcpp/rclcpp/executor.hpp:37,
[2.339s] from /opt/ros/humble/include/rclcpp/rclcpp/executors/multi_threaded_executor.hpp:25,
[2.339s] from /opt/ros/humble/include/rclcpp/rclcpp/executors.hpp:21,
[2.339s] from /opt/ros/humble/include/rclcpp/rclcpp/rclcpp.hpp:155,
[2.339s] from /home/firmament/codes/24navigation/src/sentry_plan_control/plc_bringup/src/decision_move_node.cpp:1:
[2.339s] /home/firmament/codes/24navigation/src/sentry_plan_control/plc_bringup/src/decision_move_node.cpp:70:16: error: invalid use of this in non-member function
[2.339s] 70 | RCLCPP_WARN(this->get_logger(), "Arial CMD Moving to [%f , %f]",x,y);
[2.339s] | ^~~~
[2.339s] /home/firmament/codes/24navigation/src/sentry_plan_control/plc_bringup/src/decision_move_node.cpp:70:16: error: invalid use of this in non-member function
[2.339s] 70 | RCLCPP_WARN(this->get_logger(), "Arial CMD Moving to [%f , %f]",x,y);
[2.339s] | ^~~~
[2.343s] /home/firmament/codes/24navigation/src/sentry_plan_control/plc_bringup/src/decision_move_node.cpp: In function int main(int, char**):
[2.343s] /home/firmament/codes/24navigation/src/sentry_plan_control/plc_bringup/src/decision_move_node.cpp:99:52: error: cannot bind non-const lvalue reference of type float& to a value of type double
[2.343s] 99 | node->get_parameter<float>("start_point_red_x", start_point_red_x);
[2.343s] | ^~~~~~~~~~~~~~~~~
[2.343s] In file included from /opt/ros/humble/include/rclcpp/rclcpp/node.hpp:1321,
[2.343s] from /opt/ros/humble/include/rclcpp/rclcpp/executors/single_threaded_executor.hpp:28,
[2.343s] from /opt/ros/humble/include/rclcpp/rclcpp/executors.hpp:22,
[2.343s] from /opt/ros/humble/include/rclcpp/rclcpp/rclcpp.hpp:155,
[2.343s] from /home/firmament/codes/24navigation/src/sentry_plan_control/plc_bringup/src/decision_move_node.cpp:1:
[2.343s] /opt/ros/humble/include/rclcpp/rclcpp/node_impl.hpp:286:60: note: initializing argument 2 of bool rclcpp::Node::get_parameter(const string&, ParameterT&) const [with ParameterT = float; std::string = std::__cxx11::basic_string<char>]
[2.343s] 286 | Node::get_parameter(const std::string & name, ParameterT & parameter) const
[2.343s] | ~~~~~~~~~~~~~^~~~~~~~~
[2.344s] /home/firmament/codes/24navigation/src/sentry_plan_control/plc_bringup/src/decision_move_node.cpp:100:52: error: cannot bind non-const lvalue reference of type float& to a value of type double
[2.344s] 100 | node->get_parameter<float>("start_point_red_y", start_point_red_y);
[2.344s] | ^~~~~~~~~~~~~~~~~
[2.344s] In file included from /opt/ros/humble/include/rclcpp/rclcpp/node.hpp:1321,
[2.344s] from /opt/ros/humble/include/rclcpp/rclcpp/executors/single_threaded_executor.hpp:28,
[2.344s] from /opt/ros/humble/include/rclcpp/rclcpp/executors.hpp:22,
[2.344s] from /opt/ros/humble/include/rclcpp/rclcpp/rclcpp.hpp:155,
[2.344s] from /home/firmament/codes/24navigation/src/sentry_plan_control/plc_bringup/src/decision_move_node.cpp:1:
[2.344s] /opt/ros/humble/include/rclcpp/rclcpp/node_impl.hpp:286:60: note: initializing argument 2 of bool rclcpp::Node::get_parameter(const string&, ParameterT&) const [with ParameterT = float; std::string = std::__cxx11::basic_string<char>]
[2.344s] 286 | Node::get_parameter(const std::string & name, ParameterT & parameter) const
[2.344s] | ~~~~~~~~~~~~~^~~~~~~~~
[2.344s] /home/firmament/codes/24navigation/src/sentry_plan_control/plc_bringup/src/decision_move_node.cpp:101:53: error: cannot bind non-const lvalue reference of type float& to a value of type double
[2.344s] 101 | node->get_parameter<float>("start_point_blue_x", start_point_blue_x);
[2.344s] | ^~~~~~~~~~~~~~~~~~
[2.345s] In file included from /opt/ros/humble/include/rclcpp/rclcpp/node.hpp:1321,
[2.345s] from /opt/ros/humble/include/rclcpp/rclcpp/executors/single_threaded_executor.hpp:28,
[2.345s] from /opt/ros/humble/include/rclcpp/rclcpp/executors.hpp:22,
[2.345s] from /opt/ros/humble/include/rclcpp/rclcpp/rclcpp.hpp:155,
[2.345s] from /home/firmament/codes/24navigation/src/sentry_plan_control/plc_bringup/src/decision_move_node.cpp:1:
[2.345s] /opt/ros/humble/include/rclcpp/rclcpp/node_impl.hpp:286:60: note: initializing argument 2 of bool rclcpp::Node::get_parameter(const string&, ParameterT&) const [with ParameterT = float; std::string = std::__cxx11::basic_string<char>]
[2.345s] 286 | Node::get_parameter(const std::string & name, ParameterT & parameter) const
[2.345s] | ~~~~~~~~~~~~~^~~~~~~~~
[2.345s] /home/firmament/codes/24navigation/src/sentry_plan_control/plc_bringup/src/decision_move_node.cpp:102:53: error: cannot bind non-const lvalue reference of type float& to a value of type double
[2.345s] 102 | node->get_parameter<float>("start_point_blue_y", start_point_blue_y);
[2.345s] | ^~~~~~~~~~~~~~~~~~
[2.345s] In file included from /opt/ros/humble/include/rclcpp/rclcpp/node.hpp:1321,
[2.345s] from /opt/ros/humble/include/rclcpp/rclcpp/executors/single_threaded_executor.hpp:28,
[2.345s] from /opt/ros/humble/include/rclcpp/rclcpp/executors.hpp:22,
[2.345s] from /opt/ros/humble/include/rclcpp/rclcpp/rclcpp.hpp:155,
[2.345s] from /home/firmament/codes/24navigation/src/sentry_plan_control/plc_bringup/src/decision_move_node.cpp:1:
[2.345s] /opt/ros/humble/include/rclcpp/rclcpp/node_impl.hpp:286:60: note: initializing argument 2 of bool rclcpp::Node::get_parameter(const string&, ParameterT&) const [with ParameterT = float; std::string = std::__cxx11::basic_string<char>]
[2.345s] 286 | Node::get_parameter(const std::string & name, ParameterT & parameter) const
[2.345s] | ~~~~~~~~~~~~~^~~~~~~~~
[2.346s] /home/firmament/codes/24navigation/src/sentry_plan_control/plc_bringup/src/decision_move_node.cpp:103:47: error: cannot bind non-const lvalue reference of type float& to a value of type double
[2.346s] 103 | node->get_parameter<float>("red_attack_x", red_attack_x);
[2.346s] | ^~~~~~~~~~~~
[2.346s] In file included from /opt/ros/humble/include/rclcpp/rclcpp/node.hpp:1321,
[2.346s] from /opt/ros/humble/include/rclcpp/rclcpp/executors/single_threaded_executor.hpp:28,
[2.346s] from /opt/ros/humble/include/rclcpp/rclcpp/executors.hpp:22,
[2.346s] from /opt/ros/humble/include/rclcpp/rclcpp/rclcpp.hpp:155,
[2.346s] from /home/firmament/codes/24navigation/src/sentry_plan_control/plc_bringup/src/decision_move_node.cpp:1:
[2.346s] /opt/ros/humble/include/rclcpp/rclcpp/node_impl.hpp:286:60: note: initializing argument 2 of bool rclcpp::Node::get_parameter(const string&, ParameterT&) const [with ParameterT = float; std::string = std::__cxx11::basic_string<char>]
[2.346s] 286 | Node::get_parameter(const std::string & name, ParameterT & parameter) const
[2.346s] | ~~~~~~~~~~~~~^~~~~~~~~
[2.346s] /home/firmament/codes/24navigation/src/sentry_plan_control/plc_bringup/src/decision_move_node.cpp:104:47: error: cannot bind non-const lvalue reference of type float& to a value of type double
[2.346s] 104 | node->get_parameter<float>("red_attack_y", red_attack_y);
[2.346s] | ^~~~~~~~~~~~
[2.346s] In file included from /opt/ros/humble/include/rclcpp/rclcpp/node.hpp:1321,
[2.346s] from /opt/ros/humble/include/rclcpp/rclcpp/executors/single_threaded_executor.hpp:28,
[2.346s] from /opt/ros/humble/include/rclcpp/rclcpp/executors.hpp:22,
[2.346s] from /opt/ros/humble/include/rclcpp/rclcpp/rclcpp.hpp:155,
[2.346s] from /home/firmament/codes/24navigation/src/sentry_plan_control/plc_bringup/src/decision_move_node.cpp:1:
[2.346s] /opt/ros/humble/include/rclcpp/rclcpp/node_impl.hpp:286:60: note: initializing argument 2 of bool rclcpp::Node::get_parameter(const string&, ParameterT&) const [with ParameterT = float; std::string = std::__cxx11::basic_string<char>]
[2.346s] 286 | Node::get_parameter(const std::string & name, ParameterT & parameter) const
[2.346s] | ~~~~~~~~~~~~~^~~~~~~~~
[2.346s] /home/firmament/codes/24navigation/src/sentry_plan_control/plc_bringup/src/decision_move_node.cpp:105:48: error: cannot bind non-const lvalue reference of type float& to a value of type double
[2.346s] 105 | node->get_parameter<float>("blue_attack_x", blue_attack_x);
[2.347s] | ^~~~~~~~~~~~~
[2.347s] In file included from /opt/ros/humble/include/rclcpp/rclcpp/node.hpp:1321,
[2.347s] from /opt/ros/humble/include/rclcpp/rclcpp/executors/single_threaded_executor.hpp:28,
[2.347s] from /opt/ros/humble/include/rclcpp/rclcpp/executors.hpp:22,
[2.347s] from /opt/ros/humble/include/rclcpp/rclcpp/rclcpp.hpp:155,
[2.347s] from /home/firmament/codes/24navigation/src/sentry_plan_control/plc_bringup/src/decision_move_node.cpp:1:
[2.347s] /opt/ros/humble/include/rclcpp/rclcpp/node_impl.hpp:286:60: note: initializing argument 2 of bool rclcpp::Node::get_parameter(const string&, ParameterT&) const [with ParameterT = float; std::string = std::__cxx11::basic_string<char>]
[2.347s] 286 | Node::get_parameter(const std::string & name, ParameterT & parameter) const
[2.347s] | ~~~~~~~~~~~~~^~~~~~~~~
[2.347s] /home/firmament/codes/24navigation/src/sentry_plan_control/plc_bringup/src/decision_move_node.cpp:106:48: error: cannot bind non-const lvalue reference of type float& to a value of type double
[2.347s] 106 | node->get_parameter<float>("blue_attack_y", blue_attack_y);
[2.347s] | ^~~~~~~~~~~~~
[2.347s] In file included from /opt/ros/humble/include/rclcpp/rclcpp/node.hpp:1321,
[2.347s] from /opt/ros/humble/include/rclcpp/rclcpp/executors/single_threaded_executor.hpp:28,
[2.347s] from /opt/ros/humble/include/rclcpp/rclcpp/executors.hpp:22,
[2.347s] from /opt/ros/humble/include/rclcpp/rclcpp/rclcpp.hpp:155,
[2.347s] from /home/firmament/codes/24navigation/src/sentry_plan_control/plc_bringup/src/decision_move_node.cpp:1:
[2.347s] /opt/ros/humble/include/rclcpp/rclcpp/node_impl.hpp:286:60: note: initializing argument 2 of bool rclcpp::Node::get_parameter(const string&, ParameterT&) const [with ParameterT = float; std::string = std::__cxx11::basic_string<char>]
[2.347s] 286 | Node::get_parameter(const std::string & name, ParameterT & parameter) const
[2.347s] | ~~~~~~~~~~~~~^~~~~~~~~
[2.347s] /home/firmament/codes/24navigation/src/sentry_plan_control/plc_bringup/src/decision_move_node.cpp:107:48: error: cannot bind non-const lvalue reference of type float& to a value of type double
[2.347s] 107 | node->get_parameter<float>("red_defense_x", red_defense_x);
[2.347s] | ^~~~~~~~~~~~~
[2.347s] In file included from /opt/ros/humble/include/rclcpp/rclcpp/node.hpp:1321,
[2.348s] from /opt/ros/humble/include/rclcpp/rclcpp/executors/single_threaded_executor.hpp:28,
[2.348s] from /opt/ros/humble/include/rclcpp/rclcpp/executors.hpp:22,
[2.348s] from /opt/ros/humble/include/rclcpp/rclcpp/rclcpp.hpp:155,
[2.348s] from /home/firmament/codes/24navigation/src/sentry_plan_control/plc_bringup/src/decision_move_node.cpp:1:
[2.348s] /opt/ros/humble/include/rclcpp/rclcpp/node_impl.hpp:286:60: note: initializing argument 2 of bool rclcpp::Node::get_parameter(const string&, ParameterT&) const [with ParameterT = float; std::string = std::__cxx11::basic_string<char>]
[2.348s] 286 | Node::get_parameter(const std::string & name, ParameterT & parameter) const
[2.348s] | ~~~~~~~~~~~~~^~~~~~~~~
[2.348s] /home/firmament/codes/24navigation/src/sentry_plan_control/plc_bringup/src/decision_move_node.cpp:108:48: error: cannot bind non-const lvalue reference of type float& to a value of type double
[2.348s] 108 | node->get_parameter<float>("red_defense_y", red_defense_y);
[2.348s] | ^~~~~~~~~~~~~
[2.348s] In file included from /opt/ros/humble/include/rclcpp/rclcpp/node.hpp:1321,
[2.348s] from /opt/ros/humble/include/rclcpp/rclcpp/executors/single_threaded_executor.hpp:28,
[2.348s] from /opt/ros/humble/include/rclcpp/rclcpp/executors.hpp:22,
[2.348s] from /opt/ros/humble/include/rclcpp/rclcpp/rclcpp.hpp:155,
[2.348s] from /home/firmament/codes/24navigation/src/sentry_plan_control/plc_bringup/src/decision_move_node.cpp:1:
[2.348s] /opt/ros/humble/include/rclcpp/rclcpp/node_impl.hpp:286:60: note: initializing argument 2 of bool rclcpp::Node::get_parameter(const string&, ParameterT&) const [with ParameterT = float; std::string = std::__cxx11::basic_string<char>]
[2.348s] 286 | Node::get_parameter(const std::string & name, ParameterT & parameter) const
[2.348s] | ~~~~~~~~~~~~~^~~~~~~~~
[2.348s] /home/firmament/codes/24navigation/src/sentry_plan_control/plc_bringup/src/decision_move_node.cpp:109:49: error: cannot bind non-const lvalue reference of type float& to a value of type double
[2.348s] 109 | node->get_parameter<float>("blue_defense_x", blue_defense_x);
[2.348s] | ^~~~~~~~~~~~~~
[2.348s] In file included from /opt/ros/humble/include/rclcpp/rclcpp/node.hpp:1321,
[2.348s] from /opt/ros/humble/include/rclcpp/rclcpp/executors/single_threaded_executor.hpp:28,
[2.348s] from /opt/ros/humble/include/rclcpp/rclcpp/executors.hpp:22,
[2.348s] from /opt/ros/humble/include/rclcpp/rclcpp/rclcpp.hpp:155,
[2.348s] from /home/firmament/codes/24navigation/src/sentry_plan_control/plc_bringup/src/decision_move_node.cpp:1:
[2.349s] /opt/ros/humble/include/rclcpp/rclcpp/node_impl.hpp:286:60: note: initializing argument 2 of bool rclcpp::Node::get_parameter(const string&, ParameterT&) const [with ParameterT = float; std::string = std::__cxx11::basic_string<char>]
[2.349s] 286 | Node::get_parameter(const std::string & name, ParameterT & parameter) const
[2.349s] | ~~~~~~~~~~~~~^~~~~~~~~
[2.349s] /home/firmament/codes/24navigation/src/sentry_plan_control/plc_bringup/src/decision_move_node.cpp:110:49: error: cannot bind non-const lvalue reference of type float& to a value of type double
[2.349s] 110 | node->get_parameter<float>("blue_defense_y", blue_defense_y);
[2.349s] | ^~~~~~~~~~~~~~
[2.349s] In file included from /opt/ros/humble/include/rclcpp/rclcpp/node.hpp:1321,
[2.349s] from /opt/ros/humble/include/rclcpp/rclcpp/executors/single_threaded_executor.hpp:28,
[2.349s] from /opt/ros/humble/include/rclcpp/rclcpp/executors.hpp:22,
[2.349s] from /opt/ros/humble/include/rclcpp/rclcpp/rclcpp.hpp:155,
[2.349s] from /home/firmament/codes/24navigation/src/sentry_plan_control/plc_bringup/src/decision_move_node.cpp:1:
[2.349s] /opt/ros/humble/include/rclcpp/rclcpp/node_impl.hpp:286:60: note: initializing argument 2 of bool rclcpp::Node::get_parameter(const string&, ParameterT&) const [with ParameterT = float; std::string = std::__cxx11::basic_string<char>]
[2.349s] 286 | Node::get_parameter(const std::string & name, ParameterT & parameter) const
[2.349s] | ~~~~~~~~~~~~~^~~~~~~~~
[2.349s] /home/firmament/codes/24navigation/src/sentry_plan_control/plc_bringup/src/decision_move_node.cpp:114:15: error: decision_move_node was not declared in this scope
[2.349s] 114 | goal_pub = decision_move_node->create_publisher<geometry_msgs::msg::PoseStamped>("/goal_pose", 10);
[2.349s] | ^~~~~~~~~~~~~~~~~~
[2.349s] /home/firmament/codes/24navigation/src/sentry_plan_control/plc_bringup/src/decision_move_node.cpp:114:83: error: expected primary-expression before > token
[2.349s] 114 | _move_node->create_publisher<geometry_msgs::msg::PoseStamped>("/goal_pose", 10);
[2.349s] | ^
[2.349s]
[2.349s] /home/firmament/codes/24navigation/src/sentry_plan_control/plc_bringup/src/decision_move_node.cpp:114:85: error: left operand of comma operator has no effect [-Werror=unused-value]
[2.349s] 114 | ove_node->create_publisher<geometry_msgs::msg::PoseStamped>("/goal_pose", 10);
[2.349s] | ^~~~~~~~~~~~
[2.350s]
[2.353s] /home/firmament/codes/24navigation/src/sentry_plan_control/plc_bringup/src/decision_move_node.cpp:117:4: error: game_pro_sub was not declared in this scope; did you mean game_process?
[2.353s] 117 | game_pro_sub = this->create_subscription<geometry_msgs::msg::Twist>("/game_progress", rclcpp::QoS(10),
[2.353s] | ^~~~~~~~~~~~
[2.353s] | game_process
[2.353s] /home/firmament/codes/24navigation/src/sentry_plan_control/plc_bringup/src/decision_move_node.cpp:117:19: error: invalid use of this in non-member function
[2.353s] 117 | game_pro_sub = this->create_subscription<geometry_msgs::msg::Twist>("/game_progress", rclcpp::QoS(10),
[2.353s] | ^~~~
[2.354s] /home/firmament/codes/24navigation/src/sentry_plan_control/plc_bringup/src/decision_move_node.cpp:117:65: error: Twist is not a member of geometry_msgs::msg
[2.354s] 117 | ame_pro_sub = this->create_subscription<geometry_msgs::msg::Twist>("/game_progress", rclcpp::QoS(10),
[2.354s] | ^~~~~
[2.354s]
[2.354s] /home/firmament/codes/24navigation/src/sentry_plan_control/plc_bringup/src/decision_move_node.cpp:117:72: error: left operand of comma operator has no effect [-Werror=unused-value]
[2.354s] 117 | _sub = this->create_subscription<geometry_msgs::msg::Twist>("/game_progress", rclcpp::QoS(10),
[2.354s] | ^~~~~~~~~~~~~~~~
[2.354s]
[2.354s] /home/firmament/codes/24navigation/src/sentry_plan_control/plc_bringup/src/decision_move_node.cpp:118:14: error: DecisionMoveNode has not been declared
[2.354s] 118 | std::bind(&DecisionMoveNode::game_progress_callback, this, std::placeholders::_1));
[2.354s] | ^~~~~~~~~~~~~~~~
[2.354s] /home/firmament/codes/24navigation/src/sentry_plan_control/plc_bringup/src/decision_move_node.cpp:118:56: error: invalid use of this in non-member function
[2.354s] 118 | std::bind(&DecisionMoveNode::game_progress_callback, this, std::placeholders::_1));
[2.354s] | ^~~~
[2.357s] /home/firmament/codes/24navigation/src/sentry_plan_control/plc_bringup/src/decision_move_node.cpp:120:3: error: outposthp_sub was not declared in this scope; did you mean outpost_low?
[2.357s] 120 | outposthp_sub = this->create_subscription<geometry_msgs::msg::Twist>("/outpost_hp", rclcpp::QoS(10),
[2.357s] | ^~~~~~~~~~~~~
[2.357s] | outpost_low
[2.357s] /home/firmament/codes/24navigation/src/sentry_plan_control/plc_bringup/src/decision_move_node.cpp:120:19: error: invalid use of this in non-member function
[2.357s] 120 | outposthp_sub = this->create_subscription<geometry_msgs::msg::Twist>("/outpost_hp", rclcpp::QoS(10),
[2.357s] | ^~~~
[2.357s] /home/firmament/codes/24navigation/src/sentry_plan_control/plc_bringup/src/decision_move_node.cpp:120:65: error: Twist is not a member of geometry_msgs::msg
[2.357s] 120 | tposthp_sub = this->create_subscription<geometry_msgs::msg::Twist>("/outpost_hp", rclcpp::QoS(10),
[2.357s] | ^~~~~
[2.357s]
[2.357s] /home/firmament/codes/24navigation/src/sentry_plan_control/plc_bringup/src/decision_move_node.cpp:120:72: error: left operand of comma operator has no effect [-Werror=unused-value]
[2.357s] 120 | _sub = this->create_subscription<geometry_msgs::msg::Twist>("/outpost_hp", rclcpp::QoS(10),
[2.357s] | ^~~~~~~~~~~~~
[2.357s]
[2.357s] /home/firmament/codes/24navigation/src/sentry_plan_control/plc_bringup/src/decision_move_node.cpp:121:14: error: DecisionMoveNode has not been declared
[2.357s] 121 | std::bind(&DecisionMoveNode::outposthp_callback, this, std::placeholders::_1));
[2.358s] | ^~~~~~~~~~~~~~~~
[2.358s] /home/firmament/codes/24navigation/src/sentry_plan_control/plc_bringup/src/decision_move_node.cpp:121:52: error: invalid use of this in non-member function
[2.358s] 121 | std::bind(&DecisionMoveNode::outposthp_callback, this, std::placeholders::_1));
[2.358s] | ^~~~
[2.360s] /home/firmament/codes/24navigation/src/sentry_plan_control/plc_bringup/src/decision_move_node.cpp:123:4: error: arial_cmd_sub was not declared in this scope; did you mean arial_cmd_flag?
[2.360s] 123 | arial_cmd_sub = this->create_subscription<geometry_msgs::msg::Twist>("/arial_cmd", rclcpp::QoS(10),
[2.360s] | ^~~~~~~~~~~~~
[2.360s] | arial_cmd_flag
[2.360s] /home/firmament/codes/24navigation/src/sentry_plan_control/plc_bringup/src/decision_move_node.cpp:123:20: error: invalid use of this in non-member function
[2.360s] 123 | arial_cmd_sub = this->create_subscription<geometry_msgs::msg::Twist>("/arial_cmd", rclcpp::QoS(10),
[2.360s] | ^~~~
[2.361s] /home/firmament/codes/24navigation/src/sentry_plan_control/plc_bringup/src/decision_move_node.cpp:123:66: error: Twist is not a member of geometry_msgs::msg
[2.361s] 123 | ial_cmd_sub = this->create_subscription<geometry_msgs::msg::Twist>("/arial_cmd", rclcpp::QoS(10),
[2.361s] | ^~~~~
[2.361s]
[2.361s] /home/firmament/codes/24navigation/src/sentry_plan_control/plc_bringup/src/decision_move_node.cpp:123:73: error: left operand of comma operator has no effect [-Werror=unused-value]
[2.361s] 123 | _sub = this->create_subscription<geometry_msgs::msg::Twist>("/arial_cmd", rclcpp::QoS(10),
[2.361s] | ^~~~~~~~~~~~
[2.361s]
[2.361s] /home/firmament/codes/24navigation/src/sentry_plan_control/plc_bringup/src/decision_move_node.cpp:124:14: error: DecisionMoveNode has not been declared
[2.361s] 124 | std::bind(&DecisionMoveNode::arial_cmd_callback, this, std::placeholders::_1));
[2.361s] | ^~~~~~~~~~~~~~~~
[2.361s] /home/firmament/codes/24navigation/src/sentry_plan_control/plc_bringup/src/decision_move_node.cpp:124:52: error: invalid use of this in non-member function
[2.361s] 124 | std::bind(&DecisionMoveNode::arial_cmd_callback, this, std::placeholders::_1));
[2.361s] | ^~~~
[2.362s] In file included from /opt/ros/humble/include/rclcpp/rclcpp/client.hpp:40,
[2.362s] from /opt/ros/humble/include/rclcpp/rclcpp/callback_group.hpp:24,
[2.362s] from /opt/ros/humble/include/rclcpp/rclcpp/any_executable.hpp:20,
[2.362s] from /opt/ros/humble/include/rclcpp/rclcpp/memory_strategy.hpp:25,
[2.362s] from /opt/ros/humble/include/rclcpp/rclcpp/memory_strategies.hpp:18,
[2.362s] from /opt/ros/humble/include/rclcpp/rclcpp/executor_options.hpp:20,
[2.362s] from /opt/ros/humble/include/rclcpp/rclcpp/executor.hpp:37,
[2.362s] from /opt/ros/humble/include/rclcpp/rclcpp/executors/multi_threaded_executor.hpp:25,
[2.362s] from /opt/ros/humble/include/rclcpp/rclcpp/executors.hpp:21,
[2.362s] from /opt/ros/humble/include/rclcpp/rclcpp/rclcpp.hpp:155,
[2.362s] from /home/firmament/codes/24navigation/src/sentry_plan_control/plc_bringup/src/decision_move_node.cpp:1:
[2.362s] /home/firmament/codes/24navigation/src/sentry_plan_control/plc_bringup/src/decision_move_node.cpp:211:22: error: invalid use of this in non-member function
[2.362s] 211 | RCLCPP_INFO(this->get_logger(), "wating for game start...\n");
[2.362s] | ^~~~
[2.362s] /home/firmament/codes/24navigation/src/sentry_plan_control/plc_bringup/src/decision_move_node.cpp:211:22: error: invalid use of this in non-member function
[2.362s] /home/firmament/codes/24navigation/src/sentry_plan_control/plc_bringup/src/decision_move_node.cpp:211:10: error: template argument 1 is invalid
[2.363s] 211 | RCLCPP_INFO(this->get_logger(), "wating for game start...\n");
[2.363s] | ^~~~~~~~~~~
[2.363s] /home/firmament/codes/24navigation/src/sentry_plan_control/plc_bringup/src/decision_move_node.cpp:211:10: error: <declaration error> is not a template [-fpermissive]
[2.363s] 211 | RCLCPP_INFO(this->get_logger(), "wating for game start...\n");
[2.363s] | ^~~~~~~~~~~
[2.363s] /home/firmament/codes/24navigation/src/sentry_plan_control/plc_bringup/src/decision_move_node.cpp:211:10: error: template argument 1 is invalid
[2.363s] 211 | RCLCPP_INFO(this->get_logger(), "wating for game start...\n");
[2.363s] | ^~~~~~~~~~~
[2.363s] /home/firmament/codes/24navigation/src/sentry_plan_control/plc_bringup/src/decision_move_node.cpp:211:10: error: <declaration error> is not a template [-fpermissive]
[2.363s] 211 | RCLCPP_INFO(this->get_logger(), "wating for game start...\n");
[2.363s] | ^~~~~~~~~~~
[2.363s] /home/firmament/codes/24navigation/src/sentry_plan_control/plc_bringup/src/decision_move_node.cpp:211:10: error: template argument 1 is invalid
[2.363s] 211 | RCLCPP_INFO(this->get_logger(), "wating for game start...\n");
[2.363s] | ^~~~~~~~~~~
[2.363s] In file included from /opt/ros/humble/include/rclcpp/rclcpp/logging.hpp:24,
[2.363s] from /opt/ros/humble/include/rclcpp/rclcpp/client.hpp:40,
[2.363s] from /opt/ros/humble/include/rclcpp/rclcpp/callback_group.hpp:24,
[2.363s] from /opt/ros/humble/include/rclcpp/rclcpp/any_executable.hpp:20,
[2.364s] from /opt/ros/humble/include/rclcpp/rclcpp/memory_strategy.hpp:25,
[2.364s] from /opt/ros/humble/include/rclcpp/rclcpp/memory_strategies.hpp:18,
[2.364s] from /opt/ros/humble/include/rclcpp/rclcpp/executor_options.hpp:20,
[2.364s] from /opt/ros/humble/include/rclcpp/rclcpp/executor.hpp:37,
[2.364s] from /opt/ros/humble/include/rclcpp/rclcpp/executors/multi_threaded_executor.hpp:25,
[2.364s] from /opt/ros/humble/include/rclcpp/rclcpp/executors.hpp:21,
[2.364s] from /opt/ros/humble/include/rclcpp/rclcpp/rclcpp.hpp:155,
[2.364s] from /home/firmament/codes/24navigation/src/sentry_plan_control/plc_bringup/src/decision_move_node.cpp:1:
[2.364s] /home/firmament/codes/24navigation/src/sentry_plan_control/plc_bringup/src/decision_move_node.cpp:211:22: error: invalid use of this in non-member function
[2.364s] 211 | RCLCPP_INFO(this->get_logger(), "wating for game start...\n");
[2.364s] | ^~~~
[2.364s] /home/firmament/codes/24navigation/src/sentry_plan_control/plc_bringup/src/decision_move_node.cpp:211:22: error: invalid use of this in non-member function
[2.364s] 211 | RCLCPP_INFO(this->get_logger(), "wating for game start...\n");
[2.364s] | ^~~~
[2.364s] /home/firmament/codes/24navigation/src/sentry_plan_control/plc_bringup/src/decision_move_node.cpp:215:24: error: no matching function for call to spin_some()
[2.364s] 215 | rclcpp::spin_some();
[2.364s] | ~~~~~~~~~~~~~~~~~^~
[2.364s] In file included from /opt/ros/humble/include/rclcpp/rclcpp/rclcpp.hpp:155,
[2.364s] from /home/firmament/codes/24navigation/src/sentry_plan_control/plc_bringup/src/decision_move_node.cpp:1:
[2.364s] /opt/ros/humble/include/rclcpp/rclcpp/executors.hpp:35:1: note: candidate: void rclcpp::spin_some(rclcpp::node_interfaces::NodeBaseInterface::SharedPtr)
[2.364s] 35 | spin_some(rclcpp::node_interfaces::NodeBaseInterface::SharedPtr node_ptr);
[2.364s] | ^~~~~~~~~
[2.364s] /opt/ros/humble/include/rclcpp/rclcpp/executors.hpp:35:1: note: candidate expects 1 argument, 0 provided
[2.365s] /opt/ros/humble/include/rclcpp/rclcpp/executors.hpp:39:1: note: candidate: void rclcpp::spin_some(rclcpp::Node::SharedPtr)
[2.365s] 39 | spin_some(rclcpp::Node::SharedPtr node_ptr);
[2.365s] | ^~~~~~~~~
[2.365s] /opt/ros/humble/include/rclcpp/rclcpp/executors.hpp:39:1: note: candidate expects 1 argument, 0 provided
[2.365s] /home/firmament/codes/24navigation/src/sentry_plan_control/plc_bringup/src/decision_move_node.cpp:129:9: error: unused variable choice [-Werror=unused-variable]
[2.365s] 129 | char choice = 'q';
[2.365s] | ^~~~~~
[2.365s] In file included from /opt/ros/humble/include/rclcpp/rclcpp/client.hpp:40,
[2.365s] from /opt/ros/humble/include/rclcpp/rclcpp/callback_group.hpp:24,
[2.365s] from /opt/ros/humble/include/rclcpp/rclcpp/any_executable.hpp:20,
[2.365s] from /opt/ros/humble/include/rclcpp/rclcpp/memory_strategy.hpp:25,
[2.365s] from /opt/ros/humble/include/rclcpp/rclcpp/memory_strategies.hpp:18,
[2.365s] from /opt/ros/humble/include/rclcpp/rclcpp/executor_options.hpp:20,
[2.365s] from /opt/ros/humble/include/rclcpp/rclcpp/executor.hpp:37,
[2.365s] from /opt/ros/humble/include/rclcpp/rclcpp/executors/multi_threaded_executor.hpp:25,
[2.365s] from /opt/ros/humble/include/rclcpp/rclcpp/executors.hpp:21,
[2.365s] from /opt/ros/humble/include/rclcpp/rclcpp/rclcpp.hpp:155,
[2.365s] from /home/firmament/codes/24navigation/src/sentry_plan_control/plc_bringup/src/decision_move_node.cpp:1:
[2.365s] /home/firmament/codes/24navigation/src/sentry_plan_control/plc_bringup/src/decision_move_node.cpp: In function int moveToGoal_topic(double, double):
[2.365s] /home/firmament/codes/24navigation/src/sentry_plan_control/plc_bringup/src/decision_move_node.cpp:237:16: error: invalid use of this in non-member function
[2.365s] 237 | RCLCPP_INFO(this->get_logger(), "Sending goal location ...\n");
[2.365s] | ^~~~
[2.365s] /home/firmament/codes/24navigation/src/sentry_plan_control/plc_bringup/src/decision_move_node.cpp:237:16: error: invalid use of this in non-member function
[2.365s] /home/firmament/codes/24navigation/src/sentry_plan_control/plc_bringup/src/decision_move_node.cpp:237:4: error: template argument 1 is invalid
[2.365s] 237 | RCLCPP_INFO(this->get_logger(), "Sending goal location ...\n");
[2.366s] | ^~~~~~~~~~~
[2.366s] /home/firmament/codes/24navigation/src/sentry_plan_control/plc_bringup/src/decision_move_node.cpp:237:4: error: <declaration error> is not a template [-fpermissive]
[2.366s] 237 | RCLCPP_INFO(this->get_logger(), "Sending goal location ...\n");
[2.366s] | ^~~~~~~~~~~
[2.366s] /home/firmament/codes/24navigation/src/sentry_plan_control/plc_bringup/src/decision_move_node.cpp:237:4: error: template argument 1 is invalid
[2.366s] 237 | RCLCPP_INFO(this->get_logger(), "Sending goal location ...\n");
[2.366s] | ^~~~~~~~~~~
[2.366s] /home/firmament/codes/24navigation/src/sentry_plan_control/plc_bringup/src/decision_move_node.cpp:237:4: error: <declaration error> is not a template [-fpermissive]
[2.366s] 237 | RCLCPP_INFO(this->get_logger(), "Sending goal location ...\n");
[2.366s] | ^~~~~~~~~~~
[2.366s] /home/firmament/codes/24navigation/src/sentry_plan_control/plc_bringup/src/decision_move_node.cpp:237:4: error: template argument 1 is invalid
[2.366s] 237 | RCLCPP_INFO(this->get_logger(), "Sending goal location ...\n");
[2.366s] | ^~~~~~~~~~~
[2.366s] In file included from /opt/ros/humble/include/rclcpp/rclcpp/logging.hpp:24,
[2.366s] from /opt/ros/humble/include/rclcpp/rclcpp/client.hpp:40,
[2.366s] from /opt/ros/humble/include/rclcpp/rclcpp/callback_group.hpp:24,
[2.366s] from /opt/ros/humble/include/rclcpp/rclcpp/any_executable.hpp:20,
[2.366s] from /opt/ros/humble/include/rclcpp/rclcpp/memory_strategy.hpp:25,
[2.366s] from /opt/ros/humble/include/rclcpp/rclcpp/memory_strategies.hpp:18,
[2.366s] from /opt/ros/humble/include/rclcpp/rclcpp/executor_options.hpp:20,
[2.366s] from /opt/ros/humble/include/rclcpp/rclcpp/executor.hpp:37,
[2.366s] from /opt/ros/humble/include/rclcpp/rclcpp/executors/multi_threaded_executor.hpp:25,
[2.366s] from /opt/ros/humble/include/rclcpp/rclcpp/executors.hpp:21,
[2.366s] from /opt/ros/humble/include/rclcpp/rclcpp/rclcpp.hpp:155,
[2.366s] from /home/firmament/codes/24navigation/src/sentry_plan_control/plc_bringup/src/decision_move_node.cpp:1:
[2.366s] /home/firmament/codes/24navigation/src/sentry_plan_control/plc_bringup/src/decision_move_node.cpp:237:16: error: invalid use of this in non-member function
[2.366s] 237 | RCLCPP_INFO(this->get_logger(), "Sending goal location ...\n");
[2.367s] | ^~~~
[2.367s] /home/firmament/codes/24navigation/src/sentry_plan_control/plc_bringup/src/decision_move_node.cpp:237:16: error: invalid use of this in non-member function
[2.367s] 237 | RCLCPP_INFO(this->get_logger(), "Sending goal location ...\n");
[2.367s] | ^~~~
[2.367s] In file included from /opt/ros/humble/include/rclcpp/rclcpp/client.hpp:40,
[2.367s] from /opt/ros/humble/include/rclcpp/rclcpp/callback_group.hpp:24,
[2.367s] from /opt/ros/humble/include/rclcpp/rclcpp/any_executable.hpp:20,
[2.367s] from /opt/ros/humble/include/rclcpp/rclcpp/memory_strategy.hpp:25,
[2.367s] from /opt/ros/humble/include/rclcpp/rclcpp/memory_strategies.hpp:18,
[2.367s] from /opt/ros/humble/include/rclcpp/rclcpp/executor_options.hpp:20,
[2.367s] from /opt/ros/humble/include/rclcpp/rclcpp/executor.hpp:37,
[2.367s] from /opt/ros/humble/include/rclcpp/rclcpp/executors/multi_threaded_executor.hpp:25,
[2.367s] from /opt/ros/humble/include/rclcpp/rclcpp/executors.hpp:21,
[2.367s] from /opt/ros/humble/include/rclcpp/rclcpp/rclcpp.hpp:155,
[2.367s] from /home/firmament/codes/24navigation/src/sentry_plan_control/plc_bringup/src/decision_move_node.cpp:1:
[2.367s] /home/firmament/codes/24navigation/src/sentry_plan_control/plc_bringup/src/decision_move_node.cpp:238:16: error: invalid use of this in non-member function
[2.367s] 238 | RCLCPP_INFO(this->get_logger(), "Moving to [%f , %f]",xGoal,yGoal);
[2.367s] | ^~~~
[2.367s] /home/firmament/codes/24navigation/src/sentry_plan_control/plc_bringup/src/decision_move_node.cpp:238:16: error: invalid use of this in non-member function
[2.367s] /home/firmament/codes/24navigation/src/sentry_plan_control/plc_bringup/src/decision_move_node.cpp:238:4: error: template argument 1 is invalid
[2.367s] 238 | RCLCPP_INFO(this->get_logger(), "Moving to [%f , %f]",xGoal,yGoal);
[2.367s] | ^~~~~~~~~~~
[2.367s] /home/firmament/codes/24navigation/src/sentry_plan_control/plc_bringup/src/decision_move_node.cpp:238:4: error: <declaration error> is not a template [-fpermissive]
[2.367s] 238 | RCLCPP_INFO(this->get_logger(), "Moving to [%f , %f]",xGoal,yGoal);
[2.367s] | ^~~~~~~~~~~
[2.367s] /home/firmament/codes/24navigation/src/sentry_plan_control/plc_bringup/src/decision_move_node.cpp:238:4: error: template argument 1 is invalid
[2.367s] 238 | RCLCPP_INFO(this->get_logger(), "Moving to [%f , %f]",xGoal,yGoal);
[2.367s] | ^~~~~~~~~~~
[2.368s] /home/firmament/codes/24navigation/src/sentry_plan_control/plc_bringup/src/decision_move_node.cpp:238:4: error: <declaration error> is not a template [-fpermissive]
[2.368s] 238 | RCLCPP_INFO(this->get_logger(), "Moving to [%f , %f]",xGoal,yGoal);
[2.368s] | ^~~~~~~~~~~
[2.368s] /home/firmament/codes/24navigation/src/sentry_plan_control/plc_bringup/src/decision_move_node.cpp:238:4: error: template argument 1 is invalid
[2.368s] 238 | RCLCPP_INFO(this->get_logger(), "Moving to [%f , %f]",xGoal,yGoal);
[2.368s] | ^~~~~~~~~~~
[2.368s] In file included from /opt/ros/humble/include/rclcpp/rclcpp/logging.hpp:24,
[2.368s] from /opt/ros/humble/include/rclcpp/rclcpp/client.hpp:40,
[2.368s] from /opt/ros/humble/include/rclcpp/rclcpp/callback_group.hpp:24,
[2.368s] from /opt/ros/humble/include/rclcpp/rclcpp/any_executable.hpp:20,
[2.368s] from /opt/ros/humble/include/rclcpp/rclcpp/memory_strategy.hpp:25,
[2.368s] from /opt/ros/humble/include/rclcpp/rclcpp/memory_strategies.hpp:18,
[2.368s] from /opt/ros/humble/include/rclcpp/rclcpp/executor_options.hpp:20,
[2.368s] from /opt/ros/humble/include/rclcpp/rclcpp/executor.hpp:37,
[2.368s] from /opt/ros/humble/include/rclcpp/rclcpp/executors/multi_threaded_executor.hpp:25,
[2.368s] from /opt/ros/humble/include/rclcpp/rclcpp/executors.hpp:21,
[2.368s] from /opt/ros/humble/include/rclcpp/rclcpp/rclcpp.hpp:155,
[2.368s] from /home/firmament/codes/24navigation/src/sentry_plan_control/plc_bringup/src/decision_move_node.cpp:1:
[2.368s] /home/firmament/codes/24navigation/src/sentry_plan_control/plc_bringup/src/decision_move_node.cpp:238:16: error: invalid use of this in non-member function
[2.368s] 238 | RCLCPP_INFO(this->get_logger(), "Moving to [%f , %f]",xGoal,yGoal);
[2.368s] | ^~~~
[2.368s] /home/firmament/codes/24navigation/src/sentry_plan_control/plc_bringup/src/decision_move_node.cpp:238:16: error: invalid use of this in non-member function
[2.368s] 238 | RCLCPP_INFO(this->get_logger(), "Moving to [%f , %f]",xGoal,yGoal);
[2.368s] | ^~~~
[2.768s] cc1plus: all warnings being treated as errors
[2.785s] gmake[2]: *** [CMakeFiles/decision_move_node.dir/build.make:76: CMakeFiles/decision_move_node.dir/src/decision_move_node.cpp.o] Error 1
[2.785s] gmake[1]: *** [CMakeFiles/Makefile2:137: CMakeFiles/decision_move_node.dir/all] Error 2
[2.785s] gmake: *** [Makefile:146: all] Error 2
[2.787s] Invoked command in '/home/firmament/codes/24navigation/build/plc_bringup' returned '2': CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/opt/ros/humble /usr/bin/cmake --build /home/firmament/codes/24navigation/build/plc_bringup -- -j8 -l8