We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26de96f commit eb8b1b3Copy full SHA for eb8b1b3
libraries/YarpPlugins/AsibotSolver/AsibotConfiguration.cpp
@@ -24,7 +24,8 @@ namespace
24
double normalizeAngle(double q)
25
{
26
// FIXME: assumes that joint limits may not surpass +-180º, but this
27
- // is not necessarily true for circular joints (q1 and q2)
+ // is not necessarily true for circular joints (q1 and q5).
28
+ // See https://github.com/roboticslab-uc3m/kinematics-dynamics/issues/111.
29
if (q > 180)
30
31
return q - 360;
0 commit comments