more update

This commit is contained in:
acki
2025-05-30 09:45:09 -04:00
parent 2b55727894
commit 8e384ce97f

View File

@@ -133,7 +133,7 @@ namespace Modelec
void NavigationHelper::Update()
{
if ((node_->now() - last_odo_get_pos_time_).nanoseconds() > static_cast<int64_t>(1e8 * 5)) // 200ms
if ((node_->now() - last_odo_get_pos_time_).nanoseconds() > static_cast<int64_t>(1e8 * 2)) // 200ms
{
last_odo_get_pos_time_ = node_->now();
std_msgs::msg::Empty empty_msg;