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
jlaitine committed Nov 5, 2024
1 parent e0f3711 commit 3e9eb8d
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 @@ -258,7 +258,7 @@ void GazeboMavlinkInterface::PreUpdate(const gz::sim::UpdateInfo &_info,
PublishRotorVelocities(_ecm, input_reference_);
}

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

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

0 comments on commit 3e9eb8d

Please sign in to comment.