Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
0aa3327
added upload mission button to flightpath widget
kalynstricklin Jan 21, 2026
bb38907
updated flight path to accept q ground control mission
kalynstricklin Jan 22, 2026
e62483a
changed flightpath to mission plan and added functionality to upload …
kalynstricklin Jan 23, 2026
a0aea7e
update file upload on delete
kalynstricklin Jan 26, 2026
6d8115e
updated altitude and added lla output
kalynstricklin Jan 26, 2026
1415a39
Update MissionPlanner.vue
kalynstricklin Jan 26, 2026
82d87d4
Update MissionPlanner.vue
kalynstricklin Jan 26, 2026
455d47f
added polyline for sake of demo!!!!, and updated home location to be …
kalynstricklin Jan 27, 2026
32f7cc5
create first item as takeoff item with initial drone location, then a…
kalynstricklin Jan 28, 2026
276bc35
change name from mission planner to mission builder
kalynstricklin Jan 29, 2026
63a1b6c
added missioncommandpad
kalynstricklin Feb 3, 2026
7188cab
updated flightpath widget (work in progress)
kalynstricklin Feb 10, 2026
093325e
updated mission command pad to only show controls for roles selected
kalynstricklin Feb 17, 2026
6179825
add mission to visualization store and make updates across the missio…
kalynstricklin Feb 17, 2026
471ea49
Added tabs to switch between uploaded file and manually adding waypoints
kalynstricklin Feb 17, 2026
cb3e449
added mission, waypoint and planned home location settings
kalynstricklin Feb 17, 2026
cdb22be
updated mission command and mission builder
kalynstricklin Feb 20, 2026
7da7303
Update package-lock.json
kalynstricklin Mar 3, 2026
79665a1
updated latest obs helper that got removed in rebase
kalynstricklin Mar 3, 2026
4d77aa0
cleaned up builder
kalynstricklin Mar 3, 2026
bead7f7
fixed the dividers
kalynstricklin Mar 3, 2026
e094075
Clean up styling, validation, and updated to use cesium
kalynstricklin Mar 4, 2026
7e624b8
added icon to offboard and fixed color
kalynstricklin Mar 4, 2026
9008ded
Update MissionBuilder.vue
kalynstricklin Mar 4, 2026
cede094
Merge branch 'dev' into flightpath
salsajeries Apr 1, 2026
39f3ff8
Added descriptor file and validation for mission viz
salsajeries Apr 1, 2026
9f9f104
Added the missing mission builder in the descriptor, and sidebar
kalynstricklin Apr 7, 2026
3df7514
Removed a weird import lol
salsajeries Apr 9, 2026
60e17b1
Added filter out for geoptz in sidebar
salsajeries Apr 9, 2026
296f267
Styling for mission planner viz
salsajeries Apr 13, 2026
03721ef
Clear all waypoints on viz deletion unmount
salsajeries Apr 13, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ class SweApiRealTimeContext extends SweApiContext {
// CREATE AN INITAL OBSERVATION FOR THE DATASOURCE TO UPDATE ON
if(this.streamObject.searchObservations){
const filter = this.createObservationFilter(this.properties);
filter.props.phenomenonTime = 'latest';
filter.props.resultTime = 'latest';
this.streamObject.searchObservations(filter)
.then(collection => collection.nextPage())
.then(data => {
Expand Down
1,700 changes: 1,089 additions & 611 deletions package-lock.json

Large diffs are not rendered by default.

Binary file added public/models/drone.glb
Binary file not shown.
Binary file added public/models/suv.glb
Binary file not shown.
Binary file added public/models/uav.glb
Binary file not shown.
Loading