-
Notifications
You must be signed in to change notification settings - Fork 3
Srs finished #66
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
Merged
Merged
Srs finished #66
Changes from all commits
Commits
Show all changes
12 commits
Select commit
Hold shift + click to select a range
a970676
[srs] removed all <h1>Not yet Implemented</h1>
adamseth2 82b057b
[srs] added bg color to modules and made subscriberbox from publishte…
adamseth2 54dc9a6
Merge branch 'master' into srs
adamseth2 efb7838
merged with master
adamseth2 9fbaf86
[srs] changed favicon based on websocket status
adamseth2 62328ab
tried to fix some interactive map
adamseth2 3847b2e
[srs-finished] clean up dcode
adamseth2 23335c0
[srs-finished] fixed eslint
adamseth2 9b277e2
[srs-finished] fixed last eslint
adamseth2 5ce9862
[srs-finished] removed console log
adamseth2 7155847
[srs-finished] fixed minor issues for PR
adamseth2 d9d029c
[srs-finished] comment eslint error on interactivemap
adamseth2 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -26,3 +26,4 @@ coverage | |
| *.njsproj | ||
| *.sln | ||
| *.sw? | ||
| .lens/* | ||
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,11 @@ | ||
| { | ||
| "name": "Mission Control", | ||
| "short_name": "", | ||
| "icons": [ | ||
| { "src": "/android-chrome-192x192.png", "sizes": "192x192", "type": "image/png" }, | ||
| { "src": "/android-chrome-512x512.png", "sizes": "512x512", "type": "image/png" } | ||
| ], | ||
| "theme_color": "#ffffff", | ||
| "background_color": "#ffffff", | ||
| "display": "standalone" | ||
| } |
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
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
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
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
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
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
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
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,14 +1,7 @@ | ||
| <!-- Layout of controls --> | ||
| <script setup lang="ts"></script> | ||
| <template> | ||
| <div class="two-by-three-grid-page"> | ||
| <h1>Not yet Implemented</h1> | ||
| <h1>Not yet Implemented</h1> | ||
| <h1>Not yet Implemented</h1> | ||
| <h1>Not yet Implemented</h1> | ||
| <h1>Not yet Implemented</h1> | ||
| <h1>Not yet Implemented</h1> | ||
| </div> | ||
| <div class="two-by-three-grid-page"></div> | ||
| </template> | ||
|
|
||
| <style lang="scss" scoped></style> |
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,14 +1,7 @@ | ||
| <!-- Anything related to life detection, science stuff should be here --> | ||
| <script setup lang="ts"></script> | ||
| <template> | ||
| <div class="two-by-three-grid-page"> | ||
| <h1>Not yet Implemented</h1> | ||
| <h1>Not yet Implemented</h1> | ||
| <h1>Not yet Implemented</h1> | ||
| <h1>Not yet Implemented</h1> | ||
| <h1>Not yet Implemented</h1> | ||
| <h1>Not yet Implemented</h1> | ||
| </div> | ||
| <div class="two-by-three-grid-page"></div> | ||
| </template> | ||
|
|
||
| <style lang="scss" scoped></style> |
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,41 @@ | ||
| import { defineStore } from 'pinia'; | ||
| import { createSubscriber } from '@/lib/roslibUtils/createSubscriber'; | ||
| import { useRoslibStore } from '@/store/roslibStore'; | ||
|
|
||
| // 0th Define any constants above | ||
| // const TOPIC_MESSAGE_TYPE: TopicType = 'sensor_msgs/NavSatFix'; | ||
|
|
||
| export const useMapStore = defineStore('example', () => { | ||
| // 1st define any dependency stores | ||
| // This will most likely only be useRoslibStore | ||
| // 2nd define any state here in ref<>() | ||
| const mapNavSub = createSubscriber({ | ||
| topicName: '/fix', | ||
| topicType: 'sensor_msgs/msg/NavSatFix', | ||
| //startingDefaultValue: { data: 'Hello World' }, | ||
| }); | ||
|
|
||
| function myFunction() { | ||
| const ros = useRoslibStore(); | ||
| console.log(mapNavSub.msg.value); | ||
| console.log(mapNavSub.msg); | ||
| ros.ros.getTopics((bob) => { | ||
| console.log(bob); | ||
| }); | ||
| } | ||
|
|
||
| // Call `myFunction` every 1000 milliseconds (1 second) | ||
| setInterval(myFunction, 1000); | ||
| //3rd define any getters in computed | ||
| //const allCapsData = computed(() => helloWorldSub.msg.value?.data.toUpperCase()); | ||
| //4th define any functions | ||
| /* | ||
| const helloWorldPub = createPublisher({ | ||
| topicName: TOPIC_NAME, | ||
| topicType: TOPIC_MESSAGE_TYPE, | ||
| }); | ||
| */ | ||
|
|
||
| // Return all state, getters and functions | ||
| return mapNavSub; | ||
| }); | ||
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.
Uh oh!
There was an error while loading. Please reload this page.