Skip to content
Snippets Groups Projects
Commit 404f92b0 authored by Sergi Hernandez's avatar Sergi Hernandez
Browse files

Removed some cout's.

parent 0881fa1d
No related branches found
No related tags found
No related merge requests found
...@@ -210,7 +210,6 @@ bool CTiagoArmModule::set_group_name(std::string &group_id) ...@@ -210,7 +210,6 @@ bool CTiagoArmModule::set_group_name(std::string &group_id)
this->lock(); this->lock();
for(unsigned int i=0;i<this->move_groups.size();i++) for(unsigned int i=0;i<this->move_groups.size();i++)
{ {
std::cout << group_id << "," << this->move_groups[i] << std::endl;
if(group_id==this->move_groups[i]) if(group_id==this->move_groups[i])
{ {
this->goal.request.group_name=group_id; this->goal.request.group_name=group_id;
......
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