Skip to content

Commit

Permalink
chore(simple_planning_simulator): publish control mode before the sel… (
Browse files Browse the repository at this point in the history
#1302)

chore(simple_planning_simulator): publish control mode before the self-position is given (autowarefoundation#7008)

Signed-off-by: tomoya.kimura <[email protected]>
Co-authored-by: Tomoya Kimura <[email protected]>
  • Loading branch information
TomohitoAndo and tkimura4 authored May 16, 2024
1 parent 61ab202 commit e6164ac
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -343,6 +343,7 @@ double SimplePlanningSimulator::calculate_ego_pitch() const
void SimplePlanningSimulator::on_timer()
{
if (!is_initialized_) {
publish_control_mode_report();
RCLCPP_INFO_THROTTLE(get_logger(), *get_clock(), 5000, "waiting initialization...");
return;
}
Expand Down

0 comments on commit e6164ac

Please sign in to comment.