Skip to content

Commit

Permalink
Merge pull request #646 from ut-issl/hotfix/fix-files-for-clang-format
Browse files Browse the repository at this point in the history
[hotfix] fix files to meet clang-format
  • Loading branch information
TomokiMochizuki committed Jun 7, 2024
2 parents f3e13c3 + d243540 commit 439fe84
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/dynamics/attitude/attitude.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@ class Attitude : public ILoggable, public SimulationObject {
libra::Vector<3> angular_velocity_b_rad_s_; //!< Angular velocity of spacecraft body fixed frame with respect to the inertial frame [rad/s]
libra::Quaternion quaternion_i2b_; //!< Attitude quaternion from the inertial frame to the body fixed frame
libra::Vector<3> torque_b_Nm_; //!< Torque in the body fixed frame [Nm]

const libra::Matrix<3, 3>& inertia_tensor_kgm2_; //!< Inertia tensor of the spacecraft [kg m^2]

libra::Vector<3> angular_momentum_spacecraft_b_Nms_; //!< Angular momentum of spacecraft in the body fixed frame [Nms]
Expand Down

0 comments on commit 439fe84

Please sign in to comment.