Skip to content

Commit 81b1910

Browse files
committed
fix failing action
1 parent 28ca592 commit 81b1910

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/sauvc_movement/src/HydroacousticCenteringTwistActionServer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ void HydroacousticCenteringTwistActionServer::execute(const std::shared_ptr<rclc
5353
return;
5454
}
5555
RCLCPP_ERROR(_node->get_logger(), "Service %s not available!", _node->get_parameter("set_twist_srv").as_string().c_str());
56-
// return;
56+
return;
5757
}
5858

5959
// get goal data

0 commit comments

Comments
 (0)