We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cb5d7e commit 756505bCopy full SHA for 756505b
1 file changed
src/agnocastlib/src/agnocast_timer_info.cpp
@@ -90,8 +90,8 @@ void handle_post_time_jump(TimerInfo & timer_info, const rcl_time_jump_t & jump)
90
} else if (jump.clock_change == RCL_ROS_TIME_DEACTIVATED) {
91
// TODO(Koichi98): Support dynamic ROS time deactivation (use_sim_time changed from true to
92
// 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.
+ // involves request epoll update under unique_lock and needs careful synchronization with
+ // the shared_lock reader in prepare_epoll.
95
RCLCPP_WARN(
96
rclcpp::get_logger("Agnocast"),
97
"ROS time deactivation is not yet supported. Timer behavior may be incorrect.");
0 commit comments