Skip to content

Commit

Permalink
Revert "relax the test simulation rate for timer canceling tests. (#2453
Browse files Browse the repository at this point in the history
)"

This reverts commit 1c350d0.

Signed-off-by: Tomoya Fujita <Tomoya.Fujita@sony.com>
  • Loading branch information
fujitatomoya committed Mar 20, 2024
1 parent 1c350d0 commit 242d1a4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ class TimerNode : public rclcpp::Node
class ClockPublisher : public rclcpp::Node
{
public:
explicit ClockPublisher(float simulated_clock_step = .001f, float realtime_update_rate = 0.10f)
explicit ClockPublisher(float simulated_clock_step = .001f, float realtime_update_rate = 0.25f)
: Node("clock_publisher"),
ros_update_duration_(0, 0),
realtime_clock_step_(0, 0),
Expand Down

0 comments on commit 242d1a4

Please sign in to comment.