Skip to content

Commit

Permalink
Merge pull request #567 from ut-issl/hotfix/change-default-attitude-mode
Browse files Browse the repository at this point in the history
[Hotfix] Change default attitude initialize mode
  • Loading branch information
200km committed Jan 16, 2024
2 parents c6e4cc0 + 02c04b3 commit 5ded6bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 3.13)
project(S2E
LANGUAGES CXX
DESCRIPTION "S2E: Spacecraft Simulation Environment"
VERSION 7.2.0
VERSION 7.2.1
)

# build config
Expand Down
2 changes: 1 addition & 1 deletion data/sample/initialize_files/sample_satellite.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ propagate_mode = RK4
// Initialize Attitude mode
// MANUAL : Initialize Quaternion_i2b manually below
// CONTROLLED : Initialize attitude with given condition. Valid only when Attitude propagation mode is RK4.
initialize_mode = CONTROLLED
initialize_mode = MANUAL

// Initial angular velocity at body frame [rad/s]
initial_angular_velocity_b_rad_s(0) = 0.0
Expand Down

0 comments on commit 5ded6bb

Please sign in to comment.