Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Basic vessel control #15

Open
5 of 15 tasks
djungelorm opened this issue Mar 24, 2023 · 1 comment
Open
5 of 15 tasks

Basic vessel control #15

djungelorm opened this issue Mar 24, 2023 · 1 comment
Labels
Milestone

Comments

@djungelorm
Copy link
Member

djungelorm commented Mar 24, 2023

Add RPCs for basic controlling of a vessel.

See https://github.com/krpc/krpc/blob/main/service/SpaceCenter/src/Services/Control.cs

  • Control constructor (created by Vessel.Control property)
  • Control.Pitchv
  • Control.Roll (instantaneous and trim)
  • Control.Yaw (instantaneous and trim)
  • Control.SAS
  • Control.SASMode
  • Control.SpeedMode
  • Control.RCS
  • Control.Gear
  • Control.Brakes
  • Control.Lights
  • Control.WheelThrottle (instantaneous and trim)
  • Control.WheelSteer (instantaneous and trim)
  • Control.Throttle
  • Control.ActivateNextStage
@djungelorm djungelorm added this to the 0.2.0 milestone Mar 24, 2023
dmadisetti added a commit to dmadisetti/krpc2 that referenced this issue Mar 27, 2023
djungelorm added a commit that referenced this issue Mar 28, 2023
Adds Flight Controls (partially addresses #15)
@djungelorm
Copy link
Member Author

Roll/pitch/yaw controls (and trim versions) are added by #30. Note that the behavior of these RPCs are different to their kRPC1 counterparts - see the documentation comments for details.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant