ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
1

How to insert Gazebo plugin in an existing World Model?

asked 2016-12-08 10:55:50 -0500

kapoor_amita gravatar image

updated 2016-12-08 12:54:50 -0500

gvdhoorn gravatar image

OK, from the tutorials I learned how to make a Gazebo Plugin. I successfully made the plugin and got the '.so' file.

I have an existing ROS package, which has world files and a lib folder with many '.so' files. How do I add my plugin to this existing package? I tried simple copying 'my_model.so' file in lib folder and modifying the respective <plugin ... filename="my_model.so".. > command.

But it did not seems to work?

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2016-12-09 22:20:00 -0500

JoshMarino gravatar image

If done correctly, here is an example I have used before.

You can then include empty_world.launch in a launch file and overwrite the world name like this.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2016-12-08 10:55:50 -0500

Seen: 1,083 times

Last updated: Dec 09 '16