Skip to content
Snippets Groups Projects
Commit 2a84bfcb authored by Ely Repiso Polo's avatar Ely Repiso Polo
Browse files

quitado un ROS_INFO. Ya si queremos no sale nada por pantalla

parent 6c5eb917
No related branches found
No related tags found
No related merge requests found
...@@ -49,7 +49,7 @@ void IriStateMachineCompanionAlgNode::mainNodeThread(void) ...@@ -49,7 +49,7 @@ void IriStateMachineCompanionAlgNode::mainNodeThread(void)
{ {
// [fill msg structures] // [fill msg structures]
// Initialize the topic message structure // Initialize the topic message structure
ROS_INFO(" IN state MACHINE node "); if(out_std_mesages_){ROS_INFO(" IN state MACHINE node ");}
this->fixed_frame =config_.frame_map; this->fixed_frame =config_.frame_map;
this->robot_frame =config_.frame_robot_footprint; this->robot_frame =config_.frame_robot_footprint;
this->robot_=config_.robot; this->robot_=config_.robot;
......
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