File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
robotis_controller/src/robotis_controller Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ void RobotisController::initializeSyncWrite()
61
61
if (gazebo_mode_ == true )
62
62
return ;
63
63
64
- ROS_INFO (" FIRST BULKREAD" );
64
+ // ROS_INFO("FIRST BULKREAD");
65
65
for (auto & it : port_to_bulk_read_)
66
66
it.second ->txRxPacket ();
67
67
for (auto & it : port_to_bulk_read_)
@@ -72,15 +72,15 @@ void RobotisController::initializeSyncWrite()
72
72
{
73
73
if (++error_count > 10 )
74
74
{
75
- ROS_ERROR (" [RobotisController] bulk read fail!!" );
75
+ ROS_ERROR (" [RobotisController] first bulk read fail!!" );
76
76
exit (-1 );
77
77
}
78
78
usleep (10 * 1000 );
79
79
result = it.second ->txRxPacket ();
80
80
} while (result != COMM_SUCCESS);
81
81
}
82
82
init_pose_loaded_ = true ;
83
- ROS_INFO (" FIRST BULKREAD END" );
83
+ // ROS_INFO("FIRST BULKREAD END");
84
84
85
85
// clear syncwrite param setting
86
86
for (auto & it : port_to_sync_write_position_)
You can’t perform that action at this time.
0 commit comments