Skip to content

Commit

Permalink
lrmate200ic ikfast: relax lower j3-j2 to -55
Browse files Browse the repository at this point in the history
  • Loading branch information
simonschmeisser authored and cjue committed Aug 15, 2024
1 parent 4145525 commit ae2e368
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
const double LIMIT_TOLERANCE = .0000001;

const double J3J2_LIMIT_MAX = 25.0/180.0*M_PI;
const double J3J2_LIMIT_MIN = -20.0/180.0*M_PI;
const double J3J2_LIMIT_MIN = -55.0/180.0*M_PI;

/// \brief Search modes for searchPositionIK(), see there
enum SEARCH_MODE { OPTIMIZE_FREE_JOINT=1, OPTIMIZE_MAX_JOINT=2 };
Expand Down

0 comments on commit ae2e368

Please sign in to comment.