File tree Expand file tree Collapse file tree 2 files changed +7
-8
lines changed Expand file tree Collapse file tree 2 files changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -99,12 +99,12 @@ class TrajectoryUntilNode : public rclcpp::Node
9999
100100 bool assign_until_action_client (std::shared_ptr<const TrajectoryUntilAction::Goal> goal);
101101
102- rclcpp_action::GoalResponse goal_received_callback (
103- const rclcpp_action::GoalUUID& uuid, std::shared_ptr<const TrajectoryUntilAction::Goal> goal);
104- void goal_accepted_callback (
105- const std::shared_ptr<rclcpp_action::ServerGoalHandle<TrajectoryUntilAction>> goal_handle);
106- rclcpp_action::CancelResponse goal_cancelled_callback (
107- const std::shared_ptr<rclcpp_action::ServerGoalHandle<TrajectoryUntilAction>> goal_handle);
102+ rclcpp_action::GoalResponse goal_received_callback (const rclcpp_action::GoalUUID& uuid,
103+ std::shared_ptr<const TrajectoryUntilAction::Goal> goal);
104+ void
105+ goal_accepted_callback ( const std::shared_ptr<rclcpp_action::ServerGoalHandle<TrajectoryUntilAction>> goal_handle);
106+ rclcpp_action::CancelResponse
107+ goal_cancelled_callback ( const std::shared_ptr<rclcpp_action::ServerGoalHandle<TrajectoryUntilAction>> goal_handle);
108108
109109 void send_trajectory_goal (std::shared_ptr<const TrajectoryUntilAction::Goal> goal);
110110
Original file line number Diff line number Diff line change @@ -267,8 +267,7 @@ void TrajectoryUntilNode::trajectory_feedback_callback(
267267}
268268
269269// When a result is received from either trajectory or until condition, report it back to user
270- void TrajectoryUntilNode::trajectory_result_callback (
271- const TrajectoryResult& result)
270+ void TrajectoryUntilNode::trajectory_result_callback (const TrajectoryResult& result)
272271{
273272 RCLCPP_INFO (this ->get_logger (), " Trajectory result received." );
274273 current_trajectory_goal_handle_.reset ();
You can’t perform that action at this time.
0 commit comments