change cpm interval to 100ms
This commit is contained in:
parent
607b3ac1e8
commit
5e06ce690b
|
@ -44,7 +44,7 @@ namespace v2x
|
|||
sending_(false)
|
||||
{
|
||||
RCLCPP_INFO(node_->get_logger(), "CpmApplication started...");
|
||||
set_interval(milliseconds(1000));
|
||||
set_interval(milliseconds(100));
|
||||
}
|
||||
|
||||
void CpmApplication::set_interval(Clock::duration interval)
|
||||
|
|
Loading…
Reference in New Issue