MCPcopy Create free account
hub / github.com/RoboJackets/software-training / feedbackCallback

Method feedbackCallback

peak_finder/src/navigator.cpp:101–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99}
100
101void Navigator::feedbackCallback(
102 rclcpp_action::ClientGoalHandle<nav2_msgs::action::NavigateToPose>::SharedPtr goal_handle,
103 const nav2_msgs::action::NavigateToPose::Feedback::ConstSharedPtr feedback)
104{
105 // RCLCPP_INFO(node_.get_logger(), "Feedback: %f", feedback->distance_remaining);
106}
107
108} // namespace peak_finder

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected