-
Notifications
You must be signed in to change notification settings - Fork 3
Get and Display Topics Module #46
Copy link
Copy link
Open
Labels
Good First IssueSomething to tackle as a new memberSomething to tackle as a new memberMedium PriorityWorth working onWorth working onWorkoad LightA few simple changesA few simple changes
Description
Activity
Metadata
Metadata
Assignees
Labels
Good First IssueSomething to tackle as a new memberSomething to tackle as a new memberMedium PriorityWorth working onWorth working onWorkoad LightA few simple changesA few simple changes
In roslibManager.ts, create a method named
getTopics. Return it at the bottom, and then create a .vue component in components folder named, TopicList.vue. Replace one of the h1 tags in devtab to the component you just made.What it should do
The component should have a button that Fetches the topics and topic types from ros. Then the result of it should be displayed in a scroller window.
Use this as references as the getTopics method would essentially return topics and types