Skip to content
Snippets Groups Projects
Commit 87e0057b authored by Pierre Fernbach's avatar Pierre Fernbach
Browse files

set verbose = false in end effector

parent a43fb2d9
No related branches found
No related tags found
No related merge requests found
...@@ -15,7 +15,7 @@ namespace bezier_com_traj ...@@ -15,7 +15,7 @@ namespace bezier_com_traj
typedef std::pair<double,point3_t> coefs_t; typedef std::pair<double,point3_t> coefs_t;
const int DIM_POINT=3; const int DIM_POINT=3;
//const int NUM_DISCRETIZATION = 11; //const int NUM_DISCRETIZATION = 11;
const bool verbose = true; const bool verbose = false;
/** /**
......
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