mirror of
https://github.com/modelec/modelec-marcel-ROS.git
synced 2026-01-18 16:47:43 +01:00
more update
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user