Skip to content

Commit

Permalink
fix small
Browse files Browse the repository at this point in the history
  • Loading branch information
TomokiMochizuki committed Jan 22, 2024
1 parent eb372be commit c1de90a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion s2e-ff/src/simulation/spacecraft/ff_components.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ Vector<3> FfComponents::GenerateForce_b_N() {
}

Vector<3> FfComponents::GenerateTorque_b_Nm() {
// No attitude control component
Vector<3> torque_b_Nm_(0.0);
torque_b_Nm_ += torque_generator_->GetGeneratedTorque_b_Nm();
return torque_b_Nm_;
}

Expand Down

0 comments on commit c1de90a

Please sign in to comment.