Skip to content

Commit

Permalink
Define _USE_MATH_DEFINES in joint_soft_limiter.cpp to ensure that M_P…
Browse files Browse the repository at this point in the history
…I is defined (#2001)
  • Loading branch information
traversaro authored Jan 15, 2025
1 parent 2da1417 commit 751cd85
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions joint_limits/src/joint_soft_limiter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
// limitations under the License.

/// \author Adrià Roig Moreno
#define _USE_MATH_DEFINES
#include "joint_limits/joint_soft_limiter.hpp"

namespace joint_limits
Expand Down

0 comments on commit 751cd85

Please sign in to comment.