Skip to content

Commit

Permalink
style fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ArendJan committed Jun 6, 2024
1 parent 81fc0c4 commit b2d36e5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ void RRBotHWInterface::connectServices() {
ros::service::waitForService(service, -1);
}
{ // Only mutex when actually writing to class vars.
clients.clear();
clients.clear();
const std::lock_guard<std::mutex> lock(this->service_clients_mutex);
for (auto i = 0; i < NUM_SERVOS; i++) {
auto service = (boost::format(service_format) % servo_names[i]).str();
Expand Down

0 comments on commit b2d36e5

Please sign in to comment.