Giter VIP home page Giter VIP logo

s2e-core's Introduction

S2E CORE

check format Build GoogleTest

Overview

  • S2E (Spacecraft Simulation Environment) is a spacecraft numerical simulator developed by ISSL at the University of Tokyo.
  • S2E can:
    • Simulate spacecraft's attitude and orbit behavior in LEO and other orbits.
    • Emulate spacecraft's components behavior not only sensors and actuators but also OBCs, power components, communications, and others.
    • Emulate embedded software inside OBCs by connecting with C2A or others.
    • Connect with Ground Station software.
    • Output log files in CSV format.
    • Connect with real OBCs for HILS tests.
  • S2E is divided into this core repository(S2E CORE) and user repositories.
    • S2E CORE includes most of the functions for S2E.
    • S2E user repositories include only files and source codes to define the simulation scenario.

Development style

  • Repository settings

    • Branch structure
      - main        # The latest operation guaranteed codes for general users
      - develop     # The latest buildable codes for S2E primary developers
      - feature/*   # Developing codes
      - hotfix/*    # Bug Fix codes
      
    • We recommend that the general users use the main branch or suitable released version because we sometimes update the develop branch without backward compatibility, and users need to modify their user side codes and settings.
    • Push to main and develop is prohibited. All developers have to develop with feature/* or hotfix/* branch and make a pull request.
    • Maintainers confirm the request and merge it to the develop or main branch.
    • Reference document for the development style
  • Flow of development

    1. Make a feature/* branch from the develop branch.
      • To fix the small bugs in the latest release codes, please make hotfix/* branch from the main branch
    2. Edit, commit, and push in the branch.
    3. Create a new pull request to the develop branch.
      • The target branch becomes the main branch for the hotfix/* branchs.
    4. A maintainer reviews the pull request. If some problems are found, the maintainer proposes modifications.
    5. According to the maintainer's proposal, the developer modifies the codes and goes back to 3.
    6. The maintainer merges the feature/* branch to the develop branch.
    7. The code owners decide to merge the develop branch to the main branch and release a new version.
  • Binary files

    • Binary file commit is prohibited.
    • Please write the link to such files, or make a script file to get the files.
    • Exception
      • Images for markdown document files are allowable when the file size is smaller than 200K Bytes.
  • Code format

    • We use clang-format for format source code.
    • We recommend install clang-format and format code before commit. It also will be checked on CI.
    • Some modern editor has plugin/extension for code format. It will be very useful.

Release style

  • We use Semantic Versioning 2.0.0 as versioning style
    • Basic version format is <major>.<minor>.<patch>(like 4.0.0)
    • Public API is declared in the code itself(currently, there is no definitive list)
  • All release should be tagged as v<semver>(like v4.0.0)
  • These tags also should be release on GitHub Releases
  • Before S2E was released as OSS, a different versioning was adopted(missing patch version)
    • These versions are aliased with tags in the corresponding semver style(v2.0 -> v2.0.0)

Documents

How to use S2E

Examples of User side

  • S2E-FF
    • An example of S2E user side repository for Formation Flying study.

Used Projects

Project Name Developer Launch Refs
MAGNARO Nagoya Univ. 2022 -
EQUULEUS ISSL, UT / JAXA 2022 -
Optimal-1 ArkEdge Space Inc. - -
ONGLAISAT ISSL, UT - Ikari 2022

Collaborators

ArkEdge Space Inc.

Publications

  1. S. Ikari, and et al., "Development of Compact and Highly Capable Integrated AOCS Module for CubeSats", 2022-f-41, 33rd ISTS, 2022.
  2. 五十里, 他, "宇宙開発の効率化・高度化を目指した東京大学中須賀・船瀬研のOSS活動", UNISEC2022-04, 12th UNISEC Space Takumi Conference, 2022.

s2e-core's People

Contributors

200km avatar sksat avatar seki-hiro avatar tosalt avatar renovate[bot] avatar suzuki-toshihir0 avatar meltingrabbit avatar renovate-bot avatar fujiy avatar yngyu avatar shingonishimoto avatar kaz-f9 avatar ryoheitk avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.