File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed
robotis_controller/src/robotis_controller Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -1935,14 +1935,6 @@ void RobotisController::setJointCtrlModuleThread(const robotis_controller_msgs::
1935
1935
1936
1936
queue_mutex_.unlock ();
1937
1937
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
-
1946
1938
// publish current module
1947
1939
robotis_controller_msgs::JointCtrlModule _current_module_msg;
1948
1940
for (std::map<std::string, Dynamixel *>::iterator _dxl_iter = robot_->dxls_ .begin (); _dxl_iter != robot_->dxls_ .end (); ++_dxl_iter)
You can’t perform that action at this time.
0 commit comments