how to perform simple collision detection between models in gazebo
I am applying force to a rectangular model(created with spawnmodel) that sends it colliding with another much denser model. What is the simplest way to access collision information? I was able to find the package collisionmap for ros, but is there something else existing that I could use?