Skip to content
Snippets Groups Projects
Commit 4d4e6c28 authored by Andrei's avatar Andrei
Browse files

Enhance jerk gain

parent 85f0c834
No related branches found
No related tags found
No related merge requests found
......@@ -107,7 +107,7 @@ ZMPVelocityReferencedQP::ZMPVelocityReferencedQP(SimplePluginManager *SPM,
VRQPGenerator_->initialize_matrices();
VRQPGenerator_->Ponderation( 1.0, IntermedQPMat::INSTANT_VELOCITY );
VRQPGenerator_->Ponderation( 0.000001, IntermedQPMat::COP_CENTERING );
VRQPGenerator_->Ponderation( 0.000001, IntermedQPMat::JERK_MIN );
VRQPGenerator_->Ponderation( 0.00001, IntermedQPMat::JERK_MIN );
Door_.initialize( -M_PI/2.0 );
Door_.SamplingTime( QP_T_ );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment