Skip to content

Commit

Permalink
[REVERTME] Temporarily disable esc_status sending from hitl
Browse files Browse the repository at this point in the history
Just in case this adds a lot of cpu load in case of demoing with laptop

Signed-off-by: Jukka Laitinen <[email protected]>
  • Loading branch information
Jukka Laitinen committed Nov 26, 2024
1 parent 47ed350 commit 661cff5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gazebo_mavlink_interface.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ void GazeboMavlinkInterface::PreUpdate(const gz::sim::UpdateInfo &_info,
}
}

SendStatusMessages(_info, _ecm);
// SendStatusMessages(_info, _ecm);
}

void GazeboMavlinkInterface::PostUpdate(const gz::sim::UpdateInfo &_info,
Expand Down

0 comments on commit 661cff5

Please sign in to comment.