Skip to content
Snippets Groups Projects
Commit 7c464ec9 authored by Simon Ottenhaus's avatar Simon Ottenhaus
Browse files

debug output

parent bd853ef2
No related branches found
No related tags found
No related merge requests found
......@@ -60,10 +60,12 @@ namespace armarx
ARMARX_CHECK_EXPRESSION(filteredVelocitySensor || velocitySensor);
if (filteredVelocitySensor)
{
ARMARX_IMPORTANT << "Using filtered velocity for joint " << jointName;
velocitySensors.push_back(&filteredVelocitySensor->filteredvelocity);
}
else if (velocitySensor)
{
ARMARX_IMPORTANT << "Using raw velocity for joint " << jointName;
velocitySensors.push_back(&velocitySensor->velocity);
}
......
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