Skip to content

Commit

Permalink
[GaitGenerator.cpp] fix the order of passing arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
eisoku9618 committed Aug 28, 2015
1 parent dba01ed commit eb2761c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rtc/AutoBalancer/GaitGenerator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -475,8 +475,8 @@ namespace rats
rg.push_refzmp_from_footstep_nodes_for_single(footstep_nodes_list.at(i), lcg.get_support_leg_steps_idx(i));
}
rg.push_refzmp_from_footstep_nodes_for_dual(footstep_nodes_list.back(),
lcg.get_swing_leg_dst_steps_idx(footstep_nodes_list.size()-1),
lcg.get_support_leg_steps_idx(footstep_nodes_list.size()-1));
lcg.get_support_leg_steps_idx(footstep_nodes_list.size()-1),
lcg.get_swing_leg_dst_steps_idx(footstep_nodes_list.size()-1));
emergency_flg = IDLING;
};

Expand Down

0 comments on commit eb2761c

Please sign in to comment.