Skip to content
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

ROS Bridge connects but throws an error: unknown error handler name 'rosmsg' #348

Closed
yohannes-taye opened this issue Oct 16, 2020 · 2 comments

Comments

@yohannes-taye
Copy link

yohannes-taye commented Oct 16, 2020

Here is my problem:
I have Ubuntu 14 setup on a VM and Unity 2019.4 on Windows. I have cloned the repo and started following the tutorials. Everything went well with setting up ROS, Turtle bot, and Gazebo. It worked till I reached the part of the tutorial 2.1 Transfer URDF from ROS to Unity. On the Unity side, this is what I get
image

While on the ros side it shows the following error
image

At this point, I'm stuck and don't know what else to try. I have looked at several of the issues on this repo, tried the proposed solutions but the issue still persists.

@berkayalpcakal
Copy link
Contributor

Hello @yohannes-taye ,

I have searched this issue on web, it seems like this issue is related to your ROS environment on your Ubuntu. Here are some suggestions that I found;

  • sudo apt-get update && sudo apt-get upgrade
  • sudo apt install ros-$ROS_DISTRO-rosbridge-suite
  • sudo apt install ros-$ROS_DISTRO-genpy

I hope this helps.

@berkayalpcakal berkayalpcakal changed the title ROS Bridge connects but throws an error ROS Bridge connects but throws an error: unknown error handler name 'rosmsg' Oct 16, 2020
@yohannes-taye
Copy link
Author

Thank you so much @berkayalpcakal!! That fixed my issue :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants