custom gazebo plugin
I've created custom modelplugin for my model in cpp how do i add it correctly in my urdf?
i added it but gazebo is not recognizing it and when i add <gazebo> to my plugin its giving me an error so i removed it i started it with <plugin> with this its not giving me an error but not gazebo is recognizing this plugin
i added this in my pavkage.xml file
<export>
<gazebo_ros gazebo_model_path="${prefix}/models"/>
<gazebo_ros plugin_path="${prefix}/lib" gazebo_media_path="${prefix}" />
</export>