command Bit 재정의 및 비행 프로토콜 코드 탄탄 - #180
Open
Giromi wants to merge 3 commits into
Hidden character warning
The head ref may contain hidden characters: "174-commandbit-\uc7ac\uc815\uc758"
Open
Conversation
Open
Collaborator
|
branch 가 업뎃이 안됐나본데 |
Owner
Author
Draft 아직 미완성입니다 ㅎㅎ.. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
(저희 코드 잘 작동합니다 ㅎㅎ;;)
기존 코드는 원래 이런 느낌으로 돌아가고 있는 상태였습니다..

1. 이륙 코드 수정
절대 좌표계가 대체적으로 상대 고도로 되어있습니다. 그렇기 때문에, 고도 명령어를 내릴 때에는 현재고도에다가 30m를 더하는 것이 아닌, 바로 30m 값을 넣게 됩니다.
2. stateCallbackCommand -> vtolCommandCenter로 이전
기존에는 state가 바뀔 때마다 제어를 하게 되었는데,
vtolCommandCenter을 만들면서 모든 subscribe call back 함수를 받을 수 있도록 구현하였습니다.
4.