Skip to content

Commit f1640c5

Browse files
committed
formatting
1 parent 7350857 commit f1640c5

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

ur_robot_driver/include/ur_robot_driver/trajectory_until_node.hpp

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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

ur_robot_driver/src/trajectory_until_node.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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();

0 commit comments

Comments
 (0)