Skip to content

Commit

Permalink
KRI Regional 2022 (2nd winner) (#79)
Browse files Browse the repository at this point in the history
* feat: next ball

* feat: server unicast regional

* feat: robot next

* feat: tcp protocol

* feat: pos x and y obs

feat: change obstacle component

* feat: obstacle kiper

feat: loading effect

* change: goalkeepr field

* fix: violation

* fix: target: goalkeeper

fix: obs

* fix: goalkeeper

* fix: pos obs

* feat: obstacle to localstorage

* feat: time cycle

* feat: save obs num

* fix: obstacle to localstorage

* fix: command regional

* feat: time history

* fix: bug regional obstacle

* fix: clean code

---------

Co-authored-by: Yuniarrr <[email protected]>
Co-authored-by: Yuniarrr <[email protected]>
  • Loading branch information
3 people authored Jun 6, 2023
1 parent ccfddd5 commit 8d0cac8
Show file tree
Hide file tree
Showing 12 changed files with 425 additions and 204 deletions.
8 changes: 8 additions & 0 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,14 @@ export default {
},
deep: true,
},
"ROBOT_STATE.obs_num": {
handler() {
const THAT = this;
let obstacle = JSON.stringify(THAT.ROBOT_STATE.obs_num);
localStorage.setItem("obstacle", obstacle);
},
deep: true,
},
},
};
</script>
Loading

0 comments on commit 8d0cac8

Please sign in to comment.