-
Notifications
You must be signed in to change notification settings - Fork 22
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
How to implement the plugin into Ros and Gazebo #2
Comments
me, too and I got a problem:
|
I fixed it ! |
Hello, I have met the same wrong with you. Could you tell me how to fix it? Thank you very much. |
Hello , the plugin should be added in the .sdf file with 'link_uwb' . And the model "UWB_anchor*" should be added in .world file. |
When I try to open the gazebo world with the plugin, after succesfully compiling the workspace, I receive this error
This is the world I have created: model://sun model://ground_plane 0 0 -9.8066 quick 10 1.3 0 0 0.2 100 0.001 0.004 1 250 6.0e-6 2.3e-5 -4.2e-5 0 0 1.5 0 0 0 1 0.2 0.2 0.2
Do you know how to solve this? |
I'm sorry but i have some trouble implementing your plugin on my gazebo simulation.
The plugin has to be write into an .sdf file as
or i need to write something more inside my sdf file?
Moreover the following code
i have to write inside the same .sdf file where i have write the plugin or inside the .world file?
Can you provide a simple example of it?
Thank you for your help!
The text was updated successfully, but these errors were encountered: