Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: Takayuki Murooka <[email protected]>
  • Loading branch information
takayuki5168 committed Jan 19, 2025
1 parent cdcf09a commit ba340e3
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@ void publishLateralOffset(
"behavior_path_planner/input/lateral_offset", 1);
pub_lateral_offset->publish(LateralOffset{});
autoware::test_utils::spinSomeNodes(test_node, test_target_node, 3);
autoware::test_utils::publishToTargetNode(
test_node_, test_target_node, topic_name, lateral_offset_pub_, LateralOffset{});
}
} // namespace

Expand Down

0 comments on commit ba340e3

Please sign in to comment.