Skip to content

Commit

Permalink
relax the test simulation rate for timer canceling tests. (ros2#2453)
Browse files Browse the repository at this point in the history
Signed-off-by: Tomoya Fujita <Tomoya.Fujita@sony.com>
  • Loading branch information
fujitatomoya authored Mar 18, 2024
1 parent 5e14a28 commit 1c350d0
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.25f)
explicit ClockPublisher(float simulated_clock_step = .001f, float realtime_update_rate = 0.10f)
: Node("clock_publisher"),
ros_update_duration_(0, 0),
realtime_clock_step_(0, 0),
Expand Down

0 comments on commit 1c350d0

Please sign in to comment.