Skip to content

Commit

Permalink
Removed debug statement.
Browse files Browse the repository at this point in the history
  • Loading branch information
iandareid committed Mar 20, 2024
1 parent 8df22d0 commit 4f17456
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions rosflight_sim/src/fixedwing_forces_and_moments.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -514,8 +514,6 @@ Eigen::Matrix<double, 6, 1> Fixedwing::update_forces_and_torques(CurrentState x,
forces(0) = Prop_Force;
}

RCLCPP_INFO_STREAM(node_->get_logger(), "Prop_Force: " << Prop_Force);

forces(1) = 0.0;
forces(2) = 0.0;
forces(3) = 0.0; // We do not simulate torque in the low speed conditions, this is because it usually means we are on the ground.
Expand Down

0 comments on commit 4f17456

Please sign in to comment.