-
Notifications
You must be signed in to change notification settings - Fork 13
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
Finish parameters page (almost) #136
Conversation
Added Interop Server Connection at Server Initialization
Small UI Fixes
Basic Pylint Formatting Applied to all custom Python files
- Cannot add obstacles
- change search grid color from pink to polygon color (orange)
Flight Map Client Mission Loading
ODLC submissions
Update Readme
… or lng is not defined
updates: - [github.com/psf/black: 23.3.0 → 23.7.0](psf/black@23.3.0...23.7.0)
[pre-commit.ci] pre-commit autoupdate
Co-authored-by: Krishnan Shankar <[email protected]>
59faa9c
to
c436e96
Compare
My latest push contains what I would like to be merge. The image of bug where the parameter being modified overflows into the rest of the list I showed in my opening comment in this PR still exists, but I want to merge what I have now since it's functional. Other things I plan to fix or implement in future PRs:
As far as I know everything is functional, including the communication with the backend. I don't have UAV simulation or a Pixhawk so I couldn't entirely test that. |
c436e96
to
eb55b2e
Compare
99ba029
to
a3ac0d3
Compare
- Active parameter resizes on window width changes - Fix some active parameters not resizing correctly
Co-authored-by: Krishnan Shankar <[email protected]>
861c4af
to
c39b408
Compare
The only thing that isn't done is that the active parameter being modified doesn't stretch to fit the size of its description, but the solution is (probably) a pain and I would be better to merge this part now.
picrel:
It's pretty much not a problem at all unless you make your window small like I did there.