Skip to content

Commit 44f32fe

Browse files
tkimura4TomohitoAndo
authored andcommitted
chore(simple_planning_simulator): publish control mode before the self-position is given (autowarefoundation#7008)
Signed-off-by: tomoya.kimura <tomoya.kimura@tier4.jp>
1 parent 6fb0beb commit 44f32fe

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)