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

Gazebo: Failed to create robot simulation interface loader #218

Closed
hennking98 opened this issue Jan 10, 2022 · 4 comments
Closed

Gazebo: Failed to create robot simulation interface loader #218

hennking98 opened this issue Jan 10, 2022 · 4 comments
Assignees

Comments

@hennking98
Copy link

Hello,
I am currently following the gazebo tutorials in the Franka Control Interface documentation.
I installed franka-ros from the ROS repositories with the following command:

sudo apt install ros-noetic-libfranka ros-noetic-franka-ros

The franka-gazebo package was missing so I installed myself.
When I now try to run:

roslaunch franka_gazebo panda.launch

I get the following error:

[ INFO] [1641851266.573617743]: gazebo_ros_control plugin is waiting for model URDF in parameter [/panda/robot_description] on the ROS param server.
[FATAL] [1641851266.676289907]: Failed to create robot simulation interface loader: Could not find library corresponding to plugin franka_gazebo/FrankaHWSim. Make sure the plugin description XML file has the correct name of the library and that the library actually exists.

Thank you for your help!

@marcbone
Copy link
Contributor

Seems like an error on our side.

As a quick fix I would suggest you to remove franka-ros completely with
sudo apt remove ros-noetic-franka-ros
and clone the github repo and build everything from source.

@mnksnz
Copy link

mnksnz commented Feb 10, 2022

Hi,
I noticed the exact same error also with Melodic. But the source install seems to quickly fix this problem.

@gollth
Copy link
Contributor

gollth commented Feb 18, 2022

Probably related to #175. If so, this is already fixed on develop. Once we release the next version, this will be fixed on apt as well

@gollth gollth self-assigned this Mar 3, 2022
@gollth
Copy link
Contributor

gollth commented Mar 3, 2022

Hi @hennking98, we recently released franka_ros 0.8.2 which contains the fix for your issue. So now also sudo apt update && sudo apt upgrade should fix your issue. The new version is already on Noetic, for Melodic it might take a while to go to upstream.

If problem persists, feel free to reopen

@gollth gollth closed this as completed Mar 3, 2022
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

4 participants