Skip to content

Commit

Permalink
despam
Browse files Browse the repository at this point in the history
  • Loading branch information
roverhawk committed May 26, 2013
1 parent ff537ec commit 322441b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/stepper.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -77,12 +77,12 @@ void UpdateCurrent()
else
ROS_ERROR("Failed to set current to moving_current");
}
printf("%d\
/* printf("%d\
pos: %lld\
target: %lld\
current: %f\
stopped: %d\
engaged: %d\n", serial_number, current_position, target, current, stopped, eng);
engaged: %d\n", serial_number, current_position, target, current, stopped, eng);*/
}

bool boundCheck(double desired, double min, double max)
Expand Down

0 comments on commit 322441b

Please sign in to comment.