File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -870,10 +870,8 @@ void DynamixelHardware::CalcJointToTransmission()
870
870
871
871
for (size_t i = 0 ; i < num_of_transmissions_; i++) {
872
872
if (hdl_trans_commands_.at (i).interface_name_vec .size () > GOAL_CURRENT_INDEX &&
873
- hdl_trans_commands_.at (i).interface_name_vec .at (GOAL_CURRENT_INDEX) == " Goal Current" )
874
- {
875
- for (size_t j = 0 ; j < hdl_joint_commands_.size (); j++)
876
- {
873
+ hdl_trans_commands_.at (i).interface_name_vec .at (GOAL_CURRENT_INDEX) == " Goal Current" ) {
874
+ for (size_t j = 0 ; j < hdl_joint_commands_.size (); j++) {
877
875
if (hdl_joint_commands_.at (j).interface_name_vec .size () > GOAL_CURRENT_INDEX &&
878
876
hdl_joint_commands_.at (j).interface_name_vec .at (GOAL_CURRENT_INDEX) ==
879
877
hardware_interface::HW_IF_EFFORT)
You can’t perform that action at this time.
0 commit comments