ADVRHumanoids / CartesianInterface

Package for generic cartesian control of floating base robots. It includes a ROS-based front end, as well as a programmatic API that can be used inside a real-time loop.
GNU General Public License v3.0
20 stars 1 forks source link

Can I disable logging? #62

Open torydebra opened 3 years ago

torydebra commented 3 years ago

I see rt_ctx->params()->setLogEnabled(false);, but what if I am not using cartesian interface API, and I am communicating with it only by publishing to ros topic? Is there a ros launch param / service or something?

alaurenzi commented 3 years ago

@alaurenzi