Skip to content

Commit

Permalink
Fix clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
henningkayser committed Jun 7, 2024
1 parent 48f60c4 commit 7f691cd
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -808,10 +808,10 @@ bool IKFastKinematicsPlugin::getPositionFK(const std::vector<std::string>& link_
return false;
}

#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Wno-vla-extension"
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Wno-vla-extension"
IkReal angles[num_joints_];
#pragma clang diagnostic pop
#pragma clang diagnostic pop
for (unsigned char i = 0; i < num_joints_; ++i)
angles[i] = joint_angles[i];

Expand Down

0 comments on commit 7f691cd

Please sign in to comment.