-
Notifications
You must be signed in to change notification settings - Fork 22
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
Adding Slider to Adjust Altitude #721
Adding Slider to Adjust Altitude #721
Conversation
Pretty cool! |
@rafaellehmkuhl I didn't know that if I left a comment on a line of code it was not publicly viewable until I hit "submit review". I had made those comments last night, and didn't realize my mistake until now. |
I think that could be a good addition. Do you think it would be best done based on the command accepted ack message? If so, then we could implement that as a generic alert as we had talked about in the past. similar to this #628 but for accepted. Otherwise I could make an alert when the command is executed. Or I could make a special case to listen for the ack, but without the ack confirmation I won't truly know if it has been accepted. |
You're right. Let's leave that for a separated PR. |
@ericjohnson97 before opening the PR for review, could you rewrite the commits to follow more or less the current pattern on the repository commits (e.g.: letter case, way of writing, etc). |
Of course. I wanted to make sure you were OK with the general implementation before I cleaned up my developmental commits. |
dd104b1
to
b044fa3
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks good to me! Can we merge it @ericjohnson97?
It should be good to go! |
closes #580
This slider component is designed to be similar to the slider in QGC for adjusting altitude. It is shown when an altitude change is commanded and is set when the user "slides to confirm"
2024-02-04.18-28-24.mp4