Skip to content

Commit

Permalink
Fix wait_for_lift always False issue (ros-navigation#241)
Browse files Browse the repository at this point in the history
Co-authored-by: andriimaistruk <andriimaistruk@logivations.com>
  • Loading branch information
andriimaistruk and andriimaistruk authored Jan 4, 2022
1 parent 7e28106 commit 0092abb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ SetLiftLevelAction::SetLiftLevelAction(
void SetLiftLevelAction::on_tick()
{
getInput("lift_level", goal_.lift_level);
getInput("wait_for_lift", goal_.wait_for_lift);
getInput("wait_for_lift", goal_.wait_for_lift.data);
getInput("lift_timeout", goal_.lift_timeout);
}

Expand Down

0 comments on commit 0092abb

Please sign in to comment.