diff --git a/src/robot_controller/include/robot_controller/robot_controller.hpp b/src/robot_controller/include/robot_controller/robot_controller.hpp index 3d02e4e..6b062f8 100644 --- a/src/robot_controller/include/robot_controller/robot_controller.hpp +++ b/src/robot_controller/include/robot_controller/robot_controller.hpp @@ -58,7 +58,7 @@ rclcpp_action::GoalResponse RobotController::motion_handle_goal( const rclcpp_action::GoalUUID & uuid, std::shared_ptr goal) { - RCLCPP_INFO(this->get_logger(), "Received goal request with acceleration %f", goal->motion.acceleration); + RCLCPP_INFO(this->get_logger(), "Received goal request with %ld poses", goal->motion.path.size()); (void)uuid; return rclcpp_action::GoalResponse::ACCEPT_AND_EXECUTE; }