We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e28106 commit 0092abbCopy full SHA for 0092abb
nav2_behavior_tree/plugins/action/set_lift_level_action.cpp
@@ -31,7 +31,7 @@ SetLiftLevelAction::SetLiftLevelAction(
31
void SetLiftLevelAction::on_tick()
32
{
33
getInput("lift_level", goal_.lift_level);
34
- getInput("wait_for_lift", goal_.wait_for_lift);
+ getInput("wait_for_lift", goal_.wait_for_lift.data);
35
getInput("lift_timeout", goal_.lift_timeout);
36
}
37
0 commit comments