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

Revision history [back]

click to hide/show revision 1
initial version

I already found the answer to my own question, when you are working with development versions, the source code package is donwloaded when you do a rosmake, in my case if you go to simulator_gazebo/gazebo folder, it should be a "Makefile.gazebo.trunk" this file contain all the information required to building the code. There is the location of the source code repository. In my case is in:

SVN_URL = https://playerstage.svn.sourceforge.net/svnroot/playerstage/code/gazebo/trunk

You can do a "svn co" of this repository, add your changes and then do a "svn diff", this will return you a patch file from gazebo source code. I did this to attach this patch to a gazebo defect ticket with IRSensor https://kforge.ros.org/gazebo/trac/ticket/30