Skip to content

Commit e6164ac

Browse files
chore(simple_planning_simulator): publish control mode before the sel… (#1302)
chore(simple_planning_simulator): publish control mode before the self-position is given (autowarefoundation#7008) Signed-off-by: tomoya.kimura <tomoya.kimura@tier4.jp> Co-authored-by: Tomoya Kimura <tomoya.kimura@tier4.jp>
1 parent 61ab202 commit e6164ac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

simulator/simple_planning_simulator/src/simple_planning_simulator/simple_planning_simulator_core.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -343,6 +343,7 @@ double SimplePlanningSimulator::calculate_ego_pitch() const
343343
void SimplePlanningSimulator::on_timer()
344344
{
345345
if (!is_initialized_) {
346+
publish_control_mode_report();
346347
RCLCPP_INFO_THROTTLE(get_logger(), *get_clock(), 5000, "waiting initialization...");
347348
return;
348349
}

0 commit comments

Comments
 (0)