Home
last modified time | relevance | path

Searched refs:fJe (Results 1 – 25 of 38) sorted by relevance

12

/dports/misc/visp/visp-3.4.0/modules/robot/src/real-robot/biclops/
H A DvpBiclops.cpp394 void vpBiclops::get_fJe(const vpColVector &q, vpMatrix &fJe) const in get_fJe()
401 fJe.resize(6, 2); in get_fJe()
406 fJe = 0; in get_fJe()
409 fJe[3][1] = -s1; in get_fJe()
410 fJe[4][1] = c1; in get_fJe()
411 fJe[5][0] = 1; in get_fJe()
413 fJe[3][1] = s1; in get_fJe()
414 fJe[4][1] = -c1; in get_fJe()
415 fJe[5][0] = 1; in get_fJe()
/dports/misc/visp/visp-3.4.0/modules/robot/src/real-robot/afma4/
H A DvpAfma4.cpp450 void vpAfma4::get_fJe(const vpColVector &q, vpMatrix &fJe) const in get_fJe()
452 fJe.resize(6, 4); in get_fJe()
462 fJe = 0; in get_fJe()
464 fJe[0][0] = -s1 * this->_a1 - c1 * this->_d3; in get_fJe()
466 fJe[1][0] = c1 * this->_a1 - s1 * this->_d3; in get_fJe()
468 fJe[2][1] = 1.0; in get_fJe()
470 fJe[3][3] = c14; in get_fJe()
472 fJe[4][3] = s14; in get_fJe()
474 fJe[5][0] = fJe[5][2] = 1.0; in get_fJe()
/dports/misc/visp/visp-3.4.0/modules/robot/src/real-robot/ptu46/
H A DvpPtu46.cpp278 void vpPtu46::get_fJe(const vpColVector &q, vpMatrix &fJe) const in get_fJe()
286 fJe.resize(6, 2); in get_fJe()
291 fJe = 0; in get_fJe()
293 fJe[3][1] = s1; in get_fJe()
294 fJe[4][1] = -c1; in get_fJe()
295 fJe[5][0] = 1; in get_fJe()
H A DvpRobotPtu46.cpp260 void vpRobotPtu46::get_fJe(vpMatrix &fJe) in get_fJe() argument
266 vpPtu46::get_fJe(q, fJe); in get_fJe()
/dports/misc/visp/visp-3.4.0/modules/robot/src/real-robot/afma6/
H A DvpAfma6.cpp1005 fJe.resize(6, 6); in get_fJe()
1008 fJe[0][0] = fJe[1][1] = fJe[2][2] = 1; in get_fJe()
1014 fJe[0][3] = -this->_long_56 * s4; in get_fJe()
1015 fJe[1][3] = this->_long_56 * c4; in get_fJe()
1020 fJe[3][4] = c4; in get_fJe()
1021 fJe[3][5] = -s4 * c5; in get_fJe()
1022 fJe[4][4] = s4; in get_fJe()
1023 fJe[4][5] = c4 * c5; in get_fJe()
1024 fJe[5][3] = 1; in get_fJe()
1025 fJe[5][5] = s5; in get_fJe()
[all …]
/dports/misc/visp/visp-3.4.0/modules/robot/src/
H A DvpRobot.cpp56 …eJe(), eJeAvailable(false), fJe(), fJeAvailable(false), areJointLimitsAvailable(false), qmin(NULL)… in vpRobot()
64 …eJe(), eJeAvailable(false), fJe(), fJeAvailable(false), areJointLimitsAvailable(false), qmin(NULL)… in vpRobot()
95 fJe = robot.fJe; in operator =()
/dports/misc/visp/visp-3.4.0/modules/robot/test/servo-franka/
H A DtestFrankaGetPose.cpp196 vpMatrix fJe; in main() local
197 robot.get_fJe(fJe); in main()
198 std::cout << "Jacobian fJe:\n" << fJe << std::endl; in main()
200 robot.get_fJe(q, fJe); in main()
201 std::cout << "Jacobian fJe:\n" << fJe << std::endl; in main()
/dports/misc/visp/visp-3.4.0/modules/robot/src/real-robot/flir-ptu/
H A DvpRobotFlirPtu.cpp178 vpMatrix fJe; in get_fJe() local
181 fJe.resize(6, 2); in get_fJe()
182 fJe = 0; in get_fJe()
183 fJe[3][1] = -sin(q[1]); in get_fJe()
184 fJe[4][1] = -cos(q[1]); in get_fJe()
185 fJe[5][0] = -1; in get_fJe()
187 return fJe; in get_fJe()
196 void vpRobotFlirPtu::get_fJe(vpMatrix &fJe) { fJe = get_fJe(); } in get_fJe() argument
/dports/misc/visp/visp-3.4.0/modules/vs/include/visp3/vs/
H A DvpServo.h342 vpMatrix get_fJe() const { return fJe; } in get_fJe()
517 this->fJe = fJe_; in set_fJe()
623 vpMatrix fJe; variable
/dports/misc/visp/visp-3.4.0/modules/robot/include/visp3/robot/
H A DvpRobotFranka.h285 void get_fJe(vpMatrix &fJe);
286 void get_fJe(const vpColVector &q, vpMatrix &fJe);
H A DvpPtu46.h100 void get_fJe(const vpColVector &q, vpMatrix &fJe) const;
H A DvpAfma4.h132 void get_fJe(const vpColVector &q, vpMatrix &fJe) const;
H A DvpBiclops.h166 void get_fJe(const vpColVector &q, vpMatrix &fJe) const;
H A DvpViper.h136 void get_fJe(const vpColVector &q, vpMatrix &fJe) const;
H A DvpRobot.h108 vpMatrix fJe; variable
H A DvpRobotAfma4.h243 void get_fJe(vpMatrix &fJe);
H A DvpRobotKinova.h106 void get_fJe(vpMatrix &fJe);
H A DvpRobotFlirPtu.h107 void get_fJe(vpMatrix &fJe);
H A DvpAfma6.h166 void get_fJe(const vpColVector &q, vpMatrix &fJe) const;
H A DvpRobotViper650.h429 void get_fJe(vpMatrix &fJe);
H A DvpRobotViper850.h440 void get_fJe(vpMatrix &fJe);
H A DvpSimulatorViper850.h244 void get_fJe(vpMatrix &fJe);
H A DvpSimulatorAfma6.h216 void get_fJe(vpMatrix &fJe);
/dports/misc/visp/visp-3.4.0/modules/vs/src/
H A DvpServo.cpp76 fVe(), init_fVe(false), eJe(), init_eJe(false), fJe(), init_fJe(false), errorComputed(false), in vpServo()
102 …init_eJe(false), fJe(), init_fJe(false), errorComputed(false), interactionMatrixComputed(false), d… in vpServo()
970 aJe = fJe; in computeControlLaw()
1114 aJe = fJe; in computeControlLaw()
1267 aJe = fJe; in computeControlLaw()
/dports/misc/visp/visp-3.4.0/modules/robot/src/real-robot/franka/
H A DvpJointVelTrajGenerator_impl.cpp74 vpMatrix eJe(6, 7), fJe(6, 7); in control_thread() local
244 fJe[i][j] = jacobian[j*6 + i]; in control_thread()
258 q_dot = (cVe * fJe).pseudoInverse() * v_cart_des; // TODO introduce try catch in control_thread()

12