Skip to content

Commit 04f04b0

Browse files
committed
deleted comment for debug
1 parent 5e9278e commit 04f04b0

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

robotis_controller/src/robotis_controller/robotis_controller.cpp

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1935,14 +1935,6 @@ void RobotisController::setJointCtrlModuleThread(const robotis_controller_msgs::
19351935

19361936
queue_mutex_.unlock();
19371937

1938-
// log
1939-
// std::cout << "Enable Joint Ctrl Module : " << std::endl;
1940-
// for(std::list<MotionModule *>::iterator _m_it = motion_modules_.begin(); _m_it != motion_modules_.end(); _m_it++)
1941-
// {
1942-
// if((*_m_it)->GetModuleEnable() == true)
1943-
// std::cout << " - " << (*_m_it)->GetModuleName() << std::endl;
1944-
// }
1945-
19461938
// publish current module
19471939
robotis_controller_msgs::JointCtrlModule _current_module_msg;
19481940
for(std::map<std::string, Dynamixel *>::iterator _dxl_iter = robot_->dxls_.begin(); _dxl_iter != robot_->dxls_.end(); ++_dxl_iter)

0 commit comments

Comments
 (0)