Skip to content

Commit 756505b

Browse files
committed
refactor(agnocastlib): update comments
Signed-off-by: Takumi Jin <primenumber_2_3_5@yahoo.co.jp>
1 parent 2cb5d7e commit 756505b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/agnocastlib/src/agnocast_timer_info.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,8 @@ void handle_post_time_jump(TimerInfo & timer_info, const rcl_time_jump_t & jump)
9090
} else if (jump.clock_change == RCL_ROS_TIME_DEACTIVATED) {
9191
// TODO(Koichi98): Support dynamic ROS time deactivation (use_sim_time changed from true to
9292
// false at runtime). This requires recreating timerfd and re-registering it with epoll, which
93-
// involves writing need_epoll_update under unique_lock and needs careful synchronization with
94-
// the shared_lock reader in prepare_epoll_impl.
93+
// involves request epoll update under unique_lock and needs careful synchronization with
94+
// the shared_lock reader in prepare_epoll.
9595
RCLCPP_WARN(
9696
rclcpp::get_logger("Agnocast"),
9797
"ROS time deactivation is not yet supported. Timer behavior may be incorrect.");

0 commit comments

Comments
 (0)