We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 788c367 commit 3766907Copy full SHA for 3766907
handsfree_hw/include/handsfree_hw/hf_hw_ros.h
@@ -191,7 +191,7 @@ class HF_HW_ros : public hardware_interface::RobotHW{
191
wheel_vel_[0] = hf_hw_.getRobotAbstract()->chassis.measure_motor_speed.servo1;
192
wheel_vel_[1] = hf_hw_.getRobotAbstract()->chassis.measure_motor_speed.servo2;
193
wheel_vel_[2] = hf_hw_.getRobotAbstract()->chassis.measure_motor_speed.servo3;
194
- wheel_vel_[4] = hf_hw_.getRobotAbstract()->chassis.measure_motor_speed.servo3;
+ wheel_vel_[3] = hf_hw_.getRobotAbstract()->chassis.measure_motor_speed.servo3;
195
196
robot_time.local_time_valid = hf_hw_.getRobotAbstract()->system_info.local_time.valid;
197
robot_time.local_time_year = hf_hw_.getRobotAbstract()->system_info.local_time.year;
0 commit comments