Skip to content
Snippets Groups Projects
Commit 28da785d authored by Raphael's avatar Raphael
Browse files

change the KinematicSubUnit to spamm less

parent 9ca3c2ad
No related branches found
No related tags found
No related merge requests found
......@@ -110,7 +110,7 @@ void armarx::KinematicSubUnit::update(const armarx::SensorAndControl& sc, const
{
ARMARX_WARNING << deactivateSpam(5) << "these actuators have no sensor!:\n" << actuatorsWithoutSensor;
}
ARMARX_DEBUG << deactivateSpam(1) << "reporting updated data:\n"
ARMARX_DEBUG << deactivateSpam(30) << "reporting updated data:\n"
<< ctrlModes.size() << " \tcontrol modes (updated = " << ctrlModesAValueChanged << ")\n"
<< ang.size() << " \tjoint angles (updated = " << angAValueChanged << ")\n"
<< vel.size() << " \tjoint velocities (updated = " << velAValueChanged << ")\n"
......
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