Skip to content

Commit eb8b1b3

Browse files
committed
Fix typo, reference related issue
1 parent 26de96f commit eb8b1b3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

libraries/YarpPlugins/AsibotSolver/AsibotConfiguration.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ namespace
2424
double normalizeAngle(double q)
2525
{
2626
// FIXME: assumes that joint limits may not surpass +-180º, but this
27-
// is not necessarily true for circular joints (q1 and q2)
27+
// is not necessarily true for circular joints (q1 and q5).
28+
// See https://github.com/roboticslab-uc3m/kinematics-dynamics/issues/111.
2829
if (q > 180)
2930
{
3031
return q - 360;

0 commit comments

Comments
 (0)