Skip to content
Snippets Groups Projects
Commit 28d38e1c authored by You Zhou's avatar You Zhou
Browse files

fixed unsigned int

parent 6ddf4c0a
No related branches found
No related tags found
No related merge requests found
......@@ -168,7 +168,7 @@ namespace armarx
// anomaly detection
std::deque<Eigen::VectorXf> velocityHorizonList;
int velocityHorizon;
size_t velocityHorizon;
// velocity ik controller parameters
std::string nodeSetName;
......@@ -184,7 +184,7 @@ namespace armarx
int wipingCounter = 0;
std::deque<float> recordFrictionNorm;
std::deque<float> recordForceNormToSurface;
int frictionHorizon;
size_t frictionHorizon;
Eigen::Vector2f estimatedFriction;
float safeFrictionConeLowerLimit = 0.2;
......
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