When will Gazebo be catkin-ized in ROS?
In ROS Groovy, the Gazebo debian is still currently using rosbuild, and the Gazebo installation instructions say that ROS users should not install from source. Additionally, Gazebo for ROS is still on version 1.2 instead of 1.3. The reason I need Gazebo to be catkinized is because I tried following your animate joint tutorial and CMake can't find Gazebo. I assume that is because Gazebo on my computer is installed here:
/opt/ros/groovy/stacks/simulator_gazebo/gazebo/gazebo/share/gazebo-1.2/
I tried sourcing the setup.sh in the above folder but it didn't help CMake. I also tried catkinizing the animate joint tutorial but realized it wouldn't work because Gazebo is still a dry package.