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

Removed some cout's.

parent 4acf7d84
No related branches found
No related tags found
No related merge requests found
......@@ -527,7 +527,6 @@ namespace dynamixel_robot_gazebo
void CDynServo::on_ping(void)
{
std::cout << "Servo " << (int)this->id << " pinged" << std::endl;
}
unsigned char CDynServo::on_read(unsigned short int address, unsigned short int length, unsigned char *data)
......@@ -542,7 +541,6 @@ namespace dynamixel_robot_gazebo
{
for(unsigned int i=0;i<length;i++)
this->memory[address+i]=data[i];
return 0;
}
......
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