uuv_simulator icon indicating copy to clipboard operation
uuv_simulator copied to clipboard

How the robot call these sensor plugins

Open gmyFighting opened this issue 5 years ago • 1 comments

Hi, im new to Gazebo, would you tell me, How the rexrov find these sensor plugins? I check the source code, but i don't find which codes use the sensor plugins~ Thank you!

gmyFighting avatar Sep 20 '18 23:09 gmyFighting

when you install gazebo-ros, some default plugins are available to used. The library or .so file is inside the system. But if you create your own plugin from the package itself, you may see it in the .so files in "devel/lib" of your workspace.

loguna123 avatar Apr 23 '21 03:04 loguna123