Skip to content
Snippets Groups Projects
Commit 26e4111f authored by Christian Dreher's avatar Christian Dreher
Browse files

Add debug to RSC

parent dfd0416b
No related branches found
No related tags found
No related merge requests found
......@@ -343,6 +343,7 @@ namespace armarx
{
if (_synchronized)
{
ARMARX_DEBUG << "Comparing " << _synchronized->getName() << " and " << robotName << ".";
if (_synchronized->getName() == robotName)
{
const IceUtil::Time time = IceUtil::Time::microSeconds(timestamp);
......
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