Open gurbain opened 4 years ago
Your code seems to be correct, try downgrading to version 1.0.4. I think I messed something up when redoing the build process.
Should the current version work? Are there an complete examples I can use to test?
I'm running into a similar issue as the original reporter -- I've set up a "Hello, world" Vue project and am trying to get the vuew-ros3djs components to display in it, but I only see a blank page. I'm not even getting any warnings or errors in the build log or debug console. I'm using vue-ros3djs version 1.1.1 right now, but downgrading to 1.0.4 doesn't make any difference for me.
Maybe it's just an issue in my code, but it would be great if there was a fully-functioning demo of vue-ros3djs so I could test it. The snippet in the README doesn't even build as-is because <ros3d-laser-scan topic="/laserscan">
is not closed.
Should the current version work? Are there an complete examples I can use to test?
I'm running into a similar issue as the original reporter -- I've set up a "Hello, world" Vue project and am trying to get the vuew-ros3djs components to display in it, but I only see a blank page. I'm not even getting any warnings or errors in the build log or debug console. I'm using vue-ros3djs version 1.1.1 right now, but downgrading to 1.0.4 doesn't make any difference for me.
Maybe it's just an issue in my code, but it would be great if there was a fully-functioning demo of vue-ros3djs so I could test it. The snippet in the README doesn't even build as-is because
<ros3d-laser-scan topic="/laserscan">
is not closed.
I also encountered it. This is a bug and has not been resolved.
WebSocket connection to 'ws://localhost:9090/' failed:
Ros.connect @ Ros.js?5356:77
Ros @ Ros.js?5356:55
mounted @ 3dlist.vue?e6d9:27
invokeWithErrorHandling @ vue.runtime.esm.js?2b0e:1863
callHook @ vue.runtime.esm.js?2b0e:4235
insert @ vue.runtime.esm.js?2b0e:3158
invokeInsertHook @ vue.runtime.esm.js?2b0e:6390
patch @ vue.runtime.esm.js?2b0e:6609
Vue._update @ vue.runtime.esm.js?2b0e:3960
updateComponent @ vue.runtime.esm.js?2b0e:4075
get @ vue.runtime.esm.js?2b0e:4495
Watcher @ vue.runtime.esm.js?2b0e:4484
mountComponent @ vue.runtime.esm.js?2b0e:4088
Vue.$mount @ vue.runtime.esm.js?2b0e:8459
mount @ client.js?06a0:738
clientFirstMount @ client.js?06a0:791
eval @ client.js?06a0:799
_callee6$ @ client.js?06a0:491
tryCatch @ runtime.js?96cf:62
invoke @ runtime.js?96cf:296
prototype.
Hi,
Sorry for this noob question, I'm completely new with VueJs and I can't grasp how to make your library work. I started from this HelloWorld repository, and I adapted it to integrate your VueJS components in a test page as suggested. The result is here: https://github.com/gurbain/vue-ros3djs-hello-world. (with the test component here: https://github.com/gurbain/vue-ros3djs-hello-world/blob/master/src/App.vue)
However, when I try it, nothing appears in the browser and I get the following messages in the console:
Any idea where this could come from and how to solve it? Thank you very much!