Skip to content
Snippets Groups Projects
Commit 01102406 authored by Fernando Herrero's avatar Fernando Herrero
Browse files

Fixed stamp update

parent 51785578
No related branches found
No related tags found
No related merge requests found
......@@ -37,7 +37,10 @@ void TfPublisherDynamicAlgNode::mainNodeThread(void)
this->alg_.lock();
if(this->config_.broadcast)
{
this->transform.header.stamp = ros::Time::now();
this->tf_broadcaster.sendTransform(this->transform);
}
this->alg_.unlock();
}
......
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