~shadowrobot/sr-ros-interface-ethercat/tactiles_software_version

« back to all changes in this revision

Viewing changes to sr_robot_lib/src/motor_data_checker.cpp

  • Committer: toni
  • Date: 2011-11-02 16:41:55 UTC
  • Revision ID: toni@hugoros-20111102164155-7y8yfsyj2djerr89
Trivial

Show diffs side-by-side

added added

removed removed

Lines of Context:
89
89
    index_motor_data_type = find(motor_data_type);
90
90
    if (index_motor_data_type != (-1))
91
91
    {
92
 
      int index_motor_i = 0;
 
92
      int index_motor_id = 0;
93
93
      index_motor_id = msg_checkers_.at(index_motor_data_type).find(joint_tmp->motor->motor_id);
94
94
      if (index_motor_id != (-1))
95
95
      {