How to bypass the ros-gazebo rosmake/makefile magic?
Is there some documentation about how to build Gazebo for ROS after trying to apply some patches? I do need bumper sensors, which are still broken in 1.6.16 on Gazebo for ROS Fuerte.
The known patch was promised for 1.6.17, but this has not been released (as of 02/Oct/2012)...
A normal rosbuild either does nothing, or first downloads and then unpacks the "magic" tarballs with ROS-compatible Gazebo checkouts, which in turn overwrites any patches applied to the source tree...
Is the following correct?
install ros-fuerte-simulator-gazebo package
remove any existing ROS_NOBUILD
rosmake --pre-clean
(which downloads the magic tarball, unpacks, compiles everything)cd to the actual gazebo source tree
edit some source files, apply patches, etc.
make
make install
cd to simulatorgazebo; touch ROSNOBUILD
I am (trying to) use Gazebo on ROS Fuerte with the Shadow hand model. The latest available release version is 1.6.12, with