-
Notifications
You must be signed in to change notification settings - Fork 416
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
Error when conneting to rosbridge after running static-webviz #442
Comments
Hm, interesting, I can't reproduce. Do you get the same error if you use I think I've seen this error before though, but I forgot in which context. I'll do a release from our internal repo to see if that helps. |
Ok I updated |
Hi, thanks a lot. I have tried the newest code. But it didn't work The error is same. At first I ran |
Yeah you can't run them at the same time. But so you're saying that the Docker version did work? What about https://webviz.io/app, does that work? If you're running the new code, can you try checking out a fresh repo (throw away the old repo), and going through all these steps again: https://github.com/cruise-automation/webviz#building-manually |
We think we've identified the issue and will be issuing a patch soon. The issue is in the layout migration code. For now can you run |
Hi Jan, I have pulled the latest webviz from github and it seems that the connection problem is solved. Thanks a lot. And then I meet another problem: in the 3D Panel I want to visualize a message in type PoseStamp, at first the message is visualized as a cylinder, then I choose "Use 3D Model" and the message disappears. Do you know what is the reason of it? |
Hi,I still have an error as below when I run "docker run -p 8080:8080 cruise/webviz" and "roslaunch rosbridge_server rosbridge_websocket.launch“: [ERROR] [1591610444.208615]: [Client 0] [id: call_service:/rosapi/topics_and_raw_types:1] call_service InvalidServiceException: Service /rosapi/topics_and_raw_types does not exist |
Ah, that usually means that you're running an old version of the |
Btw I set up a Slack workspace to make it easier for us to chat; join us using the link here: #461 |
I updata my rosbrige_server version from 0.11.3 to 0.11.8, but I receive the same error. |
Hello there,
And in webviz:
I run on the default kinetic rosbridge_server version, which is according to a "rosversion rosbridge_server" command at version "10.1", @janpaul123 which one would you recommend then (since apparently the 0.11.8 does not change the problem according to @chenguoxi1987 ) ? Maybe it would be beneficial to indicate the ROS versions webviz is being tested against (melodic I suppose ?). Wish you a pleasant day. =) |
@Xia0ben we chatted more in Slack, and it looks like perhaps something went wrong in the upgrade, because on another computer @chenguoxi1987 did get it to work. So I'd still recommend upgrading to 0.11.8. I'll add a note to the readme about the version that we test against! |
Hi ! |
sorry to revive a dead thread but I am seeing this issue today with Melodic:
|
After building the dependencies and running
npm run serve-static-webviz
, then typing http://localhost:8080/ in Chrome, it can directly lead to the application page, rather than run http://localhost:8080/app one more time as before. But if I run rosbridge afterwards, the application page will throw an error out. The details are shown in the following screenshot.Does somebody know, what is the reason for the error, and how can I solve it?
Thanks in advance.
The text was updated successfully, but these errors were encountered: