insert model from a path using c++ api
How to insert model from a path in local computer in gazebo? I have heard solutions like using an EXPORT statement. But what I require is that we must automatically add path from a plugin using some function. I have tried addURIpath function but it is not working and the model is being searched from the online database. Can anyone suggest a solution for this? Thank you.