Skip to content

Commit

Permalink
Remove annoying debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
jim-v committed Sep 19, 2015
1 parent 4d66d3d commit ac620e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/motor_hardware.cc
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ void MotorHardware::writeSpeeds(){
right.setType(MotorMessage::TYPE_WRITE);
right.setData(boost::math::lround(joints_[1].velocity_command*TICS_PER_RADIAN/SECONDS_PER_VELOCITY_READ));
motor_serial_->transmitCommand(right);
ROS_ERROR("velocity_command %f rad/s %f rad/s", joints_[0].velocity_command, joints_[1].velocity_command);
//ROS_ERROR("velocity_command %f rad/s %f rad/s", joints_[0].velocity_command, joints_[1].velocity_command);
// ROS_ERROR("SPEEDS %d %d", left.getData(), right.getData());
}

Expand Down

0 comments on commit ac620e5

Please sign in to comment.