Skip to content

Commit 520e589

Browse files
jlunenburgMatthijsBurgh
authored andcommitted
fix(App)Renamed speech topic to accommodate bridge removal
1 parent 309368a commit 520e589

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/App.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ export default {
129129
ros: AutoRos.ros,
130130
textTopic: new ROSLIB.Topic({
131131
ros: AutoRos.ros,
132-
name: 'text_to_speech/output',
132+
name: '/talking_sentence',
133133
messageType: 'std_msgs/String'
134134
}),
135135
imageTopic: new ROSLIB.Topic({

0 commit comments

Comments
 (0)